diff options
author | yenatch <yenatch@gmail.com> | 2017-12-12 00:08:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 00:08:54 -0500 |
commit | f6942b9a136b2ee3b25159ebc4d54509a42c5266 (patch) | |
tree | 0c0bedcd311ab83262e31cf6d9d4c37257143acc /data/default_options.asm | |
parent | 94c7def4883fbdbcd3987a067443a2069b8bb610 (diff) | |
parent | 79873a1bfc0e40067c45dc74fbbebf547d177978 (diff) |
Merge pull request #411 from roukaour/master
Clean up more labels, constants, and file names
Diffstat (limited to 'data/default_options.asm')
-rw-r--r-- | data/default_options.asm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/default_options.asm b/data/default_options.asm new file mode 100644 index 000000000..b1916b88c --- /dev/null +++ b/data/default_options.asm @@ -0,0 +1,18 @@ +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 |