You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
FAST_TEXT_DELAY_F
This commit is contained in:
@@ -31,8 +31,8 @@ TEXT_DELAY_SLOW EQU 5
|
||||
|
||||
; TextBoxFlags:
|
||||
const_def
|
||||
const TEXT_DELAY_F ; 0
|
||||
const NO_TEXT_DELAY_F ; 1
|
||||
const FAST_TEXT_DELAY_F ; 0
|
||||
const NO_TEXT_DELAY_F ; 1
|
||||
|
||||
; Options2:
|
||||
const_def
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user