diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-14 04:46:09 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-14 04:46:09 -0500 |
commit | bc2abc39f6a8b47e844136a43fbc729eb5568833 (patch) | |
tree | a2576681d286faba39a9c49214cc238a17343a3b /include | |
parent | 74f4ece9184fc388528a775bd31f2cd4d3efe626 (diff) |
up to ContestAICmd_unk_7E
Diffstat (limited to 'include')
-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 9a211bbf5..c8c1a2901 100644 --- a/include/contest.h +++ b/include/contest.h @@ -79,7 +79,7 @@ struct ContestAIInfo { /*0x11*/ u8 filler11[0x3]; // padding? /*0x14*/ u32 flags; /*0x18*/ u16 scriptResult; - /*0x1A*/ u8 filler1A[0x26]; + /*0x1A*/ u16 scriptArr[19]; // TODO: are there more variables after the array? /*0x40*/ u8 unk40; /*0x41*/ u8 unk41; /*0x42*/ u8 filler42[0x2]; // padding? |