diff --git a/.gitignore b/.gitignore index b36daba..be3ef9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.smc +*.sfc .wla* *.pic *.clr diff --git a/build.bat b/build.bat index a3dfae4..45e104c 100644 --- a/build.bat +++ b/build.bat @@ -2,5 +2,5 @@ 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 \ No newline at end of file +wlalink -vr wlalink.cfg pewpew.sfc +del *.o