From 2333a5d6bcb6cb39f259610ad54d264e9b1fe822 Mon Sep 17 00:00:00 2001 From: pkali Date: Fri, 15 Mar 2024 16:04:41 -0400 Subject: [PATCH] WUDSN header --- game.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game.asm b/game.asm index 8960acf..ef72af6 100644 --- a/game.asm +++ b/game.asm @@ -1,3 +1,5 @@ +; @com.wudsn.ide.asm.mainsourcefile=scorch.asm + .IF *>0 ;this is a trick that prevents compiling this file alone ; All main procedures of the game not dependent on hardware (I hope) :)