diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-10-27 22:25:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 04:25:15 +0200 |
| commit | 54f989f16eaaea7114cc08236336e67c5d1352d7 (patch) | |
| tree | f89cbc2f95d46fdbfef188b71106ea42de7610f4 /include/SSystem | |
| parent | a61d0272a683f99dcfe367ad31310532391cd12a (diff) | |
d_a_obj_hata & d_a_obj_hb matching (#2752)
* hata matching
* hb initial work
* obj_hb matching
* fixed error
* pr cleanup
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_cc_d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_cc_d.h b/include/SSystem/SComponent/c_cc_d.h index 7694407de4..cdb2343361 100644 --- a/include/SSystem/SComponent/c_cc_d.h +++ b/include/SSystem/SComponent/c_cc_d.h @@ -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 |
