aboutsummaryrefslogtreecommitdiff
path: root/fx
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 /fx
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 'fx')
-rw-r--r--fx/blink.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/fx/blink.s b/fx/blink.s
index c9a38b1..ce63b2c 100644
--- a/fx/blink.s
+++ b/fx/blink.s
@@ -277,7 +277,7 @@
sta $2001
@main_game_loop:
- jsr joypad_read
+ READ_JOYPAD1
jsr Diskun::update
lda #%10000000