summaryrefslogtreecommitdiff
path: root/src/clock.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-15 17:04:55 -0600
committerGitHub <noreply@github.com>2018-02-15 17:04:55 -0600
commitcfec30413c36f3a571d80162796c11a030f42767 (patch)
tree4a6cb4912d0ecd13efa6c0c887d850853763d875 /src/clock.c
parentfcf3f97da94515a34eda2dc1b564f4bc01adc383 (diff)
parent824699f505d373b1cc1247347b9c69d6ef1ce8ca (diff)
Merge pull request #209 from DizzyEggg/decompile_overworld
Decompile overworld
Diffstat (limited to 'src/clock.c')
-rw-r--r--src/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clock.c b/src/clock.c
index 7cea30166..71c433ed2 100644
--- a/src/clock.c
+++ b/src/clock.c
@@ -83,7 +83,7 @@ static void UpdatePerMinute(struct Time *localTime)
static void ReturnFromStartWallClock(void)
{
InitTimeBasedEvents();
- SetMainCallback2(c2_exit_to_overworld_1_continue_scripts_restart_music);
+ SetMainCallback2(CB2_ReturnToFieldContinueScript);
}
void StartWallClock(void)