From b779e7dc3d44f7b9d90aeeee91ed36cf57d65e95 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 24 Mar 2026 00:34:26 +0100 Subject: Use the 'nmi_' prefix for NMI-only functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/background.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/background.s') 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 -- cgit v1.2.3