From c1631315465e0009f60a781faaab898e552a024f Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 27 Aug 2025 18:06:13 +0200 Subject: [PATCH] action: delay to active after attack now uses template --- src/action.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2