diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-09-25 13:26:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-25 10:26:58 -0700 |
| commit | 754e31da04602ec6c3c1d447e9bd15d03229b514 (patch) | |
| tree | ce3520594c9da8b7888960493b56e46915f65914 /include/objects.h | |
| parent | 5cd2115c2ebbeaafd085851144672a3453a5ad20 (diff) | |
Even more matches for code_800431B0.c (#261)
* More matches for code_800431B0
* Also added a header for the common_textures file since some other
files use the Gfx/Vtx variables defined there
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/objects.h b/include/objects.h index f8f924be8..d51f88455 100644 --- a/include/objects.h +++ b/include/objects.h @@ -28,6 +28,7 @@ typedef struct /* 0x68 */ s32* unk_068; /* 0x6C */ s32 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; /* 0x78 */ s8 unk_078[0x04]; /* 0x7C */ s32 unk_07C; @@ -46,9 +47,7 @@ typedef struct /* 0xAC */ s16 unk_0AC; /* 0xAE */ s16 unk_0AE; /* 0xB0 */ s16 unk_0B0; - /* 0xB2 */ u16 unk_0B2; - /* 0xB4 */ u16 unk_0B4; - /* 0xB6 */ u16 unk_0B6; + /* 0xB2 */ Vec3su unk_0B2; /* 0xB8 */ Vec3s unk_0B8; /* 0xBE */ Vec3su unk_0BE; /* 0xC4 */ u16 unk_0C4; |
