From 18013e1ae0177d1b8ee71bd072b4d89156269000 Mon Sep 17 00:00:00 2001 From: Josh Bodner Date: Mon, 1 Aug 2022 20:46:50 -0700 Subject: [PATCH] Do this in Rachael instead --- soh/src/code/z_play.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/code/z_play.c b/soh/src/code/z_play.c index 7c9db9837..aa91e43a5 100644 --- a/soh/src/code/z_play.c +++ b/soh/src/code/z_play.c @@ -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);