diff options
Diffstat (limited to 'engine/options_menu.asm')
-rwxr-xr-x | engine/options_menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/options_menu.asm b/engine/options_menu.asm index 2e8b0424b..f6d8392d9 100755 --- a/engine/options_menu.asm +++ b/engine/options_menu.asm @@ -5,8 +5,8 @@ _OptionsMenu: ; e41d0 ld [hl], $1 call ClearBGPalettes hlcoord 0, 0 - ld b, $10 - ld c, $12 + ld b, 16 + ld c, 18 call TextBox hlcoord 2, 2 ld de, StringOptions |