Change output file extension .smc -> .sfc
This commit is contained in:
parent
1dc44a3f00
commit
b802431925
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
*.smc
|
*.smc
|
||||||
|
*.sfc
|
||||||
.wla*
|
.wla*
|
||||||
*.pic
|
*.pic
|
||||||
*.clr
|
*.clr
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
pcx2snes -s32 -c16 -o16 -n sprites32
|
pcx2snes -s32 -c16 -o16 -n sprites32
|
||||||
pcx2snes -s16 -c4 -o4 -n tiles
|
pcx2snes -s16 -c4 -o4 -n tiles
|
||||||
wla-65816 -o pewpew.asm pewpew.o
|
wla-65816 -o pewpew.asm pewpew.o
|
||||||
wlalink -vr wlalink.cfg pewpew.smc
|
wlalink -vr wlalink.cfg pewpew.sfc
|
||||||
del *.o
|
del *.o
|
Loading…
Reference in New Issue
Block a user