aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-19 00:02:52 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-19 00:02:52 +0100
commit01f92b866eb4610b8d12008ea3389ac56052d20a (patch)
treee2a3c0ec86d1e878da2fe115b33143b9c31de3a2 /src
parent7e55a3124f66e07672927ddd0cd631beb81cef30 (diff)
downloadjetpac.nes-01f92b866eb4610b8d12008ea3389ac56052d20a.tar.gz
jetpac.nes-01f92b866eb4610b8d12008ea3389ac56052d20a.zip
Remove stale comment
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src')
-rw-r--r--src/driver.s2
1 files changed, 1 insertions, 1 deletions
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.