From: Lukas Krickl Date: Wed, 27 Aug 2025 16:06:13 +0000 (+0200) Subject: action: delay to active after attack now uses template X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=c1631315465e0009f60a781faaab898e552a024f;p=gbrg%2F.git action: delay to active after attack now uses template --- diff --git a/src/action.s b/src/action.s index 4e6cc7f..4c3787a 100644 --- a/src/action.s +++ b/src/action.s @@ -217,7 +217,7 @@ unit_action_attack: ld [gameplay_flags], a ; set animation timer and delay - ld bc, st_unit_delay_to_active + ld bc, st_unit_delay_to_active_template ret ; performs damage calculations based on the attacked location