diff options
| author | 123456789758 <205478182+123456789758@users.noreply.github.com> | 2025-09-18 12:45:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-18 12:45:26 -0400 |
| commit | ae94c57e7398b0e1c65970cae062caaa58377880 (patch) | |
| tree | 303a8bcd9a65deab25e0d67d3895ef03e912b577 /src/d/actor/d_a_bmd.cpp | |
| parent | c443b52572839919a12c108cebd8867b6555f3b8 (diff) | |
d_a_bpw - 95% matching (#890)
Co-authored-by: < >
Diffstat (limited to 'src/d/actor/d_a_bmd.cpp')
| -rw-r--r-- | src/d/actor/d_a_bmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bmd.cpp b/src/d/actor/d_a_bmd.cpp index 947f6d68..7932f017 100644 --- a/src/d/actor/d_a_bmd.cpp +++ b/src/d/actor/d_a_bmd.cpp @@ -568,7 +568,7 @@ void end(bmd_class* i_this) { mDoAud_seStart(JA_SE_CM_BKM_END_FLW_DIE, &actor->current.pos, 0, dComIfGp_getReverb(fopAcM_GetRoomNo(actor))); } if (i_this->mB76 == REG0_S(6) + 0x276) { - g_dComIfG_gameInfo.save.getMemory().getBit().onStageBossEnemy(); + dComIfGs_onStageBossEnemy(); fopAcM_createWarpFlower(&actor->current.pos, 0, fopAcM_GetRoomNo(actor), 0); i_this->m302 = 2; i_this->mB71 = 0; |
