pokecrystal-board/data/default_options.asm

18 lines
320 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 13:18:17 -05:00
; TextBoxFlags: use text speed
2017-12-29 13:29:24 -05:00
db 1 << FAST_TEXT_DELAY_F
; GBPrinter: normal brightness
db GBPRINTER_NORMAL
; Options2: menu account on
2017-12-29 13:18:17 -05:00
db 1 << MENU_ACCOUNT
2018-01-18 21:48:52 -05:00
db $00
db $00
; 14f84