Change disclaimer

This commit is contained in:
MysterD 2020-10-08 21:03:35 -07:00
parent 597cc14ccf
commit e4c1640c56
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ static void menu_main_draw_strings(void) {
u8 red = (gGlobalTimer % 20 > 10) ? 0 : 222; u8 red = (gGlobalTimer % 20 > 10) ? 0 : 222;
if (gGlobalTimer > 200) { red = 222; } if (gGlobalTimer > 200) { red = 222; }
gDPSetEnvColor(gDisplayListHead++, 222, red, red, gMenuStringAlpha); gDPSetEnvColor(gDisplayListHead++, 222, red, red, gMenuStringAlpha);
print_generic_ascii_string(39, 55, "For now, levels after Bowser 2 are unsupported."); print_generic_ascii_string(51, 55, "For now, some later levels are unsupported.");
} }
static void host_menu_draw_strings(void) { static void host_menu_draw_strings(void) {