aboutsummaryrefslogtreecommitdiff
path: root/src/driver.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.s')
-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.