From 276f2e430b4fff3323e2f359712c96f9f6103f77 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 12 Mar 2026 22:12:40 +0100 Subject: Join 'zp_moved_out' and 'zp_pause_toggle' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was wasteful, and it was there just because of my lazyness. Let's be a bit less careless. Signed-off-by: Miquel Sabaté Solà --- src/interrupts.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interrupts.s') diff --git a/src/interrupts.s b/src/interrupts.s index 81709ed..2c78099 100644 --- a/src/interrupts.s +++ b/src/interrupts.s @@ -28,8 +28,8 @@ sta OAM::m_dma ;; Toggle pause message from the HUD. - lda Driver::zp_pause_toggle - beq @increase_rand + bit Driver::zp_flags + bvc @increase_rand jsr Driver::hud_toggle_pause @increase_rand: -- cgit v1.2.3