summaryrefslogtreecommitdiff
path: root/engine/scripting.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-04 02:49:12 -0500
committeryenatch <yenatch@gmail.com>2013-12-04 03:07:58 -0500
commitbe0c7962b00e612543a8d3653cc9a876e68adf70 (patch)
tree67e22226fd6756c8c8af73e8c8b6bac7b25285f7 /engine/scripting.asm
parent099e17bbaf1956e072edc569c3d90682c1e5a5d2 (diff)
YesNoBox
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r--engine/scripting.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm
index df1215f40..f0d064d8e 100644
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -455,7 +455,7 @@ Script_keeptextopen: ; 0x96edc
Script_yesorno: ; 0x96eed
; script command 0x4e
- call Function1dcf
+ call YesNoBox
ld a, $0
jr c, .asm_96ef6 ; 0x96ef2 $2
ld a, $1
@@ -792,7 +792,7 @@ Script_askforphonenumber: ; 0x970be
; parameters:
; number (SingleByteParam)
- call Function1dcf
+ call YesNoBox
jr c, .asm_970d6 ; 0x970c1 $13
call GetScriptByte
ld c, a