mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-24 23:53: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:
@@ -676,7 +676,10 @@ static int daObjKAT_Execute(daObjKAT_c* i_this) {
|
||||
return i_this->Execute();
|
||||
}
|
||||
|
||||
static u16 const l_musiya_num[2] = { 0x01A1, 0x01A2 };
|
||||
static u16 const l_musiya_num[2] = {
|
||||
0x01A1, /* dSv_event_flag_c::F_0417 - Misc. - Snail (M) */
|
||||
0x01A2, /* dSv_event_flag_c::F_0418 - Misc. - Snail (F) */
|
||||
};
|
||||
|
||||
/* 80C3BAAC-80C3BC58 00222C 01AC+00 1/1 0/0 0/0 .text CreateChk__10daObjKAT_cFv */
|
||||
bool daObjKAT_c::CreateChk() {
|
||||
|
||||
Reference in New Issue
Block a user