diff options
author | yenatch <yenatch@gmail.com> | 2014-06-16 13:25:46 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-16 13:25:46 -0700 |
commit | d10108a066c102bf2d167ac656d79308e41f304e (patch) | |
tree | 8e23833f9b0b2cbffe7114212da8af13e0ef85d1 /engine/hp_bar.asm | |
parent | 94dc6955431171d4dba5833e5784e102dd045b49 (diff) |
Use macros to define predefs.
Diffstat (limited to 'engine/hp_bar.asm')
-rwxr-xr-x | engine/hp_bar.asm | 1 |
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] |