mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-26 01:31:29 -05:00
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:
commit
2206f46f85
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user