From 7ff3a8f6fb3bbf101e887f660aa89956d9e3147b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 11 Feb 2026 22:16:42 +0100 Subject: Replace some todo's with the safe __fallthrough__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/assets.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/assets.s') diff --git a/src/assets.s b/src/assets.s index 82b6a06..87c1522 100644 --- a/src/assets.s +++ b/src/assets.s @@ -24,9 +24,7 @@ lda #.hibyte(main_screen) sta Globals::zp_arg1 ldx #$28 - jsr load_screen_x ;; TODO: jal - - rts + __fallthrough__ load_screen_x .endproc ;; Load the 1KB worth of screen data located via the 16-bit pointer on -- cgit v1.2.3