summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-29 13:18:17 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-29 13:18:17 -0500
commite1a672e427f0e18d35b9025b94186d74fd437cbf (patch)
tree5005e607c2251afd8689940999d410253447ccd9 /wram.asm
parent9f017cbab8e6856680c35278829c6388e9fdf697 (diff)
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