Add THI to supported levels

This commit is contained in:
MysterD 2020-10-08 23:38:43 -07:00
parent 2adea6aad6
commit 2fb2fc81e1
2 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ void render_hud_unsupported_level(void) {
case COURSE_SL: // (10) Snowman's Land
case COURSE_WDW: // (11) Wet Dry World
case COURSE_TTM: // (12) Tall Tall Mountain
//case COURSE_THI: // (13) Tiny Huge Island
case COURSE_THI: // (13) Tiny Huge Island
//case COURSE_TTC: // (14) Tick Tock Clock
//case COURSE_RR: // (15) Rainbow Ride
case COURSE_BITDW: // (16) Bowser in the Dark World

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(51, 55, "For now, some later levels are unsupported.");
print_generic_ascii_string(21, 55, "For now, levels after the 50 star door are unsupported.");
}
static void host_menu_draw_strings(void) {