diff options
author | Garak <thomastaps194@comcast.net> | 2018-06-26 00:01:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 00:01:17 -0400 |
commit | 1cada74444df875649b239ed488c6ee4deb8a7f1 (patch) | |
tree | 0cd68b160fa8d4a27cd65d6ffa80159b231f715c /src/contest_ai.c | |
parent | b3dec86071ae7d2eb5c1258ea778f0e823a5f636 (diff) | |
parent | fa0e1ca4de35c9723a0972efeb6f7de4dca25594 (diff) |
Merge pull request #3 from pret/master
upstream merge
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]; |