diff options
| author | robojumper <robojumper@gmail.com> | 2024-11-22 21:30:35 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2024-11-22 21:30:35 +0100 |
| commit | d70141b14b9070d1421a672f89f82290856590a5 (patch) | |
| tree | 664545bc04743616fd5a6a3448ca0131d8935dc8 /include/d/col/c/c_cc_d.h | |
| parent | ee64481b9ca7b80978d93aa717d09f861da2308a (diff) | |
Decompile the ColliderLinkedList stuff too
Diffstat (limited to 'include/d/col/c/c_cc_d.h')
| -rw-r--r-- | include/d/col/c/c_cc_d.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/d/col/c/c_cc_d.h b/include/d/col/c/c_cc_d.h index 49791e31..b9d9daa4 100644 --- a/include/d/col/c/c_cc_d.h +++ b/include/d/col/c/c_cc_d.h @@ -883,6 +883,12 @@ public: u32 ChkAtNoGaurd() const { return mAt.MskSPrm(0x200000); } + void SetAt_0x40000000() { + mAt.OnSPrm(0x40000000); + } + u32 ChkAt_0x40000000() { + return mAt.MskSPrm(0x40000000); + } // Tg @@ -908,6 +914,12 @@ public: void SetTgInfo_0x2(u16 val) { mTg.SetInfo_0x2(val); } + void SetTg_0x40000000() { + mTg.OnSPrm(0x40000000); + } + u32 ChkTg_0x40000000() { + return mTg.MskSPrm(0x40000000); + } // Co @@ -929,6 +941,12 @@ public: void SetCo_0x400() { mCo.OnSPrm(0x400); } + void SetCo_0x40000000() { + mCo.OnSPrm(0x40000000); + } + u32 ChkCo_0x40000000() { + return mCo.MskSPrm(0x40000000); + } /** * SET HIT |
