diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-14 13:21:02 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-14 13:21:02 -0500 |
commit | e769bb92568d732429645cfceb9c18fb49858431 (patch) | |
tree | e9bcc0ca666a1091d0fd27d6afad18bd65c07ea2 /include | |
parent | 8990b10732827087e04a2a02632769b252baaff6 (diff) |
comment
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 509f63758..956f4d02b 100644 --- a/include/contest.h +++ b/include/contest.h @@ -77,7 +77,7 @@ struct ContestAIInfo { /*0x10*/ u8 unk10; /*0x14*/ u32 flags; /*0x18*/ u16 scriptResult; - /*0x1A*/ u16 scriptArr[3]; // TODO: are there more variables after the array? + /*0x1A*/ u16 scriptArr[3]; /*0x20*/ u32 stack[8]; /*0x40*/ u8 unk40; /*0x41*/ u8 unk41; |