From 8f7b8ce3335404badc276445d899372839cdde71 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 20 Mar 2026 09:54:25 +0100 Subject: Add support for the SUSE coin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a coin that appears after going through a first cycle of levels and that allows the player to get a different game over screen than usual. 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 2d397ac..f6a53a9 100644 --- a/src/jetpac.s +++ b/src/jetpac.s @@ -129,6 +129,7 @@ sta Joypad::zp_buttons sta Joypad::zp_prev sta Player::zp_state + sta Items::zp_state ;; Initialize the level. We allow the build system to pass its own value for ;; this in `LEVEL`, just in case we want to debug the enemy of a specific -- cgit v1.2.3