From 9ae51a4c210b8f01718e21eda592c498715a642b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 11 Mar 2026 23:44:13 +0100 Subject: Initial implementation for items MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This now only supports the appearance of shuttle parts and the fact that the player can collect them at a very specific order and drop them so to stack up the final shuttle. This is of course just the skeleton and there's a bunch of TODO's left. 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 685c317..d2ed90b 100644 --- a/src/jetpac.s +++ b/src/jetpac.s @@ -45,6 +45,7 @@ .include "player.s" .include "enemies.s" .include "bullets.s" +.include "items.s" .include "title.s" .include "over.s" .include "driver.s" -- cgit v1.2.3