mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-31 08:51:29 -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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user