pokecrystal-board/data/default_options.asm

18 lines
321 B
NASM
Raw Normal View History

DefaultOptions: ; 14f7c
; Options: med text speed
db TEXT_DELAY_MED
; wSaveFileExists: no
db $00
; TextBoxFrame: frame 1
db FRAME_1
2017-12-29 10:18:17 -08:00
; TextBoxFlags: use text speed
2017-12-29 10:29:24 -08:00
db 1 << FAST_TEXT_DELAY_F
; GBPrinter: normal brightness
db GBPRINTER_NORMAL
; Options2: menu account on
2017-12-29 10:18:17 -08:00
db 1 << MENU_ACCOUNT
db $00
db $00
; 14f84