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/over.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/over.s') diff --git a/src/over.s b/src/over.s index ab13d76..6ec4745 100644 --- a/src/over.s +++ b/src/over.s @@ -67,7 +67,7 @@ rts @do_render: - jsr Over::clear_out_screen + jsr Over::nmi_clear_out_screen lda Globals::zp_flags and #$03 cmp #2 @@ -97,7 +97,7 @@ .endproc ;; Remove all platforms and the ground. - .proc clear_out_screen + .proc nmi_clear_out_screen ;; Remove left platform. bit PPU::m_status ldx #$29 @@ -153,7 +153,7 @@ bne @clear_ground_loop ;; Clear the shuttle from the background. - jsr Background::clear_shuttle + jsr Background::nmi_clear_shuttle rts .endproc -- cgit v1.2.3