mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 22:28:41 +13:00
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:
parent
ee001744dc
commit
a4f066d705
3 changed files with 20 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue