mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fix incorrect sfx id
AUDIO_1 is loaded during trade animations, not AUDIO_2
This commit is contained in:
parent
2baf0ae962
commit
fa206ce835
|
@ -875,7 +875,7 @@ TradeJumpPokeball:
|
||||||
cp $ff
|
cp $ff
|
||||||
jr nz, .skipPlayingSound
|
jr nz, .skipPlayingSound
|
||||||
.playSound ; play sound if next move distance is 12 or this is the last one
|
.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
|
call PlaySound
|
||||||
.skipPlayingSound
|
.skipPlayingSound
|
||||||
push bc
|
push bc
|
||||||
|
|
Loading…
Reference in a new issue