summaryrefslogtreecommitdiff
path: root/home/textbox.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
committerdannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
commit5647ca687b92954dcf37a6ea6bfbc9a341c32de4 (patch)
treedde1937a1bfdb3a835f4155e1c2eb8f1aaf86f63 /home/textbox.asm
parent53fcd05aa24693093d8af1dc8ec4fedd3957decc (diff)
Sync with pokered
Diffstat (limited to 'home/textbox.asm')
-rw-r--r--home/textbox.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/textbox.asm b/home/textbox.asm
new file mode 100644
index 00000000..f95c72c7
--- /dev/null
+++ b/home/textbox.asm
@@ -0,0 +1,7 @@
+; function to draw various text boxes
+; INPUT:
+; [wTextBoxID] = text box ID
+; b, c = y, x cursor position (TWO_OPTION_MENU only)
+DisplayTextBoxID::
+ homecall_sf DisplayTextBoxID_
+ ret