summaryrefslogtreecommitdiff
path: root/src/code/z_common_data.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-07-27 21:09:05 -0700
committerGitHub <noreply@github.com>2024-07-28 00:09:05 -0400
commit067d06bb56f2acb3436c24150e16487437dbf7c1 (patch)
treec34f0a0d2f92cf4d154f8fbe496fa5b29a8e2702 /src/code/z_common_data.c
parent7fcbf3f4b280e26284a8f62dbcb5b72d0e24dcc4 (diff)
Match NTSC loose ends (#2004)
* Match NTSC loose ends * Add comment about giObjectSegment size
Diffstat (limited to 'src/code/z_common_data.c')
-rw-r--r--src/code/z_common_data.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c
index 47aecd9e6..a0588d929 100644
--- a/src/code/z_common_data.c
+++ b/src/code/z_common_data.c
@@ -24,4 +24,7 @@ void SaveContext_Init(void) {
gSaveContext.dogIsLost = true;
gSaveContext.nextTransitionType = TRANS_NEXT_TYPE_DEFAULT;
gSaveContext.prevHudVisibilityMode = HUD_VISIBILITY_ALL;
+#if OOT_NTSC
+ gSaveContext.language = LANGUAGE_ENG;
+#endif
}