summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Overton <tom-overton@users.noreply.github.com>2026-02-09 03:09:31 -0800
committerGitHub <noreply@github.com>2026-02-09 08:09:31 -0300
commit035595f37c889f65c3e873c5b695e8a2fa6bbf18 (patch)
treeec304c72fa69e1f3cd7b62198880047fb9b3b6d1
parent25e34ec140e92201408dd5c95e8a51fe152fc829 (diff)
Match `Bg_Ingate` for JP 1.1 (#1857)
-rw-r--r--src/overlays/actors/ovl_Bg_Ingate/z_bg_ingate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/overlays/actors/ovl_Bg_Ingate/z_bg_ingate.c b/src/overlays/actors/ovl_Bg_Ingate/z_bg_ingate.c
index d70c1e2fa..d0dbc37a1 100644
--- a/src/overlays/actors/ovl_Bg_Ingate/z_bg_ingate.c
+++ b/src/overlays/actors/ovl_Bg_Ingate/z_bg_ingate.c
@@ -332,9 +332,11 @@ void BgIngate_Init(Actor* thisx, PlayState* play2) {
Actor_SetScale(&this->dyna.actor, 1.0f);
this->timePath = SubS_GetAdditionalPath(play, BGINGATE_GET_PATH_INDEX(&this->dyna.actor), 0);
this->dyna.actor.room = -1;
+#if MM_VERSION >= N64_US
if (CHECK_WEEKEVENTREG(WEEKEVENTREG_CLEARED_WOODFALL_TEMPLE)) {
CLEAR_WEEKEVENTREG(WEEKEVENTREG_90_40);
}
+#endif
if (!CHECK_EVENTINF(EVENTINF_35) && CHECK_WEEKEVENTREG(WEEKEVENTREG_90_40)) {
phi_a2 = 1;
this->unk16C = 1;