mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
19 lines
338 B
NASM
19 lines
338 B
NASM
DefaultOptions: ; 14f7c
|
|
; Options: med text speed
|
|
db TEXT_DELAY_MED
|
|
; wSaveFileExists: no
|
|
db $00
|
|
; TextBoxFrame: frame 1
|
|
db FRAME_1
|
|
; TextBoxFlags: use text speed
|
|
db 1 << TEXT_DELAY_F
|
|
; GBPrinter: normal brightness
|
|
db GBPRINTER_NORMAL
|
|
; Options2: menu account on
|
|
db 1 << MENU_ACCOUNT
|
|
; $cfd2: ??
|
|
db $00
|
|
; $cfd3: ??
|
|
db $00
|
|
; 14f84
|