summaryrefslogtreecommitdiff
path: root/engine/scripting.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-29 22:29:45 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-29 22:29:45 -0500
commit0eb0c40ba7be54862364e6cd3a77cc605a4ada16 (patch)
treec449bf08b91a3e5ccc1bf728dd9a0b7940ddef8e /engine/scripting.asm
parentb8dcccd0da7d7eda8f4e480aeb4f87d08d7461b4 (diff)
buttonsound
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r--engine/scripting.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm
index 698508cf4..b6042a04a 100644
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -157,7 +157,7 @@ IF _CRYSTAL
ENDC
dw Script_jumptext
dw Script_waitbutton
- dw Script_keeptextopen
+ dw Script_buttonsound
dw Script_pokepic
dw Script_closepokepic
dw Script_interpretmenu
@@ -438,7 +438,7 @@ Script_waitbutton: ; 96ed9
jp WaitButton
; 96edc
-Script_keeptextopen: ; 96edc
+Script_buttonsound: ; 96edc
; script command 0x55
ld a, [hOAMUpdate]
@@ -446,7 +446,7 @@ Script_keeptextopen: ; 96edc
ld a, $1
ld [hOAMUpdate], a
call WaitBGMap
- call KeepTextOpen
+ call ButtonSound
pop af
ld [hOAMUpdate], a
ret
@@ -583,7 +583,7 @@ GiveItemScript: ; 96f77
end
.Full
- keeptextopen
+ buttonsound
pocketisfull
end
; 96f89