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 --- battle/effect_commands.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'battle/effect_commands.asm') diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 1350300ca..b4b28d986 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -2924,7 +2924,9 @@ TruncateHL_BC: ; 3534d ld a, [wLinkMode] cp 3 jr z, .done - +; If we go back to the loop point, +; it's the same as doing this exact +; same check twice. ld a, h or b jr nz, .loop -- cgit v1.2.3