summaryrefslogtreecommitdiff
path: root/wram.asm
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 /wram.asm
parent93916b5536e028d7a50b9b65618aba25be3e8006 (diff)
parentb40181db416b0b2bcd7b8c2616572314ff14f1bf (diff)
Merge pull request #450 from roukaour/master
Constants for TextBoxFlags
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index c786495cf..317b31a1c 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1480,7 +1480,10 @@ wSaveFileExists:: db
TextBoxFrame:: ; cfce
; bits 0-2: textbox frame 0-7
db
-TextBoxFlags:: db
+TextBoxFlags::
+; bit 0: 1-frame text delay
+; bit 4: no text delay
+ db
GBPrinter:: ; cfd0
; bit 0-6: brightness
; lightest: $00