diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2023-09-22 20:48:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 14:48:09 -0400 |
| commit | fefeb369dd19172d5eb419f8c8373cfb10d59d19 (patch) | |
| tree | a51cf7c4b4feac8f5640afd2d7564fdef9705d75 /src/code/z_parameter.c | |
| parent | 4842f62833eda04e3883c9ddb4cff133cea27cb0 (diff) | |
Name the main pause state and add placeholder enum for main (sub)states (#1551)
Diffstat (limited to 'src/code/z_parameter.c')
| -rw-r--r-- | src/code/z_parameter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index 28a7ef06e..86687ca92 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -3371,7 +3371,7 @@ void Interface_Draw(PlayState* play) { func_8008A994(interfaceCtx); - if ((pauseCtx->state == PAUSE_STATE_6) && (pauseCtx->unk_1E4 == 3)) { + if ((pauseCtx->state == PAUSE_STATE_MAIN) && (pauseCtx->mainState == PAUSE_MAIN_STATE_3)) { // Inventory Equip Effects gSPSegment(OVERLAY_DISP++, 0x08, pauseCtx->iconItemSegment); Gfx_SetupDL_42Overlay(play->state.gfxCtx); |
