summaryrefslogtreecommitdiff
path: root/engine/hp_bar.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-27 18:48:44 -0700
committerYamaArashi <shadow962@live.com>2015-07-29 12:06:54 -0700
commit56d75db28ad827d514f3c2c52da0fe4ba2759610 (patch)
treec6ee60528141a29834d90269b379558db5bd4849 /engine/hp_bar.asm
parent87f4f4eb44f16cdf23a8cb7a67efd69ad4a34d75 (diff)
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