From 428c301a80641361f51af8102628b545cf9ae63e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 11 Mar 2025 17:00:47 +0100 Subject: shared: Bring joypad into a proper style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- fx/blink.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fx/blink.s') 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 -- cgit v1.2.3