Simple SNES shoot-'em-up game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

6 lines
154 B

@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.sfc
del *.o