aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/vending_machine.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/menu/vending_machine.asm
parentEnumerate more constants (diff)
downloadpokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.gz
pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.xz
pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.zip
Name sound effects
Diffstat (limited to 'engine/menu/vending_machine.asm')
-rwxr-xr-xengine/menu/vending_machine.asm2
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