aboutsummaryrefslogtreecommitdiffstats
path: root/engine/learn_move.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-19 03:46:12 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-19 03:46:12 -0500
commitea9cc86949cecc3508aeac06b807372b6b0134d8 (patch)
treeaafb7371315334ecaba9a964fd91565f245b10bb /engine/learn_move.asm
parentEnumerate more constants (diff)
downloadpokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.gz
pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.xz
pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.zip
Name sound effects
Diffstat (limited to 'engine/learn_move.asm')
-rwxr-xr-xengine/learn_move.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/learn_move.asm b/engine/learn_move.asm
index 1c0e038c..abc3b7d4 100755
--- a/engine/learn_move.asm
+++ b/engine/learn_move.asm
@@ -207,7 +207,7 @@ OneTwoAndText: ; 6fc8 (1:6fc8)
TX_FAR _OneTwoAndText
db $a
TX_ASM
- ld a, (SFX_02_58 - SFX_Headers_02) / 3
+ ld a, SFX_SWAP
call PlaySoundWaitForCurrent
ld hl, PoofText
ret