From cd7e197eeb22f6e8407759c93e686debc23c550c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 2 Apr 2025 22:48:27 +0200 Subject: title: Allow selecting with the A button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/title.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/title.s b/src/title.s index 1c4b361..01d58f5 100644 --- a/src/title.s +++ b/src/title.s @@ -65,7 +65,7 @@ ;; If none of the above has been pressed, our only possibility is the ;; start button. If that's the case, jump there, otherwise quit. - lda #Joypad::BUTTON_START + lda #(Joypad::BUTTON_START | Joypad::BUTTON_A) and Joypad::zp_buttons1 beq @end JAL start -- cgit v1.2.3