summaryrefslogtreecommitdiff
path: root/data/default_options.asm
blob: 7ecbe31635a0fcb702665be76cc8704ffcb023c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; 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