summaryrefslogtreecommitdiff
path: root/src/debug/start_menu_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/start_menu_debug.c')
-rw-r--r--src/debug/start_menu_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/start_menu_debug.c b/src/debug/start_menu_debug.c
index acb7a97b1..b1d12afe3 100644
--- a/src/debug/start_menu_debug.c
+++ b/src/debug/start_menu_debug.c
@@ -905,7 +905,7 @@ u8 DebugMenu_OpenWatanabe(void)
u8 DebugMenu_EndSequenceDemo(void)
{
CloseMenu();
- SetMainCallback2(sub_81439D0);
+ SetMainCallback2(CB2_StartCreditsSequence);
ScriptContext2_Enable();
return TRUE;
}