diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2020-08-23 23:50:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-23 17:50:30 -0400 |
| commit | 49609dd78bb586c8ab3349105ceedeb2eb0d91ea (patch) | |
| tree | c076c98bff5e83feb342219344ed027718519acf /include | |
| parent | 281aaa0cb6a55f19eceb322871a8d27da9e0e8b2 (diff) | |
Match/Improve a bunch of non matchings (#342)
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/z64.h b/include/z64.h index 6977b5d6c..836518fe3 100644 --- a/include/z64.h +++ b/include/z64.h @@ -836,9 +836,9 @@ typedef struct { /* 0x0238 */ s16 unk_238; /* 0x023A */ s16 unk_23A; /* 0x023C */ s16 unk_23C; - /* 0x023E */ s16 unk_23E; + /* 0x023E */ u16 unk_23E; /* 0x0240 */ s16 unk_240; - /* 0x0242 */ s16 unk_242; + /* 0x0242 */ u16 unk_242; /* 0x0244 */ s16 unk_244; /* 0x0246 */ s16 unk_246; /* 0x0248 */ s16 unk_248; |
