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/menu/vending_machine.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/menu/vending_machine.asm')
| -rwxr-xr-x | engine/menu/vending_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/vending_machine.asm b/engine/menu/vending_machine.asm index 0f6c6a13..8460889f 100755 --- a/engine/menu/vending_machine.asm +++ b/engine/menu/vending_machine.asm @@ -58,7 +58,7 @@ VendingMachineMenu: ; 74ee0 (1d:4ee0) ld c, 2 call DelayFrames push bc - ld a, (SFX_02_53 - SFX_Headers_02) / 3 + ld a, SFX_PUSH_BOULDER call PlaySound pop bc dec b |
