Keep music going when switching to staff roll

This commit is contained in:
Agent X 2024-06-28 21:03:14 -04:00
parent d83e03728c
commit dc987ae3e2
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ void warp_credits(void) {
play_transition(WARP_TRANSITION_FADE_FROM_COLOR, 0x14, 0x00, 0x00, 0x00);
if (gCurrCreditsEntry == NULL || gCurrCreditsEntry == sCreditsSequence) {
if ((gCurrCreditsEntry == NULL || gCurrCreditsEntry == sCreditsSequence) && !gDjuiInMainMenu) {
if (gCurrentArea) {
set_background_music(gCurrentArea->musicParam, gCurrentArea->musicParam2, 0);
}