diff options
Diffstat (limited to 'engine/menus/options_menu.asm')
-rw-r--r-- | engine/menus/options_menu.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/menus/options_menu.asm b/engine/menus/options_menu.asm index d13868279..a776a05c1 100644 --- a/engine/menus/options_menu.asm +++ b/engine/menus/options_menu.asm @@ -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 |