Move lots of data tables into individual data/ files

(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
This commit is contained in:
Remy Oukaour
2017-12-11 13:47:58 -05:00
parent c2ad79c4f2
commit 31cce83e9b
86 changed files with 3238 additions and 3154 deletions

16
data/default_options.asm Normal file
View File

@@ -0,0 +1,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