mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 23:45:55 -04:00
d_a_arrow matching (#2513)
* d_a_arrow matching * d_a_demo_item Matching * Change e_ba_class class to hold fopEn_enemy_c
This commit is contained in:
@@ -36,8 +36,8 @@ void daItemBase_c::dead() {
|
||||
cLib_onBit<u8>(field_0x92b, 2);
|
||||
}
|
||||
|
||||
u8 daItemBase_c::chkDead() {
|
||||
return cLib_checkBit<u8>(field_0x92b, 2) != 0;
|
||||
bool daItemBase_c::chkDead() {
|
||||
return cLib_checkBit<u8>(field_0x92b, 2);
|
||||
}
|
||||
|
||||
/* 80037B0C-80037B78 03244C 006C+00 0/0 0/0 1/1 .text CheckItemCreateHeap__FP10fopAc_ac_c
|
||||
@@ -84,4 +84,4 @@ const daItemBase_data daItemBase_c::m_data = {
|
||||
-6.0f, // mGetDemoGravity
|
||||
13, // mSimpleExistTime
|
||||
10, // mNoGetTime
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user