aboutsummaryrefslogtreecommitdiffstats
path: root/ram
diff options
context:
space:
mode:
authorLinus Unnebäck <linus@folkdatorn.se>2023-09-20 21:43:01 +0200
committerGitHub <noreply@github.com>2023-09-20 15:43:01 -0400
commitc2d2cc4e1120d05e0d599bd9da2a927b6f476c65 (patch)
treeaa7b9d6333ad53acac10dd2986550e9c50e1fc2e /ram
parentFix tools/free_space.awk for new rgbds (pret/pokecrystal#1049) (#416) (diff)
downloadpokeyellow-c2d2cc4e1120d05e0d599bd9da2a927b6f476c65.tar.gz
pokeyellow-c2d2cc4e1120d05e0d599bd9da2a927b6f476c65.tar.xz
pokeyellow-c2d2cc4e1120d05e0d599bd9da2a927b6f476c65.zip
Fix wPlayerHPBarColor type (#429)
Diffstat (limited to 'ram')
-rw-r--r--ram/wram.asm4
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