summaryrefslogtreecommitdiff
path: root/engine/hp_bar.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-08-05 09:30:49 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-08-05 09:30:49 -0500
commit1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae (patch)
treec6ee60528141a29834d90269b379558db5bd4849 /engine/hp_bar.asm
parent87f4f4eb44f16cdf23a8cb7a67efd69ad4a34d75 (diff)
parent56d75db28ad827d514f3c2c52da0fe4ba2759610 (diff)
Merge pull request #111 from YamaArashi/master
constants for PrintNumber
Diffstat (limited to 'engine/hp_bar.asm')
-rwxr-xr-xengine/hp_bar.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hp_bar.asm b/engine/hp_bar.asm
index d1367b4e..112e65a3 100755
--- a/engine/hp_bar.asm
+++ b/engine/hp_bar.asm
@@ -228,7 +228,7 @@ UpdateHPBar_PrintHPNumber: ; faf5 (3:7af5)
ld [hli], a
pop hl
ld de, wHPBarTempHP
- ld bc, $203
+ lb bc, 2, 3
call PrintNumber
call DelayFrame
pop hl