diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-12-16 17:55:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 09:55:37 -0700 |
| commit | 1a5c79b641517e38d6a2925ba1f332dffdafc1e8 (patch) | |
| tree | 5c9e0844e2839651cd89c9134e9e725e02680160 /include/common_structs.h | |
| parent | 6b8be33a5bc5f26c425095d8c3d0b9caa7e91ae6 (diff) | |
Player bitflag attributes (pr 750 from the decomp) (#592)
* Player bitflag attributes (pr 750 from the decomp)
Co-Authored-By: Jed Grabman <JedGrabman@users.noreply.github.com>
* remove WATER_NO_INTERACTION
---------
Co-authored-by: Jed Grabman <JedGrabman@users.noreply.github.com>
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'include/common_structs.h')
| -rw-r--r-- | include/common_structs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/common_structs.h b/include/common_structs.h index 39c501b31..2046036a9 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -278,7 +278,7 @@ typedef struct { /* 0x0034 */ Vec3f velocity; /* 0x0040 */ s16 unk_040; /* 0x0042 */ s16 unk_042; - /* 0x0044 */ s16 unk_044; + /* 0x0044 */ s16 kartProps; /* 0x0046 */ u16 unk_046; /* 0x0048 */ Vec4s unk_048; /* 0x0050 */ Vec4s unk_050; @@ -308,7 +308,7 @@ typedef struct { /* 0x00B0 */ s16 unk_0B0; /* 0x00B2 */ s16 unk_0B2; /* 0x00B4 */ u16 unk_0B4; - /* 0x00B6 */ u16 unk_0B6; + /* 0x00B6 */ u16 kartGraphics; /* 0x00B8 */ f32 unk_0B8; /* 0x00BC */ u32 effects; /* 0x00C0 */ s16 unk_0C0; @@ -316,11 +316,11 @@ typedef struct { /* 0x00C4 */ s16 slopeAccel; /* 0x00C6 */ s16 alpha; /* 0x00C8 */ s16 unk_0C8; - /* 0x00CA */ s16 unk_0CA; + /* 0x00CA */ s16 lakituProps; /* 0x00CC */ Vec4s unk_0CC; /* 0x00D4 */ Vec4s unk_0D4; /* 0x00DC */ s16 boostTimer; - /* 0x00DE */ u16 waterInteractionFlags; + /* 0x00DE */ u16 oobProps; /* 0x00E0 */ s16 unk_0E0; /* 0x00E2 */ s16 unk_0E2; /* 0x00E4 */ f32 unk_0E4; |
