summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_bmd.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-19 15:06:44 -0400
committerGitHub <noreply@github.com>2025-09-19 15:06:44 -0400
commit5dbb7e875eab0adc9e939b2c2b00c70928e2b34e (patch)
tree933a88f4e70943d4c3d2a6e0a3846b145e75b1a5 /src/d/actor/d_a_bmd.cpp
parent8af44daa2e75195d7dd596cc36128bb4ec2a9c8b (diff)
Added enums for all used event/tmp bits/regs (#893)
Diffstat (limited to 'src/d/actor/d_a_bmd.cpp')
-rw-r--r--src/d/actor/d_a_bmd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_bmd.cpp b/src/d/actor/d_a_bmd.cpp
index 9bf2a93b..9fb7d52b 100644
--- a/src/d/actor/d_a_bmd.cpp
+++ b/src/d/actor/d_a_bmd.cpp
@@ -529,8 +529,8 @@ void end(bmd_class* i_this) {
if (dComIfGp_getStartStageName()[0] == 'X') {
dLib_setNextStageBySclsNum(0, actor->current.roomNo);
mDoAud_seStart(JA_SE_LK_B_BOSS_WARP, NULL, 0, dComIfGp_getReverb(fopAcM_GetRoomNo(actor)));
- dComIfGs_onEventBit(0x3220);
- dComIfGs_onTmpBit(0x480);
+ dComIfGs_onEventBit(dSv_event_flag_c::UNK_3220);
+ dComIfGs_onTmpBit(dSv_event_tmp_flag_c::UNK_0480);
return;
}
#if VERSION > VERSION_DEMO
@@ -2013,7 +2013,7 @@ static cPhs_State daBmd_Create(fopAc_ac_c* a_this) {
i_this->mCoCyl.Set(co_cyl_src);
i_this->m308[2] = 200;
if (!dComIfGs_isStageBossDemo() && (dComIfGp_getStartStageName()[0] != 'X')) {
- dComIfGs_offTmpBit(0x480);
+ dComIfGs_offTmpBit(dSv_event_tmp_flag_c::UNK_0480);
i_this->mMode = 10;
i_this->mBE0 = 1;
i_this->mBDC = 1.0f;