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 -1
View File
@@ -490,7 +490,10 @@ static int daObjDAN_Execute(daObjDAN_c* i_this) {
}
/* 80BDC460-80BDC464 0000B0 0004+00 1/2 0/0 0/0 .rodata l_musiya_num */
static u16 const l_musiya_num[2] = {0x019B, 0x019C};
static u16 const l_musiya_num[2] = {
0x019B, /* dSv_event_flag_c::F_0411 - Misc. - Pill bug (M) */
0x019C, /* dSv_event_flag_c::F_0412 - Misc. - Pill bug (F) */
};
/* 80BDBB0C-80BDBCB8 00166C 01AC+00 1/1 0/0 0/0 .text CreateChk__10daObjDAN_cFv */
bool daObjDAN_c::CreateChk() {