From d38a958f446aac1a6faa79277c140ab8a0ff03f4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 18 Mar 2025 16:56:23 +0100 Subject: Expanded ground collision to the other platforms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This comes with a more general approach to handle background collision. Signed-off-by: Miquel Sabaté Solà --- src/jetpac.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jetpac.s') diff --git a/src/jetpac.s b/src/jetpac.s index e997af1..66d5457 100644 --- a/src/jetpac.s +++ b/src/jetpac.s @@ -38,6 +38,7 @@ .include "../include/globals.s" .include "assets.s" +.include "background.s" .include "player.s" .include "driver.s" .include "title.s" -- cgit v1.2.3