aboutsummaryrefslogtreecommitdiff
path: root/src/driver.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-06 21:52:29 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-06 21:52:29 +0200
commita26d621b1f6157f742ecd40e5ad7c4636a855d83 (patch)
tree1179796e5219829f923d04b4f02baec537ebe5d3 /src/driver.s
parentf9ca8ca80b9d0cf0d54f9aa59a3fbb517c37fc9c (diff)
downloadjetpac.nes-a26d621b1f6157f742ecd40e5ad7c4636a855d83.tar.gz
jetpac.nes-a26d621b1f6157f742ecd40e5ad7c4636a855d83.zip
Fix bogus comments
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/driver.s')
-rw-r--r--src/driver.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/driver.s b/src/driver.s
index fca43f1..2bc78ca 100644
--- a/src/driver.s
+++ b/src/driver.s
@@ -183,8 +183,7 @@
and #$01
beq @check_player_timer
- ;; Yes! Then just handle the shuttle animation and move into sprite
- ;; cycling.
+ ;; Yes! Then just handle the shuttle animation.
JAL Driver::handle_shuttle
@check_player_timer: