mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
FAST_TEXT_DELAY_F
This commit is contained in:
parent
e1a672e427
commit
ab823e2b54
@ -31,7 +31,7 @@ TEXT_DELAY_SLOW EQU 5
|
||||
|
||||
; TextBoxFlags:
|
||||
const_def
|
||||
const TEXT_DELAY_F ; 0
|
||||
const FAST_TEXT_DELAY_F ; 0
|
||||
const NO_TEXT_DELAY_F ; 1
|
||||
|
||||
; Options2:
|
||||
|
@ -6,7 +6,7 @@ DefaultOptions: ; 14f7c
|
||||
; TextBoxFrame: frame 1
|
||||
db FRAME_1
|
||||
; TextBoxFlags: use text speed
|
||||
db 1 << TEXT_DELAY_F
|
||||
db 1 << FAST_TEXT_DELAY_F
|
||||
; GBPrinter: normal brightness
|
||||
db GBPRINTER_NORMAL
|
||||
; Options2: menu account on
|
||||
|
Loading…
Reference in New Issue
Block a user