diff --git a/PackEnglishV12/HackingToolkit9DS.bat b/PackEnglishV12/HackingToolkit9DS.bat index 5aa6cf3..39707d0 100644 --- a/PackEnglishV12/HackingToolkit9DS.bat +++ b/PackEnglishV12/HackingToolkit9DS.bat @@ -8,7 +8,7 @@ echo. echo ################################################## echo # # echo # HackingToolkit9DS by Asia81 # -echo # Updated: 02/20/2018 (V12) # +echo # Updated: 02/02/2022 (V13) # echo # # echo ################################################## echo. @@ -154,6 +154,8 @@ goto:TitleMenu cls echo. set /p OutputRomCIA="Write your output .CIA filename (without extension) : " +set /p TitleVer="Original title version (write 0 if you don't know) : " +set /p MajorVer="Original major version (write 0 if you don't know) : " set /p MinorVer="Original minor version (write 0 if you don't know) : " set /p MicroVer="Original micro version (write 0 if you don't know) : " cls @@ -181,7 +183,7 @@ for %%j in (Custom*.bin) do if %%~zj LEQ 20000 del %%j >NUL 2>NUL if exist CustomPartition0.bin (SET ARG0=-content CustomPartition0.bin:0:0x00) >NUL 2>NUL if exist CustomPartition1.bin (SET ARG1=-content CustomPartition1.bin:1:0x01) >NUL 2>NUL if exist CustomPartition2.bin (SET ARG2=-content CustomPartition2.bin:2:0x02) >NUL 2>NUL -"makerom.exe" -target p -ignoresign -f cia %ARG0% %ARG1% %ARG2% -minor %MinorVer% -micro %MicroVer% -o %OutputRomCIA%_Edited.cia >NUL 2>NUL +"makerom.exe" -target p -ignoresign -f cia %ARG0% %ARG1% %ARG2% -ver %TitleVer% -major %MajorVer% -minor %MinorVer% -micro %MicroVer% -o %OutputRomCIA%_Edited.cia >NUL 2>NUL echo Creation done! echo. pause diff --git a/PackEnglishV12/makerom.exe b/PackEnglishV12/makerom.exe index d25788d..ee9ca92 100644 Binary files a/PackEnglishV12/makerom.exe and b/PackEnglishV12/makerom.exe differ diff --git a/PackFrancaisV12/HackingToolkit9DS.bat b/PackFrancaisV12/HackingToolkit9DS.bat index 5a8554c..20ec56a 100644 --- a/PackFrancaisV12/HackingToolkit9DS.bat +++ b/PackFrancaisV12/HackingToolkit9DS.bat @@ -8,7 +8,7 @@ echo. echo ################################################## echo # # echo # HackingToolkit9DS par Asia81 # -echo # Mis … jour le 20/02/2018 (V12) # +echo # Mis … jour le 02/02/2022 (V13) # echo # # echo ################################################## echo. @@ -154,6 +154,8 @@ goto:TitleMenu cls echo. set /p OutputRomCIA="Entrez le nom de sortie de votre fichier .CIA (sans extension) : " +set /p TitleVer="Version title originelle (entrez 0 si vous ne savez pas) : " +set /p MajorVer="Version major originelle (entrez 0 si vous ne savez pas) : " set /p MinorVer="Version minor originelle (entrez 0 si vous ne savez pas) : " set /p MicroVer="Version micro originelle (entrez 0 si vous ne savez pas) : " cls @@ -181,7 +183,7 @@ for %%j in (Custom*.bin) do if %%~zj LEQ 20000 del %%j >NUL 2>NUL if exist CustomPartition0.bin (SET ARG0=-content CustomPartition0.bin:0:0x00) >NUL 2>NUL if exist CustomPartition1.bin (SET ARG1=-content CustomPartition1.bin:1:0x01) >NUL 2>NUL if exist CustomPartition2.bin (SET ARG2=-content CustomPartition2.bin:2:0x02) >NUL 2>NUL -"makerom.exe" -target p -ignoresign -f cia %ARG0% %ARG1% %ARG2% -minor %MinorVer% -micro %MicroVer% -o %OutputRomCIA%_Edited.cia >NUL 2>NUL +"makerom.exe" -target p -ignoresign -f cia %ARG0% %ARG1% %ARG2% -ver %TitleVer% -major %MajorVer% -minor %MinorVer% -micro %MicroVer% -o %OutputRomCIA%_Edited.cia >NUL 2>NUL echo Compilation termin‚e ! echo. pause diff --git a/PackFrancaisV12/makerom.exe b/PackFrancaisV12/makerom.exe index d25788d..ee9ca92 100644 Binary files a/PackFrancaisV12/makerom.exe and b/PackFrancaisV12/makerom.exe differ diff --git a/README.md b/README.md index 1dd9223..abd738f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ Before report an issue, be sure: - To write or don't write the extension of your file when specified. - To have installed the setup package for your language (SetupXX.exe file). +Changelog V13 (02/02/2022) +- Add title version and major version for rebuilding CIA. +- Update makerom.exe to v0.18. + Changelog V12 (02/20/2018) - Fixed encrypted CIA rebuild process. - Removed installation check.