From f1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 8 Mar 2026 22:09:31 +0100 Subject: Support reading from the second controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/bullets.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bullets.s') diff --git a/src/bullets.s b/src/bullets.s index 58b6a4a..3cc74b9 100644 --- a/src/bullets.s +++ b/src/bullets.s @@ -104,7 +104,7 @@ @check_bullets_pressed: ;; Is the B button pressed? If not go to `@move_bullets` directly. lda #(Joypad::BUTTON_B) - and Joypad::zp_buttons1 + and Joypad::zp_buttons beq @move_bullets ;; The B button was pressed. Reset the bullet timer. -- cgit v1.2.3