summaryrefslogtreecommitdiff
path: root/src/save_failed_screen.c
diff options
context:
space:
mode:
authorPokeCodec <doremylover456@gmail.com>2020-07-27 19:17:34 -0400
committerPokeCodec <doremylover456@gmail.com>2020-07-27 19:17:34 -0400
commitfb6f859eddd63cd59e8fabd53e47ca9080c63f3e (patch)
treee60b09e7e0c5979112b96266835d0769792c973f /src/save_failed_screen.c
parent11178a49db67304bb82287e4c93ef4a36cf5edca (diff)
semicolon
Diffstat (limited to 'src/save_failed_screen.c')
-rw-r--r--src/save_failed_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c
index a2a2acc8d..7c824e82d 100644
--- a/src/save_failed_screen.c
+++ b/src/save_failed_screen.c
@@ -349,7 +349,7 @@ static void VBlankCB_UpdateClockGraphics(void)
gMain.oamBuffer[0] = sClockOamData;
gMain.oamBuffer[0].x = 112;
- gMain.oamBuffer[0].y = (CLOCK_WIN_TOP + 1) * 8;;
+ gMain.oamBuffer[0].y = (CLOCK_WIN_TOP + 1) * 8;
if (gSaveFailedClockInfo[CLOCK_RUNNING] != FALSE)
{