mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 12:01:43 +00:00
Change main menu disclaimer
This commit is contained in:
parent
e2376a8eaf
commit
5c2673f5af
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ static void menu_main_draw_strings(void) {
|
|||
u8 red = (gGlobalTimer % 20 > 10) ? 0 : 222;
|
||||
if (gGlobalTimer > 200) { red = 222; }
|
||||
gDPSetEnvColor(gDisplayListHead++, 222, red, red, gMenuStringAlpha);
|
||||
print_generic_ascii_string(50, 55, "Levels after Bowser 1 don't synchronize yet.");
|
||||
print_generic_ascii_string(71, 55, "For now, most levels are unsupported.");
|
||||
}
|
||||
|
||||
static void host_menu_draw_strings(void) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue