mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-10 12:22:12 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user