Merge pull request #44 from robjlyons/codex/add-nuzloptions-menu-with-options-5exekx

Fix WRAM0 overflow in Nuzloptions menu by reusing existing WRAM bytes
This commit is contained in:
robjlyons 2026-02-20 16:47:45 +00:00 committed by GitHub
commit 2206f46f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,12 @@ DEF PRINTER_BRIGHTNESS_NORMAL EQU $40
DEF PRINTER_BRIGHTNESS_DARKER EQU $60
DEF PRINTER_BRIGHTNESS_DARKEST EQU $7f
; wUnusedObtainedBadges
const_def
const BIT_NUZLOPTIONS_ALL_151_POKEMON ; 0
const BIT_NUZLOPTIONS_RANDOMISE ; 1
; wLetterPrintingDelayFlags
const_def
const BIT_FAST_TEXT_DELAY ; 0