diff --git a/deploy/Asia_v104/build.bat b/deploy/Asia_v104/build.bat index 3b8e786..4296384 100644 --- a/deploy/Asia_v104/build.bat +++ b/deploy/Asia_v104/build.bat @@ -8,7 +8,7 @@ if not exist "debug.elf.patch" ( if not exist "boot.elf" ( goto no_boot ) -tools\bin\PatchElf.exe boot.elf debug.patch.elf debug.elf -v 9403fe1678487def5d7f3c380b4c4fb275035378 -a --dca=0x018442c8 --dcs=48440 --ocs=0x018342c8 +tools\bin\PatchElf.exe boot.elf debug.elf.patch debug.elf -v 9403fe1678487def5d7f3c380b4c4fb275035378 -a --dca=0x018442c8 --dcs=48440 --ocs=0x018342c8 exit /B 0 :missing_files diff --git a/deploy/JP_v104/build.bat b/deploy/JP_v104/build.bat index bf86302..9ee0397 100644 --- a/deploy/JP_v104/build.bat +++ b/deploy/JP_v104/build.bat @@ -8,7 +8,7 @@ if not exist "debug.elf.patch" ( if not exist "boot.elf" ( goto no_boot ) -tools\bin\PatchElf.exe boot.elf debug.patch.elf debug.elf -v 68544b29e92609ccb2710f485ae7708e4cb35df1 -a --dca=0x01844248 --dcs=48568 --ocs=0x01834248 +tools\bin\PatchElf.exe boot.elf debug.elf.patch debug.elf -v 68544b29e92609ccb2710f485ae7708e4cb35df1 -a --dca=0x01844248 --dcs=48568 --ocs=0x01834248 exit /B 0 :missing_files diff --git a/deploy/US_v100/build.bat b/deploy/US_v100/build.bat index a72be5d..fb5c1d7 100644 --- a/deploy/US_v100/build.bat +++ b/deploy/US_v100/build.bat @@ -8,7 +8,7 @@ if not exist "debug.elf.patch" ( if not exist "boot.elf" ( goto no_boot ) -tools\bin\PatchElf.exe boot.elf debug.patch.elf debug.elf -v 83681f6110d33442329073b72b8dc88a2f677172 -a --dca=0x01842d48 --dcs=53944 --ocs=0x01832d48 +tools\bin\PatchElf.exe boot.elf debug.elf.patch debug.elf -v 83681f6110d33442329073b72b8dc88a2f677172 -a --dca=0x01842d48 --dcs=53944 --ocs=0x01832d48 exit /B 0 :missing_files