diff options
| -rw-r--r-- | src/title.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
