ChkBit comments and enum work (#2571)

* Jagar cleanup

* saru work

* e_fm work

* gob enum added

* gob cleanup

* gob anm enums

* dComIfGs_isEventBit comments added

* More bit work and besu enum work

* Maybe fixed the issue?
This commit is contained in:
Carco_21
2025-08-08 14:39:26 -04:00
committed by GitHub
parent 7df70ce3ca
commit 427643edd2
114 changed files with 2680 additions and 1153 deletions
+4
View File
@@ -816,6 +816,7 @@ int daObjYOUSEI_c::create() {
mPrm = 0;
break;
case 1:
/* dSv_event_flag_c::F_0501 - sub-dungeon - Cave of Ordeals - B10 first arrival */
if (!dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[501])) {
return cPhs_ERROR_e;
}
@@ -823,18 +824,21 @@ int daObjYOUSEI_c::create() {
break;
case 2:
mPrm = 2;
/* dSv_event_flag_c::F_0502 - sub-dungeon - Cave of Ordeals - B20 first arrival */
if (!dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[502])) {
return cPhs_ERROR_e;
}
break;
case 3:
mPrm = 3;
/* dSv_event_flag_c::F_0503 - sub-dungeon - Cave of Ordeals - B30 first arrival */
if (!dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[503])) {
return cPhs_ERROR_e;
}
break;
case 4:
mPrm = 4;
/* dSv_event_flag_c::F_0504 - sub-dungeon - Cave of Ordeals - B40 first arrival */
if (!dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[504])) {
return cPhs_ERROR_e;
}