mirror of
https://github.com/zeldaret/tp
synced 2026-09-07 11:11:53 -04:00
d_a_npc_kn debug work (#2907)
* d_a_npc_kn debug work * d_a_npc_kn pr comments
This commit is contained in:
@@ -379,6 +379,7 @@ public:
|
||||
void OnTgNoSlingHitInfSet() { mObjTg.OnSPrmBit(0x40); }
|
||||
void OnAtVsBitSet(u32 prm) { mObjAt.OnSPrmBit(prm); }
|
||||
void OffAtVsBitSet(u32 prm) { mObjAt.OffSPrmBit(prm); }
|
||||
void OffTgNoAtHitInfSet() { mObjTg.OffSPrmBit(0x20); }
|
||||
|
||||
}; // Size = 0x40
|
||||
|
||||
|
||||
Reference in New Issue
Block a user