diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2025-03-30 21:34:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 21:34:05 -0400 |
| commit | e85a989271d9445d4c4e1da41dfb6d90cb0652aa (patch) | |
| tree | 595f51b5c210a9c65bed82611e02be5e6026f934 /include/d/col | |
| parent | 4a17d86c3b3972506481b33ff3d3e2c96f31f541 (diff) | |
Chair (#143)
* chair
* mostly done
* updateChairPos match
---------
Co-authored-by: robojumper <robojumper@gmail.com>
Diffstat (limited to 'include/d/col')
| -rw-r--r-- | include/d/col/c/c_cc_d.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/d/col/c/c_cc_d.h b/include/d/col/c/c_cc_d.h index b9d9daa4..2893419d 100644 --- a/include/d/col/c/c_cc_d.h +++ b/include/d/col/c/c_cc_d.h @@ -315,7 +315,8 @@ public: }; struct cCcD_SrcGObjTgInfo { - /* 0x00 */ u16 mField_0x0; + /* 0x00 */ u8 mField_0x0; + /* 0x01 */ u8 mField_0x1; /* 0x02 */ u16 mField_0x2; }; @@ -631,6 +632,10 @@ public: mField_0x4B = val; } + void SetInfo_0x1(u8 val) { + mSrc.mInfo.mField_0x1 = val; + } + void SetInfo_0x2(u16 val) { mSrc.mInfo.mField_0x2 = val; } @@ -911,6 +916,9 @@ public: void SetTg_0x4B(u8 val) { mTg.Set_0x4B(val); } + void SetTgInfo_0x1(u8 val) { + mTg.SetInfo_0x1(val); + } void SetTgInfo_0x2(u16 val) { mTg.SetInfo_0x2(val); } |
