summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/wram_constants.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm
index 0bd3d54b9..49ea2e8a0 100644
--- a/constants/wram_constants.asm
+++ b/constants/wram_constants.asm
@@ -31,8 +31,8 @@ TEXT_DELAY_SLOW EQU 5
; TextBoxFlags:
const_def
- const TEXT_DELAY_F ; 0
- const NO_TEXT_DELAY_F ; 1
+ const FAST_TEXT_DELAY_F ; 0
+ const NO_TEXT_DELAY_F ; 1
; Options2:
const_def