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 /mobile/mobile_menu.asm | |
| parent | 2184b60a0cb5e3d1c2b64f7787f3fc0da5efbcab (diff) | |
TextBox -> Textbox
Homogenizing names.
Diffstat (limited to 'mobile/mobile_menu.asm')
| -rw-r--r-- | mobile/mobile_menu.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/mobile_menu.asm b/mobile/mobile_menu.asm index 3b971ee83..ea54ff85c 100644 --- a/mobile/mobile_menu.asm +++ b/mobile/mobile_menu.asm @@ -23,7 +23,7 @@ Function49f16: hlcoord 0, 12 ld b, 4 ld c, SCREEN_HEIGHT - call TextBox + call Textbox xor a ld de, String_0x49fe9 hlcoord 1, 14 @@ -258,7 +258,7 @@ Function4a149: hlcoord 0, 12 ld b, $4 ld c, $12 - call TextBox + call Textbox ld a, [wMenuCursorY] dec a ld hl, Strings_4a23d @@ -418,7 +418,7 @@ Function4a28a: hlcoord 14, 7 ld b, 3 ld c, 4 - call TextBox + call Textbox farcall Mobile_OpenAndCloseMenu_HDMATransferTileMapAndAttrMap ld hl, DeletePassword_YesNo_MenuHeader call LoadMenuHeader @@ -667,7 +667,7 @@ Function4a4c4: hlcoord 0, 12 ld b, $4 ld c, $12 - call TextBox + call Textbox xor a ld hl, Strings_4a5f6 ld d, h |
