summaryrefslogtreecommitdiff
path: root/src/tv.c
diff options
context:
space:
mode:
authorcamthesaxman <camthesaxman@users.noreply.github.com>2019-07-31 18:29:13 -0500
committercamthesaxman <camthesaxman@users.noreply.github.com>2019-07-31 18:29:13 -0500
commitbbd177fa20a3f53a4815061c524a14e959de6783 (patch)
treeac166c12c8555af4672049cb5702a0bbf7ea3aa1 /src/tv.c
parentb74a0c3122113b5ebef469739745e2b8fd420c50 (diff)
fix more emerald differences
Diffstat (limited to 'src/tv.c')
-rw-r--r--src/tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tv.c b/src/tv.c
index 0c87d53b1..29d7fc442 100644
--- a/src/tv.c
+++ b/src/tv.c
@@ -2073,7 +2073,7 @@ void ChangePokemonNickname(void)
void ChangePokemonNickname_CB(void)
{
SetMonData(&(gPlayerParty[gSpecialVar_0x8004]), MON_DATA_NICKNAME, gStringVar2);
- c2_exit_to_overworld_1_continue_scripts_restart_music();
+ CB2_ReturnToFieldContinueScriptPlayMapMusic();
}
void TV_CopyNicknameToStringVar1AndEnsureTerminated(void)