diff options
Diffstat (limited to 'soh/src/code/z_construct.c')
| -rw-r--r-- | soh/src/code/z_construct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_construct.c b/soh/src/code/z_construct.c index 23a63ece1..3eb5ec428 100644 --- a/soh/src/code/z_construct.c +++ b/soh/src/code/z_construct.c @@ -13,7 +13,7 @@ void func_801109B0(PlayState* play) { u8 timerId; gSaveContext.sunsSongState = SUNSSONG_INACTIVE; - gSaveContext.unk_13E8 = gSaveContext.unk_13EA = 0; + gSaveContext.nextHudVisibilityMode = gSaveContext.hudVisibilityMode = 0; View_Init(&interfaceCtx->view, play->state.gfxCtx); |
