lostkefin/2 Patch ISO.bat
2025-05-10 00:49:29 -04:00

7 lines
358 B
Batchfile

@echo off
xcopy extracted translated /E /I /Y
armips patch.asm
echo Patching ISO. Please wait.
perl scripts\abcde\abcde.pl --multi-table-files -cm abcde::Atlas "translated\DATA.BIN" "scripts\translated.txt"
isotool.py -m insert --iso lostkefin.iso -o "Ys V - Lost Kefin, Kingdom of Sand [English Patched].iso" --filelist filelist.txt --files translated
pause