diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-24 00:34:26 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-24 00:34:26 +0100 |
| commit | b779e7dc3d44f7b9d90aeeee91ed36cf57d65e95 (patch) | |
| tree | 1f94f26d5781c93997fd4a052e1b6177ce3874a3 /src/over.s | |
| parent | 0c9b0ad7938e2ba7e994574b4947e25c82440b8c (diff) | |
| download | jetpac.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/over.s')
| -rw-r--r-- | src/over.s | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
