aboutsummaryrefslogtreecommitdiff
path: root/src/bullets.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/bullets.s')
-rw-r--r--src/bullets.s2
1 files changed, 1 insertions, 1 deletions
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.