diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-08-09 21:16:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 19:16:00 -0600 |
| commit | 04e9e00227b763cce40e300f40efc18fa76f2904 (patch) | |
| tree | 6b2f4de8932a3679b21fd95e6df71f1c68262fda /include/objects.h | |
| parent | de5c688e42e4915dc4d0520aeef0de12b9820c8d (diff) | |
Some matches in code_80086E70 (#361)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/objects.h b/include/objects.h index 8ac986147..299c835cc 100644 --- a/include/objects.h +++ b/include/objects.h @@ -35,8 +35,8 @@ typedef struct /* 0x70 */ Gfx *unk_070; /* 0x74 */ Vtx *unk_074; // For at least 1 object type this is meant to be a Vtx*. See func_800555BC /* 0x78 */ s8 unk_078[0x04]; - /* 0x7C */ s32 unk_07C; - /* 0x80 */ u16 *unk_080; // unk_080[][4]? + /* 0x7C */ Vec4s *unk_07C; + /* 0x80 */ Vec4s *unk_080; // unk_080[][4]? /* 0x84 */ s16 unk_084[0xA]; /* 0x98 */ u16 unk_098; /* 0x9A */ s16 unk_09A; |
