diff options
| author | Linus Unnebäck <linus@folkdatorn.se> | 2023-09-20 21:43:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 15:43:01 -0400 |
| commit | c2d2cc4e1120d05e0d599bd9da2a927b6f476c65 (patch) | |
| tree | aa7b9d6333ad53acac10dd2986550e9c50e1fc2e /ram | |
| parent | Fix tools/free_space.awk for new rgbds (pret/pokecrystal#1049) (#416) (diff) | |
| download | pokeyellow-c2d2cc4e1120d05e0d599bd9da2a927b6f476c65.tar.gz pokeyellow-c2d2cc4e1120d05e0d599bd9da2a927b6f476c65.tar.xz pokeyellow-c2d2cc4e1120d05e0d599bd9da2a927b6f476c65.zip | |
Fix wPlayerHPBarColor type (#429)
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index 0d7de416..df286676 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -1018,14 +1018,14 @@ wOnSGB:: db wDefaultPaletteCommand:: db UNION -wPlayerHPBarColor:: dw +wPlayerHPBarColor:: db NEXTU ; species of the mon whose palette is used for the whole screen wWholeScreenPaletteMonSpecies:: db +ENDU wEnemyHPBarColor:: db -ENDU ; 0: green ; 1: yellow |
