summaryrefslogtreecommitdiff
path: root/engine/items/tmhm.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-04-08 14:15:10 +0200
committermid-kid <esteve.varela@gmail.com>2019-04-09 16:09:18 +0200
commit3e78e5b2b604568b13a37e4603dbd798373b9805 (patch)
tree3485a00674f17a929aa21e8e9bc0bb5b1d36554f /engine/items/tmhm.asm
parent2184b60a0cb5e3d1c2b64f7787f3fc0da5efbcab (diff)
TextBox -> Textbox
Homogenizing names.
Diffstat (limited to 'engine/items/tmhm.asm')
-rw-r--r--engine/items/tmhm.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm
index 98222e4b6..d82b5829e 100644
--- a/engine/items/tmhm.asm
+++ b/engine/items/tmhm.asm
@@ -247,7 +247,7 @@ TMHM_ShowTMMoveDescription:
hlcoord 0, 12
ld b, 4
ld c, SCREEN_WIDTH - 2
- call TextBox
+ call Textbox
ld a, [wCurItem]
cp NUM_TMS + NUM_HMS + 1
jr nc, TMHM_JoypadLoop