diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-09-05 15:00:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 15:00:15 -0600 |
| commit | 7f7ecc5854b5dcf23160a0da25488a7ef07b98a5 (patch) | |
| tree | e324bc5d90d0dd22ffbd17c111fb805f4dd1e916 /include/objects.h | |
| parent | 67fbcac9ecf3768ceeac68aa37602fb27693553e (diff) | |
assorted matches (#399)
* assorted matches
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 461ad59b7..f4fc3949e 100644 --- a/include/objects.h +++ b/include/objects.h @@ -38,7 +38,7 @@ typedef struct /* 0x80 */ Vec4s *unk_080; // unk_080[][4]? /* 0x84 */ s16 unk_084[0xA]; /* 0x98 */ u16 unk_098; - /* 0x9A */ s16 unk_09A; + /* 0x9A */ u16 unk_09A; /* 0x9C */ s16 unk_09C; /* 0x9E */ s16 unk_09E; /* 0xA0 */ s16 unk_0A0; |
