summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
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 f84ff4d4a..ecc8e3d36 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -3165,7 +3165,7 @@ static void atk23_getexp(void)
&& !gBattleStruct->wildVictorySong)
{
BattleStopLowHpSound();
- PlayBGM(BGM_FRLG_KACHI_WILD_POKEMON);
+ PlayBGM(MUS_WIN_YASEI);
++gBattleStruct->wildVictorySong;
}
if (GetMonData(&gPlayerParty[gBattleStruct->expGetterMonId], MON_DATA_HP))