mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-15 05:40:55 -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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user