Match `Bg_Fire_Wall` for JP 1.1 (#1855)

This commit is contained in:
Tom Overton 2026-02-10 03:10:28 -08:00 committed by GitHub
parent 1ffe903d31
commit b826285986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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