aboutsummaryrefslogtreecommitdiff
path: root/scroll/include/driver.s
diff options
context:
space:
mode:
Diffstat (limited to 'scroll/include/driver.s')
-rw-r--r--scroll/include/driver.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/scroll/include/driver.s b/scroll/include/driver.s
index abb3f5e..acf5a11 100644
--- a/scroll/include/driver.s
+++ b/scroll/include/driver.s
@@ -50,7 +50,7 @@
;; If `select` is pressed, then go for a new level. Otherwise check
;; whether there is a pending column to be loaded.
lda #Joypad::BUTTON_SELECT
- and Joypad::m_buttons1
+ and Joypad::zp_buttons1
beq @check_column
;; Set the counter.