From 93f3db33eeb5bfd59f539c3e1d2cb978a3e325be Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 17 Mar 2025 21:38:26 +0100 Subject: Add basic vertical movement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collisions are not quite there yet, and horizontal movement is still to be done. 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 d3eef5a..e997af1 100644 --- a/src/jetpac.s +++ b/src/jetpac.s @@ -38,6 +38,7 @@ .include "../include/globals.s" .include "assets.s" +.include "player.s" .include "driver.s" .include "title.s" .include "vectors.s" -- cgit v1.2.3