aboutsummaryrefslogtreecommitdiffstats
path: root/constants
diff options
context:
space:
mode:
authorthoth-33 <146050985+thoth-33@users.noreply.github.com>2025-07-23 16:43:31 -0500
committerGitHub <noreply@github.com>2025-07-23 17:43:31 -0400
commit6e9c7198a18cc2943758f371667216e50f9d9e5b (patch)
tree11aa733085b22f0d2bbbe955c3c8f6cdd1c859bd /constants
parentUpdate hardware.inc to 5.2.0 (diff)
downloadpokeyellow-6e9c7198a18cc2943758f371667216e50f9d9e5b.tar.gz
pokeyellow-6e9c7198a18cc2943758f371667216e50f9d9e5b.tar.xz
pokeyellow-6e9c7198a18cc2943758f371667216e50f9d9e5b.zip
Add more labels and constants for Options menu (#133)
* Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com>
Diffstat (limited to 'constants')
-rw-r--r--constants/ram_constants.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/constants/ram_constants.asm b/constants/ram_constants.asm
index c054b542..0d6abb74 100644
--- a/constants/ram_constants.asm
+++ b/constants/ram_constants.asm
@@ -30,7 +30,7 @@ DEF BIT_FONT_LOADED EQU 0
const BIT_CUR_MAP_USED_ELEVATOR ; 7
; wOptions
-DEF TEXT_DELAY_MASK EQU %000111
+DEF TEXT_DELAY_MASK EQU %001111
DEF SOUND_MASK EQU %110000
const_def 6
const BIT_BATTLE_SHIFT ; 6
@@ -40,6 +40,13 @@ DEF TEXT_DELAY_FAST EQU %001 ; 1
DEF TEXT_DELAY_MEDIUM EQU %011 ; 3
DEF TEXT_DELAY_SLOW EQU %101 ; 5
+; wPrinterSettings
+DEF PRINTER_BRIGHTNESS_LIGHTEST EQU $0
+DEF PRINTER_BRIGHTNESS_LIGHTER EQU $20
+DEF PRINTER_BRIGHTNESS_NORMAL EQU $40
+DEF PRINTER_BRIGHTNESS_DARKER EQU $60
+DEF PRINTER_BRIGHTNESS_DARKEST EQU $7f
+
; wLetterPrintingDelayFlags
const_def
const BIT_FAST_TEXT_DELAY ; 0