diff options
| -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 |
