From 01f92b866eb4610b8d12008ea3389ac56052d20a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 19 Mar 2026 00:02:52 +0100 Subject: Remove stale comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/driver.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver.s b/src/driver.s index 632af84..e1c2eb7 100644 --- a/src/driver.s +++ b/src/driver.s @@ -399,7 +399,7 @@ @after_first_bullet: ;; Save the index that was considered for the first bullet. - stx zp_first_bullet ; TODO: why not after the first ldx? + stx zp_first_bullet ;; Increase the index for the bullets cycling. If wrapping is detected, ;; then it resets this value back to zero. -- cgit v1.2.3