mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
18 lines
325 B
NASM
18 lines
325 B
NASM
DefaultOptions: ; 14f7c
|
|
; wOptions: med text speed
|
|
db TEXT_DELAY_MED
|
|
; wSaveFileExists: no
|
|
db $00
|
|
; wTextBoxFrame: frame 1
|
|
db FRAME_1
|
|
; wTextBoxFlags: use text speed
|
|
db 1 << FAST_TEXT_DELAY_F
|
|
; wGBPrinter: normal brightness
|
|
db GBPRINTER_NORMAL
|
|
; wOptions2: menu account on
|
|
db 1 << MENU_ACCOUNT
|
|
|
|
db $00
|
|
db $00
|
|
; 14f84
|