diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-27 18:48:44 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-29 12:06:54 -0700 |
| commit | 56d75db28ad827d514f3c2c52da0fe4ba2759610 (patch) | |
| tree | c6ee60528141a29834d90269b379558db5bd4849 /engine/hp_bar.asm | |
| parent | fix tmlearn (diff) | |
| download | pokeyellow-56d75db28ad827d514f3c2c52da0fe4ba2759610.tar.gz pokeyellow-56d75db28ad827d514f3c2c52da0fe4ba2759610.tar.xz pokeyellow-56d75db28ad827d514f3c2c52da0fe4ba2759610.zip | |
constants for PrintNumber
Diffstat (limited to 'engine/hp_bar.asm')
| -rwxr-xr-x | engine/hp_bar.asm | 2 |
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 |
