diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-03-08 19:54:06 -0500 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-03-08 19:54:06 -0500 |
commit | f2fa5349d5c5db627f49cbfef44086c201e473cc (patch) | |
tree | 924a3a473d2ccf81e658f1a031f72a490c522d8c /main.asm | |
parent | f31da089bbd46f56d488b5657f08f8595490e51e (diff) |
More annotations of HP bar animations, including an oversight by GameFreak resulting in super-slow HP bars for Pokemon with over 48 HP
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2008,7 +2008,7 @@ HealPartyMon: ; c677 ret ComputeHPBarPixels: ; c699 -; bc * (6 * 8) / de +; e = bc * (6 * 8) / de ld a, b or c jr z, .zero |