diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-05-11 00:33:32 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-05-11 00:33:32 -0500 |
commit | 4e2886db8179072badaad0a3ff131b95dd0a7e94 (patch) | |
tree | 6aa19ca84c1a296cd10def7b8475edc4a87974c8 /src/battle_script_commands.c | |
parent | bc6000075547b00455a83f73fcd80e85a0972ac3 (diff) |
Use song constants
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index d1a18e38f..c382daaf4 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -3357,7 +3357,7 @@ static void atk23_getexp(void) if (!(gBattleTypeFlags & BATTLE_TYPE_TRAINER) && gBattleMons[0].hp && !gBattleStruct->wildVictorySong) { BattleStopLowHpSound(); - PlayBGM(0x161); + PlayBGM(MUS_KACHI2); gBattleStruct->wildVictorySong++; } |