diff options
| author | cadmic <cadmic24@gmail.com> | 2025-01-14 08:55:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 11:55:47 -0500 |
| commit | 2b9b7a40b0f80199ca9776888bf6efdf85e8bd4c (patch) | |
| tree | c076ffb4fc28c2af24bef4bef024089e6b7020f2 /src/code/z_common_data.c | |
| parent | e2ed5568e5b7ec77796b43c12e30311e0fd84fec (diff) | |
[iQue] Match z_end_title, z_construct, z_common_data, z_parameter, z_title, z_opening (#2424)
* [iQue] Match z_end_title
* [iQue] Match z_construct
* [iQue] Match z_common_data
* [iQue] Match z_parameter
* [iQue] Match z_title, z_opening
* Actually match z_parameter
* Give up on stack issues
* this->exit = true
Diffstat (limited to 'src/code/z_common_data.c')
| -rw-r--r-- | src/code/z_common_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c index e8c0a58a6..f571cb1a6 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -24,7 +24,7 @@ void SaveContext_Init(void) { gSaveContext.dogIsLost = true; gSaveContext.nextTransitionType = TRANS_NEXT_TYPE_DEFAULT; gSaveContext.prevHudVisibilityMode = HUD_VISIBILITY_ALL; -#if OOT_NTSC && OOT_VERSION < GC_US +#if OOT_NTSC && OOT_VERSION < GC_US || PLATFORM_IQUE if (gCurrentRegion == REGION_JP) { gSaveContext.language = LANGUAGE_JPN; } |
