diff options
author | camthesaxman <camthesaxman@users.noreply.github.com> | 2019-07-31 18:29:13 -0500 |
---|---|---|
committer | camthesaxman <camthesaxman@users.noreply.github.com> | 2019-07-31 18:29:13 -0500 |
commit | bbd177fa20a3f53a4815061c524a14e959de6783 (patch) | |
tree | ac166c12c8555af4672049cb5702a0bbf7ea3aa1 /src/debug/tomomichi_debug_menu.c | |
parent | b74a0c3122113b5ebef469739745e2b8fd420c50 (diff) |
fix more emerald differences
Diffstat (limited to 'src/debug/tomomichi_debug_menu.c')
-rw-r--r-- | src/debug/tomomichi_debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/tomomichi_debug_menu.c b/src/debug/tomomichi_debug_menu.c index daaca570c..07e08eb4f 100644 --- a/src/debug/tomomichi_debug_menu.c +++ b/src/debug/tomomichi_debug_menu.c @@ -1885,7 +1885,7 @@ bool8 InitTomomichiDebugWindow(void) static void debug_sub_808B868(void) { - c2_exit_to_overworld_1_continue_scripts_restart_music(); + CB2_ReturnToFieldContinueScriptPlayMapMusic(); } static bool8 InitDebugWindow(void) |