diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-11-21 13:57:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-21 11:57:07 -0700 |
| commit | a75389535917d21b0c7ecca6bc0e4f0e29c1e02d (patch) | |
| tree | b84bfeae475670c6d151961ea63882096bff7160 /include/objects.h | |
| parent | 0c10beae0e953e28d45e2185e7f4bf04b7d0c05e (diff) | |
Assorted matches, mostly focussing on 80027D00 (#277)
* Assorted Matches
* Matches in code_80027D00
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/objects.h b/include/objects.h index 16992c750..83ffe9148 100644 --- a/include/objects.h +++ b/include/objects.h @@ -27,7 +27,7 @@ typedef struct /* 0x64 */ s8 *unk_064; /* 0x68 */ s32 *unk_068; /* 0x6C */ s8 *unk_06C; - /* 0x70 */ s32 unk_070; + /* 0x70 */ Gfx *unk_070; // For at least 1 object type this is meant to be a Vtx*. See func_800555BC /* 0x74 */ Vtx *unk_074; /* 0x78 */ s8 unk_078[0x04]; |
