diff options
Diffstat (limited to 'src/driver.s')
| -rw-r--r-- | src/driver.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.s b/src/driver.s index 3bf4399..942bf82 100644 --- a/src/driver.s +++ b/src/driver.s @@ -179,7 +179,7 @@ ;; Check if the player is toggling the `pause` state. lda #(Joypad::BUTTON_START | Joypad::BUTTON_SELECT) - and Joypad::zp_buttons1 + and Joypad::zp_buttons beq @skip_pause_handling ;; What does the timer say, is the player allowed to do it? |
