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 /constants | |
| parent | 2184b60a0cb5e3d1c2b64f7787f3fc0da5efbcab (diff) | |
TextBox -> Textbox
Homogenizing names.
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/wram_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index ab705bc12..08cb2092b 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -37,7 +37,7 @@ TEXT_DELAY_FAST EQU %001 ; 1 TEXT_DELAY_MED EQU %011 ; 3 TEXT_DELAY_SLOW EQU %101 ; 5 -; wTextBoxFrame:: ; cfce +; wTextboxFrame:: ; cfce const_def const FRAME_1 ; 0 const FRAME_2 ; 1 @@ -49,7 +49,7 @@ TEXT_DELAY_SLOW EQU %101 ; 5 const FRAME_8 ; 7 NUM_FRAMES EQU const_value -; wTextBoxFlags:: ; cfcf +; wTextboxFlags:: ; cfcf const_def const FAST_TEXT_DELAY_F ; 0 const NO_TEXT_DELAY_F ; 1 |
