From b86d6d05d92de28c35c899f4fbd03c1d542dc689 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 8 Jul 2021 08:38:51 -0400 Subject: Fix style issues --- src/contest_ai.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/contest_ai.c') 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; } -- cgit v1.2.3