diff --git a/distribute.bat b/distribute.bat deleted file mode 100644 index 3588023..0000000 --- a/distribute.bat +++ /dev/null @@ -1,23 +0,0 @@ -@ECHO OFF - -del /q MegaManX2_MSU1.zip -del /q MegaManX2_MSU1_Music.7z - -mkdir MegaManX2_MSU1 -ucon64 -q --snes --chk mmx2_msu1.sfc -ucon64 -q --mki=mmx2_original.sfc mmx2_msu1.sfc -ucon64 -q --snes --chk mmx2_msu1_emulator.sfc -ucon64 -q --mki=mmx2_original.sfc mmx2_msu1_emulator.sfc -copy mmx2_msu1.ips MegaManX2_MSU1 -copy mmx2_msu1_emulator.ips MegaManX2_MSU1 -copy README.txt MegaManX2_MSU1 -copy mmx2_msu1.msu MegaManX2_MSU1 -copy mmx2_msu1.xml MegaManX2_MSU1 -copy manifest.bml MegaManX2_MSU1 -"C:\Program Files\7-Zip\7z" a -r MegaManX2_MSU1.zip MegaManX2_MSU1 - -"C:\Program Files\7-Zip\7z" a MegaManX2_MSU1_Music.7z *.pcm - -del /q mmx2_msu1.ips -del /q mmx2_msu1_emulator.ips -rmdir /s /q MegaManX2_MSU1 \ No newline at end of file diff --git a/make.bat b/make.bat deleted file mode 100644 index 8369569..0000000 --- a/make.bat +++ /dev/null @@ -1,6 +0,0 @@ -@ECHO OFF -del mmx2_fr.sfc - -copy mmx2_original.sfc mmx2_fr.sfc - -Bin\bass -o mmx2_fr.sfc mmx2_fr.asm diff --git a/mmx2_fr.asm b/mmx2_fr.asm deleted file mode 100644 index 611333c..0000000 --- a/mmx2_fr.asm +++ /dev/null @@ -1,19 +0,0 @@ -arch snes.cpu - -map '�', '#' - -// ********** -// * Macros * -// ********** -// seek converts SNES LoROM address to physical address -macro seek(variable offset) { - origin ((offset & $7F0000) >> 1) | (offset & $7FFF) - base offset -} - -// Text Data -include "mmx2_text.inc" - -if pc() > $27FFFF { - error "Le texte dépasse de la banque. Veuillez déplacer la table de pointer plus haut dans la banque" -} \ No newline at end of file