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à --- include/asm.s | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/asm.s b/include/asm.s index e44aedf..09229f9 100644 --- a/include/asm.s +++ b/include/asm.s @@ -1,8 +1,3 @@ -;; Sanity check for the 'LEVEL' build parameter. -.if !(LEVEL >= 0 && LEVEL < 8) - .error "You have defined a bad 'LEVEL' value, it should be between 0 and 7 (both included)" -.endif - ;; Jump And Link: jump to subroutine but use the return address that the caller ;; had whenever the given subroutine runs `rts`. In other words, "link" the ;; return address from the caller to the callee. -- cgit v1.2.3