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_btd.cpp | |
| parent | c443b52572839919a12c108cebd8867b6555f3b8 (diff) | |
d_a_bpw - 95% matching (#890)
Co-authored-by: < >
Diffstat (limited to 'src/d/actor/d_a_btd.cpp')
| -rw-r--r-- | src/d/actor/d_a_btd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_btd.cpp b/src/d/actor/d_a_btd.cpp index 4e8a1362..62831977 100644 --- a/src/d/actor/d_a_btd.cpp +++ b/src/d/actor/d_a_btd.cpp @@ -2100,7 +2100,7 @@ void demo_camera(btd_class* i_this) { } if (i_this->m6E1A == 0x118) { static_center_pos.set(0.0f, -50.0f, 0.0f); - g_dComIfG_gameInfo.save.getMemory().getBit().onStageBossEnemy(); + dComIfGs_onStageBossEnemy(); fopAcM_createWarpFlower(&static_center_pos, 0, fopAcM_GetRoomNo(i_this), 0); i_this->m6E90 = 0; } @@ -2894,7 +2894,7 @@ static cPhs_State daBtd_Create(fopAc_ac_c* a_this) { dKy_efplight_set(&i_this->m60B0); i_this->health = 10; i_this->max_health = 10; - if ((g_dComIfG_gameInfo.save.getMemory().getBit().isStageBossDemo()) || (dComIfGp_getStartStageName()[0] == 'X')) { + if ((dComIfGs_isStageBossDemo()) || (dComIfGp_getStartStageName()[0] == 'X')) { dComIfGs_offTmpBit(0x480); i_this->m6E80 = -50.0f; i_this->m6E84 = 0.0f; |
