worm 0.91.0507: improve key handling, mask game field before start
[wormy.git] / makelvl.bat
1 @echo off\r
2 echo Use MAKELVL to compile your Worm levelfile.\r
3 echo Format for LEVEL.Z80 is: (always leave .z80)\r
4 echo   MAKELVL LEVEL\r
5 echo Needs TASM86.EXE and BIN2STR.EXE to compile.\r
6 echo.\r
7 tasm86 -80 -b %1.z80\r
8 bin2str %1.obj 86 Levelfile for Worm .90 by Shiar\r
9 del %1.obj\r
10 del %1.lst