summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-21 23:46:19 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-22 00:10:20 -0800
commit96511dc214b9f343864b125816751040edccd010 (patch)
tree9caebfd073eea5f93ffef720d56730004586a2c7 /src/battle_script_commands.c
parent44415f1bbef8fed06608e9d37c3c355ce327198e (diff)
use internal song names
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 656f9f43a..43b802d0b 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -7121,7 +7121,7 @@ static void atk76_various(void)
gBattleOutcome = BATTLE_OPPONENT_TELEPORTED;
break;
case VARIOUS_PLAY_TRAINER_DEFEATED_MUSIC:
- EmitPlayFanfareOrBGM(0, BGM_KACHI1, TRUE);
+ EmitPlayFanfareOrBGM(0, MUS_KACHI1, TRUE);
MarkBufferBankForExecution(gActiveBank);
break;
}