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.c | |
parent | 91ac7fecd90a908af6b12d1a5f4e85e30b651b00 (diff) |
Fix style issues
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 3 |
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; |