aboutsummaryrefslogtreecommitdiffstats
path: root/engine/oak_speech.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/oak_speech.asm
parentEnumerate more constants (diff)
downloadpokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.gz
pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.xz
pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.zip
Name sound effects
Diffstat (limited to 'engine/oak_speech.asm')
-rwxr-xr-xengine/oak_speech.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm
index c7b2f4d6..62b054df 100755
--- a/engine/oak_speech.asm
+++ b/engine/oak_speech.asm
@@ -106,7 +106,7 @@ OakSpeech: ; 6115 (1:6115)
.next
ld a,[H_LOADEDROMBANK]
push af
- ld a,(SFX_02_48 - SFX_Headers_02) / 3
+ ld a,SFX_SHRINK
call PlaySound
pop af
ld [H_LOADEDROMBANK],a