diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-17 14:19:43 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-17 14:19:43 -0400 |
commit | 1a1f911eb4cfe7d1a9d18ef555c8ddfce7c5da73 (patch) | |
tree | aea6ce5eb029eed2558439158b78bf96a733c902 /home/text.asm | |
parent | eebeee7f7af1dc21d122fdd362d69fa025d9a4f4 (diff) |
map, farcall, and predef in home
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 1 |
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 |