diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-14 14:16:40 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-14 14:16:40 -0500 |
commit | a5403f03dd49711f8c2f719e8bfa8a83f427563c (patch) | |
tree | dc460de1a992b840788aee0698aac71e76d1c4f8 /include/contest.h | |
parent | c0b4770984dfc7f699f60a58085c9d1ff1098c08 (diff) |
scriptArr to s16
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h index b7cb46810..6b1f1f520 100644 --- a/include/contest.h +++ b/include/contest.h @@ -77,7 +77,7 @@ struct ContestAIInfo { /*0x10*/ u8 unk10; /*0x14*/ u32 flags; /*0x18*/ s16 scriptResult; - /*0x1A*/ u16 scriptArr[3]; + /*0x1A*/ s16 scriptArr[3]; /*0x20*/ u32 stack[8]; /*0x40*/ u8 unk40; /*0x41*/ u8 unk41; |