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
+10
View File
@@ -1529,16 +1529,26 @@ void daE_ZH_c::executeCatchFlyMove() {
dComIfGs_offOneZoneSwitch(5, fopAcM_GetRoomNo(this));
if (bitSw == 16) {
/* dSv_event_flag_c::F_0311 - Palace of Twilight - Palace of Twilight use 1 */
dComIfGs_offEventBit(0x2640);
/* dSv_event_flag_c::F_0313 - Palace of Twilight - Palace of Twilight use 3 */
dComIfGs_offEventBit(0x2610);
/* dSv_event_flag_c::F_0315 - Palace of Twilight - Palace of Twilight use 5 */
dComIfGs_offEventBit(0x2604);
/* dSv_event_flag_c::F_0317 - Palace of Twilight - Palace of Twilight use 7 */
dComIfGs_offEventBit(0x2601);
/* dSv_event_flag_c::F_0319 - Palace of Twilight - Palace of Twilight use 9 */
dComIfGs_offEventBit(0x2740);
} else {
/* dSv_event_flag_c::F_0312 - Palace of Twilight - Palace of Twilight use 2 */
dComIfGs_offEventBit(0x2620);
/* dSv_event_flag_c::F_0314 - Palace of Twilight - Palace of Twilight use 4 */
dComIfGs_offEventBit(0x2608);
/* dSv_event_flag_c::F_0316 - Palace of Twilight - Palace of Twilight use 6 */
dComIfGs_offEventBit(0x2602);
/* dSv_event_flag_c::F_0318 - Palace of Twilight - Palace of Twilight use 8 */
dComIfGs_offEventBit(0x2780);
/* dSv_event_flag_c::F_0320 - Palace of Twilight - Palace of Twilight use 10 */
dComIfGs_offEventBit(0x2720);
}