summaryrefslogtreecommitdiff
path: root/engine/battle/animations.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-04-13 17:48:44 -0500
committerdannye <33dannye@gmail.com>2021-04-13 17:48:44 -0500
commit3af309e80584a0e2567586613f406883118d88e3 (patch)
tree9204f1351993e4679ad9ef91aa82ad1ebb4b8c4c /engine/battle/animations.asm
parent3ce276892c1b97ae893d319125b13fed936d14f2 (diff)
parent506a14084e32d7532b8400a6457f46492bbc47ab (diff)
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine/battle/animations.asm')
-rw-r--r--engine/battle/animations.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm
index 4110e8b6..56db1979 100644
--- a/engine/battle/animations.asm
+++ b/engine/battle/animations.asm
@@ -924,7 +924,7 @@ TradeJumpPokeball:
cp $ff
jr nz, .skipPlayingSound
.playSound ; play sound if next move distance is 12 or this is the last one
- ld a, SFX_BATTLE_18
+ ld a, SFX_SWAP
call PlaySound
.skipPlayingSound
push bc