Do this in Rachael instead

This commit is contained in:
Josh Bodner 2022-08-01 20:46:50 -07:00 committed by louist103
parent b4f4e36acb
commit 18013e1ae0
1 changed files with 1 additions and 1 deletions

View File

@ -1408,7 +1408,7 @@ void Gameplay_Draw(GlobalContext* globalCtx) {
OVERLAY_DISP = sp70; OVERLAY_DISP = sp70;
globalCtx->unk_121C7 = 2; globalCtx->unk_121C7 = 2;
SREG(33) |= 1; SREG(33) |= 1;
} else { } else if (R_PAUSE_MENU_MODE != 3) {
Gameplay_Draw_DrawOverlayElements: Gameplay_Draw_DrawOverlayElements:
if ((HREG(80) != 10) || (HREG(89) != 0)) { if ((HREG(80) != 10) || (HREG(89) != 0)) {
Gameplay_DrawOverlayElements(globalCtx); Gameplay_DrawOverlayElements(globalCtx);