summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-17 14:19:43 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-17 14:19:43 -0400
commit1a1f911eb4cfe7d1a9d18ef555c8ddfce7c5da73 (patch)
treeaea6ce5eb029eed2558439158b78bf96a733c902 /home/text.asm
parenteebeee7f7af1dc21d122fdd362d69fa025d9a4f4 (diff)
map, farcall, and predef in home
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/text.asm b/home/text.asm
index 6ed9f4ab..4ea9b6db 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -137,6 +137,7 @@ RadioTerminator:: ; 1052
PrintText::
call SetUpTextBox
+PrintTextBoxText::
bccoord TEXTBOX_INNERX, TEXTBOX_INNERY
call PlaceHLTextAtBC
ret