diff options
Diffstat (limited to 'src/background.s')
| -rw-r--r-- | src/background.s | 4 |
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 |
