diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-19 00:02:52 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-19 00:02:52 +0100 |
| commit | 01f92b866eb4610b8d12008ea3389ac56052d20a (patch) | |
| tree | e2a3c0ec86d1e878da2fe115b33143b9c31de3a2 | |
| parent | 7e55a3124f66e07672927ddd0cd631beb81cef30 (diff) | |
| download | jetpac.nes-01f92b866eb4610b8d12008ea3389ac56052d20a.tar.gz jetpac.nes-01f92b866eb4610b8d12008ea3389ac56052d20a.zip | |
Remove stale comment
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | src/driver.s | 2 |
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. |
