aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/healing_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/overworld/healing_machine.asm
parentEnumerate more constants (diff)
downloadpokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.gz
pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.xz
pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.zip
Name sound effects
Diffstat (limited to 'engine/overworld/healing_machine.asm')
-rwxr-xr-xengine/overworld/healing_machine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/healing_machine.asm b/engine/overworld/healing_machine.asm
index d00bbc05..fce797d0 100755
--- a/engine/overworld/healing_machine.asm
+++ b/engine/overworld/healing_machine.asm
@@ -28,7 +28,7 @@ AnimateHealingMachine: ; 70433 (1c:4433)
ld b, a
.asm_7046e
call Func_70503
- ld a, (SFX_02_4a - SFX_Headers_02) / 3
+ ld a, SFX_HEALING_MACHINE
call PlaySound
ld c, 30
call DelayFrames