diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-25 18:15:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 18:15:58 -0500 |
commit | fa0e1ca4de35c9723a0972efeb6f7de4dca25594 (patch) | |
tree | 0cd68b160fa8d4a27cd65d6ffa80159b231f715c /src/contest_ai.c | |
parent | f839afb24aa2c7b70e9c28a5c069aacc46993099 (diff) | |
parent | 605f8ac1141daf66d3428923e004f82f5a5e1594 (diff) |
Merge pull request #552 from PikalaxALT/contest_link_80C2020
[DO NOT MERGE] Contest results tasks
Diffstat (limited to 'src/contest_ai.c')
-rw-r--r-- | src/contest_ai.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contest_ai.c b/src/contest_ai.c index e570dbafb..a6dde8afe 100644 --- a/src/contest_ai.c +++ b/src/contest_ai.c @@ -1115,7 +1115,7 @@ static void ContestAICmd_check_would_finish_combo(void) if(sContestantStatus[eContestAI->unk41].prevMove) result = AreMovesContestCombo(sContestantStatus[eContestAI->unk41].prevMove, move); - + if(result) result = 1; @@ -1723,7 +1723,7 @@ static void ContestAICmd_unk_85(void) int result = 0; int i; u16 arg = T1_READ_16(gAIScriptPtr + 1); - + for(i = 0; i < 4; i++) { u16 move = gContestMons[eContestAI->unk41].moves[i]; |