TextBox -> Textbox

Homogenizing names.
This commit is contained in:
mid-kid
2019-04-08 14:15:10 +02:00
parent 2184b60a0c
commit 3e78e5b2b6
115 changed files with 478 additions and 478 deletions

View File

@@ -7,7 +7,7 @@ _OptionsMenu:
hlcoord 0, 0
ld b, 16
ld c, 18
call TextBox
call Textbox
hlcoord 2, 2
ld de, StringOptions
call PlaceString
@@ -448,7 +448,7 @@ Options_MenuAccount:
.On: db "ON @"
Options_Frame:
ld hl, wTextBoxFrame
ld hl, wTextboxFrame
ldh a, [hJoyPressed]
bit D_LEFT_F, a
jr nz, .LeftPressed
@@ -470,7 +470,7 @@ Options_Frame:
maskbits NUM_FRAMES
ld [hl], a
UpdateFrame:
ld a, [wTextBoxFrame]
ld a, [wTextboxFrame]
hlcoord 16, 15 ; where on the screen the number is drawn
add "1"
ld [hl], a