025d0ea3ec
Also use neviksti's pcx2snes rather than eKid's.
6 lines
153 B
Batchfile
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 |