diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-04-08 14:15:10 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-04-09 16:09:18 +0200 |
commit | 3e78e5b2b604568b13a37e4603dbd798373b9805 (patch) | |
tree | 3485a00674f17a929aa21e8e9bc0bb5b1d36554f /data/default_options.asm | |
parent | 2184b60a0cb5e3d1c2b64f7787f3fc0da5efbcab (diff) |
TextBox -> Textbox
Homogenizing names.
Diffstat (limited to 'data/default_options.asm')
-rw-r--r-- | data/default_options.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/default_options.asm b/data/default_options.asm index 333f7ef02..c09b18060 100644 --- a/data/default_options.asm +++ b/data/default_options.asm @@ -3,9 +3,9 @@ DefaultOptions: db TEXT_DELAY_MED ; wSaveFileExists: no db FALSE -; wTextBoxFrame: frame 1 +; wTextboxFrame: frame 1 db FRAME_1 -; wTextBoxFlags: use text speed +; wTextboxFlags: use text speed db 1 << FAST_TEXT_DELAY_F ; wGBPrinter: normal brightness db GBPRINTER_NORMAL |