From f2fa5349d5c5db627f49cbfef44086c201e473cc Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 8 Mar 2016 19:54:06 -0500 Subject: More annotations of HP bar animations, including an oversight by GameFreak resulting in super-slow HP bars for Pokemon with over 48 HP --- main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 90b6ef046..517dd661f 100644 --- a/main.asm +++ b/main.asm @@ -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 -- cgit v1.2.3