shithub: pokecrystal

ref: 70e6b5947b5cc9ca9fd93c720c7f97d9e018da2d
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: ??
	db $01
; GBPrinter: normal brightness
	db GBPRINTER_NORMAL
; Options2: menu account on
	db $01
; $cfd2: ??
	db $00
; $cfd3: ??
	db $00
; 14f84