summaryrefslogtreecommitdiff
path: root/engine/items/pack.asm
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/items/pack.asm
parent31dc62ec5d1a8028cb1cb30ea0d3fa8eb553145a (diff)
parent3e78e5b2b604568b13a37e4603dbd798373b9805 (diff)
Merge pull request #622 from mid-kid/master
TextBox -> Textbox
Diffstat (limited to 'engine/items/pack.asm')
-rw-r--r--engine/items/pack.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/pack.asm b/engine/items/pack.asm
index 97f04f604..268a013bc 100644
--- a/engine/items/pack.asm
+++ b/engine/items/pack.asm
@@ -484,7 +484,7 @@ TossMenu:
jr c, .finish
call Pack_GetItemName
ld hl, Text_ConfirmThrowAway
- call MenuTextBox
+ call MenuTextbox
call YesNoBox
push af
call ExitMenu
@@ -1358,7 +1358,7 @@ Pack_InitGFX:
; Place the textbox for displaying the item description
hlcoord 0, SCREEN_HEIGHT - 4 - 2
lb bc, 4, SCREEN_WIDTH - 2
- call TextBox
+ call Textbox
call EnableLCD
call DrawPackGFX
ret