summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-03-08 19:54:06 -0500
committerpikalaxalt <PikalaxALT@gmail.com>2016-03-08 19:54:06 -0500
commitf2fa5349d5c5db627f49cbfef44086c201e473cc (patch)
tree924a3a473d2ccf81e658f1a031f72a490c522d8c /main.asm
parentf31da089bbd46f56d488b5657f08f8595490e51e (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.asm2
1 files changed, 1 insertions, 1 deletions
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