summaryrefslogtreecommitdiff
path: root/home/textbox.asm
diff options
context:
space:
mode:
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