diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-08-05 09:30:49 -0500 |
|---|---|---|
| committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-08-05 09:30:49 -0500 |
| commit | 1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae (patch) | |
| tree | c6ee60528141a29834d90269b379558db5bd4849 /engine/hp_bar.asm | |
| parent | fix tmlearn (diff) | |
| parent | constants for PrintNumber (diff) | |
| download | pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.tar.gz pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.tar.xz pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.zip | |
Merge pull request #111 from YamaArashi/master
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 |
