Fix hilarious menu bug

This commit is contained in:
Agent X 2024-07-08 11:19:25 -04:00
parent aeecd190c0
commit ca77f0aa60
1 changed files with 1 additions and 1 deletions

View File

@ -1790,7 +1790,7 @@ s32 init_level(void) {
set_mario_action(gMarioState, ACT_IDLE, 0);
}
}
} else if (skipIntro || save_file_exists(gCurrSaveFileNum - 1)) {
} else if (skipIntro || save_file_exists(gCurrSaveFileNum - 1) || gDjuiInMainMenu) {
set_mario_action(gMarioState, ACT_IDLE, 0);
} else {
set_mario_action(gMarioState, ACT_INTRO_CUTSCENE, 0);