pewpew/build.bat
Colin McMillen 025d0ea3ec Use 32x32 sprites for ship.
Also use neviksti's pcx2snes rather than eKid's.
2015-05-25 09:42:54 -04:00

6 lines
153 B
Batchfile

@echo off
pcx2snes -s32 -c16 -o16 -n sprites32
pcx2snes -s16 -c4 -o4 -n tiles
wla-65816 -o pewpew.asm pewpew.o
wlalink -vr wlalink.cfg pewpew.smc
del *.o