summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Overton <tom-overton@users.noreply.github.com>2026-02-10 03:10:28 -0800
committerGitHub <noreply@github.com>2026-02-10 08:10:28 -0300
commitb82628598645e41381d7f57a8bc901e83c2165df (patch)
tree35a6c2a46b269933e5ab4e07892ee305fe039f13
parent1ffe903d317e34b522be1f383e7f71c337e6b24c (diff)
Match `Bg_Fire_Wall` for JP 1.1 (#1855)
-rw-r--r--src/overlays/actors/ovl_Bg_Fire_Wall/z_bg_fire_wall.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/overlays/actors/ovl_Bg_Fire_Wall/z_bg_fire_wall.c b/src/overlays/actors/ovl_Bg_Fire_Wall/z_bg_fire_wall.c
index 3e4fc2079..ba8c6e314 100644
--- a/src/overlays/actors/ovl_Bg_Fire_Wall/z_bg_fire_wall.c
+++ b/src/overlays/actors/ovl_Bg_Fire_Wall/z_bg_fire_wall.c
@@ -131,7 +131,11 @@ void func_809AC760(BgFireWall* this, PlayState* play) {
} else {
phi_a3 = (this->actor.shape.rot.y + 0x8000);
}
+#if MM_VERSION >= N64_US
func_800B8D98(play, &this->actor, BREG(48) + 10.0f, phi_a3, BREG(49) + 5.0f);
+#else
+ func_800B8D98(play, &this->actor, 10.0f, phi_a3, 3.0f);
+#endif
}
void func_809AC7F8(BgFireWall* this, PlayState* play) {