diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-09-20 21:55:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-20 18:55:59 -0700 |
| commit | 5cd2115c2ebbeaafd085851144672a3453a5ad20 (patch) | |
| tree | eb3c646d0c5673fd16795f89915b8a6297fa44ba /include/objects.h | |
| parent | 3c048af3e646efe7ea23fa03ec592b46c4be978a (diff) | |
Some matches for code_800431B0 (#259)
* Required making an adjustment to the object struct, which was required to fix some other files.
* Decompiled some gfx
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/objects.h b/include/objects.h index aa90e2125..f8f924be8 100644 --- a/include/objects.h +++ b/include/objects.h @@ -50,9 +50,7 @@ typedef struct /* 0xB4 */ u16 unk_0B4; /* 0xB6 */ u16 unk_0B6; /* 0xB8 */ Vec3s unk_0B8; - /* 0xBE */ u16 unk_0BE; - /* 0xC0 */ u16 unk_0C0; - /* 0xC2 */ u16 unk_0C2; + /* 0xBE */ Vec3su unk_0BE; /* 0xC4 */ u16 unk_0C4; /* 0xC6 */ u16 unk_0C6; /* 0xC8 */ u16 unk_0C8; |
