mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
31cce83e9b
(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.)
17 lines
266 B
NASM
17 lines
266 B
NASM
; 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
|