diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-19 03:46:12 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-19 03:46:12 -0500 |
| commit | ea9cc86949cecc3508aeac06b807372b6b0134d8 (patch) | |
| tree | aafb7371315334ecaba9a964fd91565f245b10bb /engine/learn_move.asm | |
| parent | Enumerate more constants (diff) | |
| download | pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.gz pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.xz pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.zip | |
Name sound effects
Diffstat (limited to 'engine/learn_move.asm')
| -rwxr-xr-x | engine/learn_move.asm | 2 |
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 |
