diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-11-01 17:07:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-01 15:07:35 -0600 |
| commit | 4647cdcd7e2a0f5b68265aac82d3a50d42aabfaa (patch) | |
| tree | c2bee6756a8492fa7d7b6b2a3a05162fec2c9134 /include | |
| parent | 1483ddaa0343c1614159c8a4e915d9f027abb8bc (diff) | |
Assorted, unrelated matches (#267)
* Assorted matches
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/objects.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/objects.h b/include/objects.h index d51f88455..16992c750 100644 --- a/include/objects.h +++ b/include/objects.h @@ -23,13 +23,13 @@ typedef struct /* 0x54 */ s32 unk_054; /* 0x58 */ s32 unk_058; /* 0x5C */ s32 unk_05C; - /* 0x60 */ s32* unk_060; - /* 0x64 */ s32* unk_064; - /* 0x68 */ s32* unk_068; - /* 0x6C */ s32 unk_06C; + /* 0x60 */ s32 *unk_060; + /* 0x64 */ s8 *unk_064; + /* 0x68 */ s32 *unk_068; + /* 0x6C */ s8 *unk_06C; /* 0x70 */ s32 unk_070; // For at least 1 object type this is meant to be a Vtx*. See func_800555BC - /* 0x74 */ s32 unk_074; + /* 0x74 */ Vtx *unk_074; /* 0x78 */ s8 unk_078[0x04]; /* 0x7C */ s32 unk_07C; /* 0x80 */ s32 unk_080; |
