shithub: pokecrystal

ref: c3b766ca8b393553023c5af21c574c7f1cb171ec
dir: /data/default_options.asm/

View raw version
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 << FAST_TEXT_DELAY_F
; GBPrinter: normal brightness
	db GBPRINTER_NORMAL
; Options2: menu account on
	db 1 << MENU_ACCOUNT

	db $00
	db $00
; 14f84