From b802431925f0c23b418e0cae33dcd87514574322 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Sun, 31 May 2015 12:32:36 -0400 Subject: [PATCH] Change output file extension .smc -> .sfc --- .gitignore | 1 + build.bat | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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