mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-22 22:44:14 -04:00
Match Bg_Fire_Wall for JP 1.1 (#1855)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user