mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 06:53:23 -04:00
d_a_obj_hata & d_a_obj_hb matching (#2752)
* hata matching * hb initial work * obj_hb matching * fixed error * pr cleanup
This commit is contained in:
@@ -376,6 +376,8 @@ public:
|
||||
u32 ChkAtSPrm(u32 prm) { return mObjAt.ChkSPrm(prm); }
|
||||
u32 ChkCoSPrm(u32 prm) const { return mObjCo.ChkSPrm(prm); }
|
||||
void OnTgNoSlingHitInfSet() { mObjTg.OnSPrmBit(0x40); }
|
||||
void OnAtVsBitSet(u32 prm) { mObjAt.OnSPrmBit(prm); }
|
||||
void OffAtVsBitSet(u32 prm) { mObjAt.OffSPrmBit(prm); }
|
||||
|
||||
}; // Size = 0x40
|
||||
|
||||
|
||||
Reference in New Issue
Block a user