From 2b9b7a40b0f80199ca9776888bf6efdf85e8bd4c Mon Sep 17 00:00:00 2001 From: cadmic Date: Tue, 14 Jan 2025 08:55:47 -0800 Subject: [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 --- src/code/z_common_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_common_data.c') 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; } -- cgit v1.2.3