diff options
| author | yenatch <yenatch@gmail.com> | 2017-12-30 21:32:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-30 21:32:45 -0500 |
| commit | 92fba8821c1746952d4c48c8cc453fcd0ae9cc83 (patch) | |
| tree | 49b38fec69146c5b2201de90920a09b0dccf9f40 /data | |
| parent | 93916b5536e028d7a50b9b65618aba25be3e8006 (diff) | |
| parent | b40181db416b0b2bcd7b8c2616572314ff14f1bf (diff) | |
Merge pull request #450 from roukaour/master
Constants for TextBoxFlags
Diffstat (limited to 'data')
| -rw-r--r-- | data/default_options.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/default_options.asm b/data/default_options.asm index b1916b88c..8787b00c7 100644 --- a/data/default_options.asm +++ b/data/default_options.asm @@ -5,12 +5,12 @@ DefaultOptions: ; 14f7c db $00 ; TextBoxFrame: frame 1 db FRAME_1 -; TextBoxFlags: ?? - db $01 +; TextBoxFlags: use text speed + db 1 << FAST_TEXT_DELAY_F ; GBPrinter: normal brightness db GBPRINTER_NORMAL ; Options2: menu account on - db $01 + db 1 << MENU_ACCOUNT ; $cfd2: ?? db $00 ; $cfd3: ?? |
