summaryrefslogtreecommitdiff
path: root/engine/time.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 /engine/time.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 'engine/time.asm')
-rwxr-xr-xengine/time.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/time.asm b/engine/time.asm
index 235645966..29670afdc 100755
--- a/engine/time.asm
+++ b/engine/time.asm
@@ -124,10 +124,8 @@ endr
jr z, .RestartKenjiBreakCountdown
dec [hl]
jr nz, .DontRestartKenjiBreakCountdown
-
.RestartKenjiBreakCountdown
call Special_SampleKenjiBreakCountdown
-
.DontRestartKenjiBreakCountdown
jr RestartDailyResetTimer
; 11485