mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-07 08:01:16 +00:00
Add BITFS to supported levels
This commit is contained in:
parent
57b092c26b
commit
9e2b28008b
2 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ void render_hud_unsupported_level(void) {
|
||||||
//case COURSE_TTC: // (14) Tick Tock Clock
|
//case COURSE_TTC: // (14) Tick Tock Clock
|
||||||
//case COURSE_RR: // (15) Rainbow Ride
|
//case COURSE_RR: // (15) Rainbow Ride
|
||||||
case COURSE_BITDW: // (16) Bowser in the Dark World
|
case COURSE_BITDW: // (16) Bowser in the Dark World
|
||||||
//case COURSE_BITFS: // (17) Bowser in the Fire Sea
|
case COURSE_BITFS: // (17) Bowser in the Fire Sea
|
||||||
//case COURSE_BITS: // (18) Bowser in the Sky
|
//case COURSE_BITS: // (18) Bowser in the Sky
|
||||||
case COURSE_PSS: // (19) Princess's Secret Slide
|
case COURSE_PSS: // (19) Princess's Secret Slide
|
||||||
case COURSE_COTMC: // (20) Cavern of the Metal Cap
|
case COURSE_COTMC: // (20) Cavern of the Metal Cap
|
||||||
|
|
|
@ -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(71, 55, "For now, most levels are unsupported.");
|
print_generic_ascii_string(39, 55, "For now, levels after Bowser 2 are unsupported.");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void host_menu_draw_strings(void) {
|
static void host_menu_draw_strings(void) {
|
||||||
|
|
Loading…
Reference in a new issue