From bb56d4a3f4cab33f899646e0630282fc6176a9c9 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sat, 29 Aug 2020 03:11:03 -0400 Subject: Give songs meaningful english names --- data/battle_scripts_1.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/battle_scripts_1.s') diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s index 2ac9f7f6d..79b5dffc1 100644 --- a/data/battle_scripts_1.s +++ b/data/battle_scripts_1.s @@ -3119,7 +3119,7 @@ BattleScript_Pausex20:: return BattleScript_LevelUp:: - fanfare MUS_FANFA1 + fanfare MUS_LEVEL_UP printstring STRINGID_PKMNGREWTOLV setbyte sLVLBOX_STATE, 0 drawlvlupbox @@ -3149,7 +3149,7 @@ BattleScript_ForgotAndLearnedNewMove:: printstring STRINGID_ANDELLIPSIS BattleScript_LearnedNewMove:: buffermovetolearn - fanfare MUS_FANFA1 + fanfare MUS_LEVEL_UP printstring STRINGID_PKMNLEARNEDMOVE waitmessage 0x40 updatechoicemoveonlvlup BS_ATTACKER -- cgit v1.2.3