summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-30 21:32:45 -0500
committerGitHub <noreply@github.com>2017-12-30 21:32:45 -0500
commit92fba8821c1746952d4c48c8cc453fcd0ae9cc83 (patch)
tree49b38fec69146c5b2201de90920a09b0dccf9f40 /constants
parent93916b5536e028d7a50b9b65618aba25be3e8006 (diff)
parentb40181db416b0b2bcd7b8c2616572314ff14f1bf (diff)
Merge pull request #450 from roukaour/master
Constants for TextBoxFlags
Diffstat (limited to 'constants')
-rw-r--r--constants/wram_constants.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm
index 165028a37..8cf06db06 100644
--- a/constants/wram_constants.asm
+++ b/constants/wram_constants.asm
@@ -29,6 +29,11 @@ TEXT_DELAY_SLOW EQU 5
const FRAME_7 ; 6
const FRAME_8 ; 7
+; TextBoxFlags:
+ const_def
+ const FAST_TEXT_DELAY_F ; 0
+ const NO_TEXT_DELAY_F ; 1
+
; Options2:
const_def
const MENU_ACCOUNT ; 0