Constants for TextBoxFlags

This commit is contained in:
Remy Oukaour
2017-12-29 13:18:17 -05:00
parent 9f017cbab8
commit e1a672e427
5 changed files with 15 additions and 7 deletions

View File

@@ -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