Added enums for all used event/tmp bits/regs (#893)

This commit is contained in:
LagoLunatic
2025-09-19 15:06:44 -04:00
committed by GitHub
parent 8af44daa2e
commit 5dbb7e875e
110 changed files with 1906 additions and 1178 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ cPhs_State daObjRcloud_c::_create() {
switch (mDemoNameIndex) {
case 0:
if (dComIfGs_isEventBit(0x3908) == 0) {
if (dComIfGs_isEventBit(dSv_event_flag_c::UNK_3908) == 0) {
phase = dComIfG_resLoad(&mPhase, l_arcname);
mResourceLoadedFlag = 1;
}
@@ -175,7 +175,7 @@ void daObjRcloud_c::clouds_lift_act_proc() {
mCloudAnimProgress += HIO(m08);
if (mCloudAnimProgress < endCloudAnimProgress) {
mCloudAnimProgress = -1.0f;
dComIfGs_onEventBit(0x3908);
dComIfGs_onEventBit(dSv_event_flag_c::UNK_3908);
fopAcM_delete(this);
}
}