Skip to content

Commit 6e9c719

Browse files
thoth-33Rangi42
andauthored
Add more labels and constants for Options menu (#133)
* Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <[email protected]>
1 parent cb7194d commit 6e9c719

File tree

2 files changed

+209
-162
lines changed

2 files changed

+209
-162
lines changed

constants/ram_constants.asm

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DEF BIT_FONT_LOADED EQU 0
3030
const BIT_CUR_MAP_USED_ELEVATOR ; 7
3131

3232
; wOptions
33-
DEF TEXT_DELAY_MASK EQU %000111
33+
DEF TEXT_DELAY_MASK EQU %001111
3434
DEF SOUND_MASK EQU %110000
3535
const_def 6
3636
const BIT_BATTLE_SHIFT ; 6
@@ -40,6 +40,13 @@ DEF TEXT_DELAY_FAST EQU %001 ; 1
4040
DEF TEXT_DELAY_MEDIUM EQU %011 ; 3
4141
DEF TEXT_DELAY_SLOW EQU %101 ; 5
4242

43+
; wPrinterSettings
44+
DEF PRINTER_BRIGHTNESS_LIGHTEST EQU $0
45+
DEF PRINTER_BRIGHTNESS_LIGHTER EQU $20
46+
DEF PRINTER_BRIGHTNESS_NORMAL EQU $40
47+
DEF PRINTER_BRIGHTNESS_DARKER EQU $60
48+
DEF PRINTER_BRIGHTNESS_DARKEST EQU $7f
49+
4350
; wLetterPrintingDelayFlags
4451
const_def
4552
const BIT_FAST_TEXT_DELAY ; 0

0 commit comments

Comments
 (0)