Text speed options: INSTANT, FAST, MED

The options menu on the main menu currently doesn't work. Options menu in-game works fine.
This commit is contained in:
BlueZangoose 2023-07-03 23:50:46 +01:00
parent ee001744dc
commit a4f066d705
3 changed files with 20 additions and 20 deletions

View file

@ -28,7 +28,7 @@ IF DEF(_DEBUG)
ld de, DebugMenuOptions
call PlaceString
ld a, TEXT_DELAY_FAST
ld a, TEXT_DELAY_MEDIUM
ld [wOptions], a
ld a, A_BUTTON | B_BUTTON | START