summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-18 22:34:11 -0700
committerYamaArashi <shadow962@live.com>2015-07-18 22:34:11 -0700
commitd0526c036210d2ee186a2a45feac91747ef6fb85 (patch)
treebf8f67ee9c7edf30e3b0b37ca98f618f8aadfc85 /home.asm
parentc169073eed4f0362ef42170098a141a2fcbd71d0 (diff)
small changes
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 1b910054..11db47dd 100644
--- a/home.asm
+++ b/home.asm
@@ -1140,7 +1140,7 @@ DisplayTextID:: ; 2920 (0:2920)
callab CableClubNPC
jr AfterDisplayingTextID
.notSpecialCase
- call Func_3c59 ; display the text
+ call PrintText_NoCreatingTextBox ; display the text
ld a,[wDoNotWaitForButtonPressAfterDisplayingText]
and a
jr nz,HoldTextDisplayOpen
@@ -4206,7 +4206,7 @@ PrintText:: ; 3c49 (0:3c49)
call UpdateSprites
call Delay3
pop hl
-Func_3c59:: ; 3c59 (0:3c59)
+PrintText_NoCreatingTextBox:: ; 3c59 (0:3c59)
coord bc, 1, 14
jp TextCommandProcessor