summaryrefslogtreecommitdiff
path: root/home.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 /home.asm
parent9f017cbab8e6856680c35278829c6388e9fdf697 (diff)
Constants for TextBoxFlags
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 7091b58e2..9030f0a7f 100644
--- a/home.asm
+++ b/home.asm
@@ -306,7 +306,7 @@ PrintLetterDelay:: ; 313d
; non-scrolling text?
ld a, [TextBoxFlags]
- bit 1, a
+ bit NO_TEXT_DELAY_F, a
ret z
push hl
@@ -323,7 +323,7 @@ PrintLetterDelay:: ; 313d
; force fast scroll?
ld a, [TextBoxFlags]
- bit 0, a
+ bit TEXT_DELAY_F, a
jr z, .fast
; text speed