diff options
| author | Niklas Bauer <nikbau2000@gmail.com> | 2025-12-03 19:30:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-03 20:30:59 +0200 |
| commit | c1861812ef1188284047f5171eb606005d808148 (patch) | |
| tree | b340193982a1a6905d437146691346513cfbb602 /include/SSystem | |
| parent | e39af8edf551c076f46ca0d8010b3012b5bf886f (diff) | |
d_a_npc_kn debug work (#2907)
* d_a_npc_kn debug work
* d_a_npc_kn pr comments
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_cc_d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_cc_d.h b/include/SSystem/SComponent/c_cc_d.h index 9252ad2048..f8802dfc25 100644 --- a/include/SSystem/SComponent/c_cc_d.h +++ b/include/SSystem/SComponent/c_cc_d.h @@ -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 |
