diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/battle/animations.asm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 0673b518..75713592 100644 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -875,7 +875,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 | 
