Match `Bg_Crace_Movebg` for JP 1.1 (#1852)

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

View File

@ -333,7 +333,11 @@ void BgCraceMovebg_ClosingDoor_Close(BgCraceMovebg* this, PlayState* play) {
BgCraceMovebg_ClosingDoor_SetupDoNothing(this, play);
} else {
#if MM_VERSION >= N64_US
Actor_PlaySfx_Flagged(&this->dyna.actor, NA_SE_EV_STONEDOOR_CLOSE_S - SFX_FLAG);
#else
Actor_PlaySfx_Flagged(&this->dyna.actor, NA_SE_EV_STONE_STATUE_OPEN - SFX_FLAG);
#endif
}
}