diff --git a/.gitignore b/.gitignore index 768a8cb..f15d1b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ +# Other +*.gba +*.smc +*.sfc +*.srm +*.bak +screenshots/ +snapshots/ +xkas/ +new/ + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. diff --git a/insert.bat b/insert.bat new file mode 100644 index 0000000..0d311d0 --- /dev/null +++ b/insert.bat @@ -0,0 +1,3 @@ +copy /Y m12fresh.gba m12.gba +xkas\xkas.exe m12.gba m2-hack.asm m12.sym.bak +pause