X-Git-Url: http://git.shiar.nl/wormy.git/blobdiff_plain/1be4b87255fd59f1f29438afb6a43a1c81e51d2b..ac4e415777a779e545eb89ef1927f04c3a13eef4:/makelvl.bat diff --git a/makelvl.bat b/makelvl.bat deleted file mode 100644 index be95897..0000000 --- a/makelvl.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -echo Use MAKELVL to compile your Worm levelfile. -echo Format for LEVEL.Z80 is: (always leave .z80) -echo MAKELVL LEVEL -echo Needs TASM86.EXE and BIN2STR.EXE to compile. -echo. -tasm86 -80 -b %1.z80 -bin2str %1.obj 86 Levelfile for Worm .90 by Shiar -del %1.obj -del %1.lst \ No newline at end of file