Skip to content

Commit

Permalink
Do this in Rachael instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jbodner09 authored and louist103 committed Aug 2, 2022
1 parent b4f4e36 commit 18013e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/src/code/z_play.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ void Gameplay_Draw(GlobalContext* globalCtx) {
OVERLAY_DISP = sp70;
globalCtx->unk_121C7 = 2;
SREG(33) |= 1;
} else {
} else if (R_PAUSE_MENU_MODE != 3) {
Gameplay_Draw_DrawOverlayElements:
if ((HREG(80) != 10) || (HREG(89) != 0)) {
Gameplay_DrawOverlayElements(globalCtx);
Expand Down

0 comments on commit 18013e1

Please sign in to comment.