diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-08-17 22:38:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-17 22:38:28 -0500 |
commit | 40fa9ddbb853c4d825e4dd8eb6f5c5e40cd53dd3 (patch) | |
tree | f6ea0af0d9a8189d2a5cb67cd6c9823250c5e03a /src/hall_of_fame.c | |
parent | 4663564e028cd5a4f271ce34835ee2939593c99f (diff) | |
parent | 18dee141704daa10313f27890d0f97a2a083a496 (diff) |
Merge pull request #782 from tustin2121/trihard-giveback2
Giving back from TriHard Emerald development
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r-- | src/hall_of_fame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index fdf2020ff..ac37b2ece 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -755,7 +755,7 @@ static void Task_Hof_HandleExit(u8 taskId) static void SetCallback2AfterHallOfFameDisplay(void) { - SetMainCallback2(sub_8175620); + SetMainCallback2(CB2_StartCreditsSequence); } #undef tDontSaveData |