aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx/hp_bar.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/gfx/hp_bar.asm')
-rw-r--r--engine/gfx/hp_bar.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/hp_bar.asm b/engine/gfx/hp_bar.asm
index 6db3956d..b25f5c49 100644
--- a/engine/gfx/hp_bar.asm
+++ b/engine/gfx/hp_bar.asm
@@ -215,7 +215,7 @@ UpdateHPBar_PrintHPNumber:
push hl
ld de, $15
ldh a, [hUILayoutFlags]
- bit 0, a
+ bit BIT_PARTY_MENU_HP_BAR, a
jr z, .hpBelowBar
ld de, $9
.hpBelowBar