diff options
| author | Yoann Fievez <yoann.fievez@gmail.com> | 2021-11-06 00:45:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 19:45:09 -0400 |
| commit | f68af5c6e95a11daa3bc8daaf28c4e9a779615b9 (patch) | |
| tree | ac8bdd875ab87440b0a829fa1ac26c015738b169 /engine/debug/debug_menu.asm | |
| parent | Refactorize check button pressed (#340) (diff) | |
| download | pokeyellow-f68af5c6e95a11daa3bc8daaf28c4e9a779615b9.tar.gz pokeyellow-f68af5c6e95a11daa3bc8daaf28c4e9a779615b9.tar.xz pokeyellow-f68af5c6e95a11daa3bc8daaf28c4e9a779615b9.zip | |
Add some constants for options (#344)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
Diffstat (limited to '')
| -rw-r--r-- | engine/debug/debug_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/debug/debug_menu.asm b/engine/debug/debug_menu.asm index 02280db0..f2297129 100644 --- a/engine/debug/debug_menu.asm +++ b/engine/debug/debug_menu.asm @@ -26,7 +26,7 @@ IF DEF(_DEBUG) ld de, DebugMenuOptions call PlaceString - ld a, 3 ; medium speed + ld a, TEXT_DELAY_MEDIUM ld [wOptions], a ld a, A_BUTTON | B_BUTTON | START |
