summaryrefslogtreecommitdiff
path: root/engine/hp_bar.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 13:25:46 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 13:25:46 -0700
commitd10108a066c102bf2d167ac656d79308e41f304e (patch)
tree8e23833f9b0b2cbffe7114212da8af13e0ef85d1 /engine/hp_bar.asm
parent94dc6955431171d4dba5833e5784e102dd045b49 (diff)
Use macros to define predefs.
Diffstat (limited to 'engine/hp_bar.asm')
-rwxr-xr-xengine/hp_bar.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/hp_bar.asm b/engine/hp_bar.asm
index de0c4e41..9ff9e3cf 100755
--- a/engine/hp_bar.asm
+++ b/engine/hp_bar.asm
@@ -46,6 +46,7 @@ GetHPBarLength: ; f9df (3:79df)
; predef $48
UpdateHPBar: ; fa1d (3:7a1d)
+UpdateHPBar2:
push hl
ld hl, wHPBarOldHP
ld a, [hli]