diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-08 08:38:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-08 08:38:51 -0400 |
commit | b86d6d05d92de28c35c899f4fbd03c1d542dc689 (patch) | |
tree | 082b433e0f10e758799ce2501f49f959f2ce54b3 /src/contest_ai.c | |
parent | 91ac7fecd90a908af6b12d1a5f4e85e30b651b00 (diff) |
Fix style issues
Diffstat (limited to 'src/contest_ai.c')
-rw-r--r-- | src/contest_ai.c | 3 |
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; } |