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

  1. @echo off
  2. pcx2snes -s32 -c16 -o16 -n sprites32
  3. pcx2snes -s16 -c4 -o4 -n tiles
  4. wla-65816 -o pewpew.asm pewpew.o
  5. wlalink -vr wlalink.cfg pewpew.sfc
  6. del *.o