summaryrefslogtreecommitdiff
path: root/src/contest_ai.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contest_ai.c')
-rw-r--r--src/contest_ai.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/contest_ai.c b/src/contest_ai.c
index 9e62fcd70..df69d5019 100644
--- a/src/contest_ai.c
+++ b/src/contest_ai.c
@@ -1353,8 +1353,7 @@ static void ContestAICmd_unk_5E(void)
{
u8 var = sub_8128A7C(gAIScriptPtr[1]);
- eContestAI->scriptResult =
- gContestMonRound1Points[var] - gContestMonRound1Points[eContestAI->unk41];
+ eContestAI->scriptResult = gContestMonRound1Points[var] - gContestMonRound1Points[eContestAI->unk41];
gAIScriptPtr += 2;
}