Add BITFS to supported levels

This commit is contained in:
MysterD 2020-10-03 00:21:47 -07:00
parent 3e69330ffe
commit 7ed3040c3c
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ void render_hud_unsupported_level(void) {
//case COURSE_TTC: // (14) Tick Tock Clock
//case COURSE_RR: // (15) Rainbow Ride
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_PSS: // (19) Princess's Secret Slide
case COURSE_COTMC: // (20) Cavern of the Metal Cap

View File

@ -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(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) {