diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-04-08 14:15:10 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-04-09 16:09:18 +0200 |
commit | 3e78e5b2b604568b13a37e4603dbd798373b9805 (patch) | |
tree | 3485a00674f17a929aa21e8e9bc0bb5b1d36554f /engine/items/tmhm.asm | |
parent | 2184b60a0cb5e3d1c2b64f7787f3fc0da5efbcab (diff) |
TextBox -> Textbox
Homogenizing names.
Diffstat (limited to 'engine/items/tmhm.asm')
-rw-r--r-- | engine/items/tmhm.asm | 2 |
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 |