diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-09-04 18:57:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 18:57:16 -0600 |
| commit | 23cfd1ca026225369b121e345310e55aff5b54ce (patch) | |
| tree | 6f553b21085f68c7a44b7a0548f9cdf21794886b /include/common_structs.h | |
| parent | 9663a66dd23f972c162c5e64d6a9f83e5296d0c5 (diff) | |
Match funcs in player_controller.c (#398)
* Match funcs in player_controller.c
Diffstat (limited to 'include/common_structs.h')
| -rw-r--r-- | include/common_structs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/common_structs.h b/include/common_structs.h index 90b599d57..e00ffb665 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -270,9 +270,7 @@ typedef struct { /* 0x0058 */ f32 unk_058; /* 0x005C */ f32 unk_05C; /* 0x0060 */ f32 unk_060; - /* 0x0064 */ f32 unk_064; - /* 0x0068 */ f32 unk_068; - /* 0x006C */ f32 unk_06C; + /* 0x0064 */ Vec3f unk_064; /* 0x0070 */ f32 boundingBoxSize; /* 0x0074 */ f32 unk_074; /* 0x0078 */ s16 unk_078; @@ -329,7 +327,7 @@ typedef struct { /* 0x0198 */ KartBoundingBoxCorner boundingBoxCorners[4]; /* 0x01F8 */ f32 unk_1F8; /* 0x01FC */ f32 unk_1FC; - /* 0x0200 */ s32 unk_200; + /* 0x0200 */ u32 unk_200; // May be s32. but less casting required if u32 /* 0x0204 */ s16 unk_204; /* 0x0206 */ s16 unk_206; /* 0x0208 */ f32 unk_208; |
