aboutsummaryrefslogtreecommitdiff
path: root/scroll/sprite0.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-11 17:00:47 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-11 17:00:47 +0100
commit428c301a80641361f51af8102628b545cf9ae63e (patch)
treee8888ec3a369bb617e892ff783334ae4f46ce355 /scroll/sprite0.s
parenteb9544cb3df7158f7fba5ed346997989102d0155 (diff)
downloadcode.nes-428c301a80641361f51af8102628b545cf9ae63e.tar.gz
code.nes-428c301a80641361f51af8102628b545cf9ae63e.zip
shared: Bring joypad into a proper style
Put functions inside of the scope, avoid useless fallthroughs and be more realistic on what is needed from elsewhere. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'scroll/sprite0.s')
-rw-r--r--scroll/sprite0.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/scroll/sprite0.s b/scroll/sprite0.s
index 4bd940d..a1944e6 100644
--- a/scroll/sprite0.s
+++ b/scroll/sprite0.s
@@ -142,7 +142,7 @@ BACKGROUND_ROW_OFFSET = 1
sta PPU::CONTROL
@main_game_loop:
- jsr joypad_read
+ READ_JOYPAD1
jsr Player::update
jsr Driver::update