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) {