diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-31 13:42:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 13:42:52 -0400 |
commit | 69ce45f71f49c859ca7adc07902842503c07d405 (patch) | |
tree | 06f27893dcbc5a32d898325df733bf33d1aabae6 /src/battle_controller_opponent.c | |
parent | d7ec1d234b260df869213e195055dd75bcbe5cf3 (diff) | |
parent | ed714f1d4910e6107f684a0f27566a0fe7c6ec6f (diff) |
Merge pull request #799 from GriffinRichards/rename-songs
Give songs meaningful english names
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r-- | src/battle_controller_opponent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_opponent.c b/src/battle_controller_opponent.c index 9fe69811e..b3685806d 100644 --- a/src/battle_controller_opponent.c +++ b/src/battle_controller_opponent.c @@ -1294,7 +1294,7 @@ void OpponentHandlecmd10(void) else if (!ewram17810[gActiveBattler].unk0_6) { ewram17810[gActiveBattler].unk4 = 0; - PlaySE12WithPanning(SE_POKE_DEAD, 63); + PlaySE12WithPanning(SE_FAINT, 63); gSprites[gBattlerSpriteIds[gActiveBattler]].callback = sub_8010384; gBattlerControllerFuncs[gActiveBattler] = sub_803311C; } |