aboutsummaryrefslogtreecommitdiff
path: root/src/background.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-24 00:34:26 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-24 00:34:26 +0100
commitb779e7dc3d44f7b9d90aeeee91ed36cf57d65e95 (patch)
tree1f94f26d5781c93997fd4a052e1b6177ce3874a3 /src/background.s
parent0c9b0ad7938e2ba7e994574b4947e25c82440b8c (diff)
downloadjetpac.nes-b779e7dc3d44f7b9d90aeeee91ed36cf57d65e95.tar.gz
jetpac.nes-b779e7dc3d44f7b9d90aeeee91ed36cf57d65e95.zip
Use the 'nmi_' prefix for NMI-only functions
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/background.s')
-rw-r--r--src/background.s4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/background.s b/src/background.s
index 369def9..c843063 100644
--- a/src/background.s
+++ b/src/background.s
@@ -109,9 +109,7 @@
.byte $FF
;; Clear out the shuttle from the background.
- ;;
- ;; NOTE: this should only be called from NMI code.
- .proc clear_shuttle
+ .proc nmi_clear_shuttle
;; The low part of the rocket.
bit PPU::m_status
ldx #$2B