summaryrefslogtreecommitdiff
path: root/engine/printer
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2019-04-13 11:50:16 -0400
committerGitHub <noreply@github.com>2019-04-13 11:50:16 -0400
commit1ada06f576ebd25bfd00cfdc9d197d93946ebd5b (patch)
tree5e6e4603ccc68538fbf242cb463becda5b71ea75 /engine/printer
parent31dc62ec5d1a8028cb1cb30ea0d3fa8eb553145a (diff)
parent3e78e5b2b604568b13a37e4603dbd798373b9805 (diff)
Merge pull request #622 from mid-kid/master
TextBox -> Textbox
Diffstat (limited to 'engine/printer')
-rw-r--r--engine/printer/print_party.asm4
-rw-r--r--engine/printer/printer.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/engine/printer/print_party.asm b/engine/printer/print_party.asm
index caeb1eecd..16310d8f6 100644
--- a/engine/printer/print_party.asm
+++ b/engine/printer/print_party.asm
@@ -159,7 +159,7 @@ PrintPartyMonPage1:
hlcoord 0, 7
ld b, 9
ld c, 18
- call TextBox
+ call Textbox
hlcoord 8, 2
ld a, [wTempMonLevel]
call PrintLevel_Force3Digits
@@ -242,7 +242,7 @@ PrintPartyMonPage2:
hlcoord 0, 0
ld b, 15
ld c, 18
- call TextBox
+ call Textbox
ld bc, SCREEN_WIDTH
decoord 0, 0
hlcoord 0, 1
diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm
index 27fff95b8..8c659c27e 100644
--- a/engine/printer/printer.asm
+++ b/engine/printer/printer.asm
@@ -554,7 +554,7 @@ PlacePrinterStatusString:
ldh [hBGMapMode], a
hlcoord 0, 5
lb bc, 10, 18
- call TextBox
+ call Textbox
pop af
ld e, a
ld d, 0