worm 0.86.0417: sprites, names, various improvements
[wormy.git] / makelvl.bat
diff --git a/makelvl.bat b/makelvl.bat
new file mode 100644 (file)
index 0000000..4982435
--- /dev/null
@@ -0,0 +1,10 @@
+@echo off\r
+echo Use MAKELVL to compile your Worm levelfile.\r
+echo Format for LEVEL.Z80 is: (always leave .z80)\r
+echo   MAKELVL LEVEL\r
+echo Needs TASM86.EXE and BIN2STR.EXE to compile.\r
+echo.\r
+tasm86 -80 -b %1.z80\r
+bin2str %1.obj 86 Levelfile for Worm .86 by Shiar\r
+del %1.obj\r
+del %1.lst\r