summaryrefslogtreecommitdiff
path: root/soh/src/code/z_construct.c
diff options
context:
space:
mode:
authordjevangelia <263709373+djevangelia@users.noreply.github.com>2026-07-12 16:59:10 +0200
committerGitHub <noreply@github.com>2026-07-12 14:59:10 +0000
commit1003c462a886e6046071865d2091c6e742a2f4b7 (patch)
tree1c4523995d68d919e1a82a5e722f725c2f5f3466 /soh/src/code/z_construct.c
parente2daa80623cc9858751555751e50fadacc9853d7 (diff)
Decomp pull, some `z_player` and global changes (#6908)
Diffstat (limited to 'soh/src/code/z_construct.c')
-rw-r--r--soh/src/code/z_construct.c2
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);