From c2d2cc4e1120d05e0d599bd9da2a927b6f476c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Wed, 20 Sep 2023 21:43:01 +0200 Subject: [PATCH] Fix wPlayerHPBarColor type (#429) --- ram/wram.asm | 4 ++-- 1 file 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