From 9bb7715cf8e0a01ae7d43f6ff2fc126ea6388533 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 7 Mar 2026 00:04:37 +0100 Subject: Fix documentation error on the 'chase' algorithm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/enemies.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enemies.s b/src/enemies.s index 4d46108..33ee88b 100644 --- a/src/enemies.s +++ b/src/enemies.s @@ -1247,7 +1247,7 @@ ;; | ;; |- D: downwards if 1; upwards if 0. ;; |- S: 'moving' state if 1; 'thinking' if 1. - ;; |- T: timer. Whenever it reaches zero, then a vertical movement is done. + ;; |- T: timer. Whenever it reaches zero, then we change of phase. ;; .proc chase ;; Get the value for the timer. Has it already turned out? If so then -- cgit v1.2.3