aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx/hp_bar.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-07-10 21:11:03 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-07-10 21:11:03 -0400
commit8f81e71f192bce4b6f56b042638da376737e5abc (patch)
treebb2fb2cd6ccab2514c7014323971302f5aebe0e1 /engine/gfx/hp_bar.asm
parentReplace "branch" labels in SFX files with local names (diff)
downloadpokeyellow-8f81e71f192bce4b6f56b042638da376737e5abc.tar.gz
pokeyellow-8f81e71f192bce4b6f56b042638da376737e5abc.tar.xz
pokeyellow-8f81e71f192bce4b6f56b042638da376737e5abc.zip
Identify some `.asm_*` labels
Diffstat (limited to 'engine/gfx/hp_bar.asm')
-rw-r--r--engine/gfx/hp_bar.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/hp_bar.asm b/engine/gfx/hp_bar.asm
index e4de0b95..d848a337 100644
--- a/engine/gfx/hp_bar.asm
+++ b/engine/gfx/hp_bar.asm
@@ -215,10 +215,10 @@ UpdateHPBar_PrintHPNumber:
push hl
ldh a, [hUILayoutFlags]
bit 0, a
- jr z, .asm_fb15
+ jr z, .hpBelowBar
ld de, $9
jr .next
-.asm_fb15
+.hpBelowBar
ld de, $15
.next
add hl, de