FAST_TEXT_DELAY_F

This commit is contained in:
Remy Oukaour 2017-12-29 13:29:24 -05:00
parent e1a672e427
commit ab823e2b54
3 changed files with 4 additions and 4 deletions

View File

@ -31,8 +31,8 @@ TEXT_DELAY_SLOW EQU 5
; TextBoxFlags: ; TextBoxFlags:
const_def const_def
const TEXT_DELAY_F ; 0 const FAST_TEXT_DELAY_F ; 0
const NO_TEXT_DELAY_F ; 1 const NO_TEXT_DELAY_F ; 1
; Options2: ; Options2:
const_def const_def

View File

@ -6,7 +6,7 @@ DefaultOptions: ; 14f7c
; TextBoxFrame: frame 1 ; TextBoxFrame: frame 1
db FRAME_1 db FRAME_1
; TextBoxFlags: use text speed ; TextBoxFlags: use text speed
db 1 << TEXT_DELAY_F db 1 << FAST_TEXT_DELAY_F
; GBPrinter: normal brightness ; GBPrinter: normal brightness
db GBPRINTER_NORMAL db GBPRINTER_NORMAL
; Options2: menu account on ; Options2: menu account on

View File

@ -323,7 +323,7 @@ PrintLetterDelay:: ; 313d
; force fast scroll? ; force fast scroll?
ld a, [TextBoxFlags] ld a, [TextBoxFlags]
bit TEXT_DELAY_F, a bit FAST_TEXT_DELAY_F, a
jr z, .fast jr z, .fast
; text speed ; text speed