From b82628598645e41381d7f57a8bc901e83c2165df Mon Sep 17 00:00:00 2001 From: Tom Overton Date: Tue, 10 Feb 2026 03:10:28 -0800 Subject: [PATCH] Match `Bg_Fire_Wall` for JP 1.1 (#1855) --- src/overlays/actors/ovl_Bg_Fire_Wall/z_bg_fire_wall.c | 4 ++++ 1 file changed, 4 insertions(+) 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 3e4fc2079d..ba8c6e3142 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) {