diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-21 02:36:48 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-21 02:36:48 -0400 |
commit | 469ec5f248ce3f3708940dfaedcb1b1c2d6d3380 (patch) | |
tree | 7df808adb6a7da6cfd764bd7996a94bb7858519e /include | |
parent | 6c34effda93c67a37895e79b684b31b3cb9a2a88 (diff) |
Document contest AI commands
Diffstat (limited to 'include')
-rw-r--r-- | include/contest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/contest.h b/include/contest.h index d008b8fce..d53aec212 100644 --- a/include/contest.h +++ b/include/contest.h @@ -201,7 +201,7 @@ struct ContestantStatus bool8 repeatedMove:1; bool8 unused2:1; bool8 repeatedPrevMove:1; // never read - bool8 unk15_3:1; + bool8 completedComboFlag:1; bool8 hasJudgesAttention:1; bool8 judgesAttentionWasRemoved:1; bool8 usedComboMove:1; @@ -234,7 +234,7 @@ struct ContestAIInfo /*0x10*/ u8 currentAICheck; /*0x14*/ u32 aiChecks; /*0x18*/ s16 scriptResult; - /*0x1A*/ s16 scriptArr[3]; + /*0x1A*/ s16 vars[3]; /*0x20*/ const u8 *stack[8]; /*0x40*/ u8 stackSize; /*0x41*/ u8 contestantId; |