From 49609dd78bb586c8ab3349105ceedeb2eb0d91ea Mon Sep 17 00:00:00 2001 From: Roman971 <32455037+Roman971@users.noreply.github.com> Date: Sun, 23 Aug 2020 23:50:30 +0200 Subject: Match/Improve a bunch of non matchings (#342) --- include/z64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3