summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-08 08:38:51 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-08 08:38:51 -0400
commitb86d6d05d92de28c35c899f4fbd03c1d542dc689 (patch)
tree082b433e0f10e758799ce2501f49f959f2ce54b3 /src/contest.c
parent91ac7fecd90a908af6b12d1a5f4e85e30b651b00 (diff)
Fix style issues
Diffstat (limited to 'src/contest.c')
-rw-r--r--src/contest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/contest.c b/src/contest.c
index 06fc71888..820ae326a 100644
--- a/src/contest.c
+++ b/src/contest.c
@@ -1246,8 +1246,7 @@ void Task_DoAppeals(u8 taskId)
else if (r4 == 2)
Contest_StartTextPrinter(&gMenuWindow, ContestString_WentOverVeryWell, 776, 1, 15);
else
- Contest_StartTextPrinter(
- &gMenuWindow, ContestString_AppealComboExcellently, 776, 1, 15);
+ Contest_StartTextPrinter(&gMenuWindow, ContestString_AppealComboExcellently, 776, 1, 15);
DoJudgeSpeechBubble(3);
gTasks[taskId].data[10] = 0;
gTasks[taskId].data[0] = 45;