mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
7 lines
358 B
Batchfile
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 |