diff options
Diffstat (limited to '')
| -rwxr-xr-x | makeNewerKP | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/makeNewerKP b/makeNewerKP index d299c18..4b930dd 100755 --- a/makeNewerKP +++ b/makeNewerKP @@ -8,9 +8,9 @@ else  fi  copy_files() { -	cp NewerASM/n_$1_loader.bin ~/Games/Newer/DolphinPatch/NewerRes/System$2.bin -	cp NewerASM/n_$1_dlcode.bin ~/Games/Newer/DolphinPatch/NewerRes/DLCode$2.bin -	cp NewerASM/n_$1_dlrelocs.bin ~/Games/Newer/DolphinPatch/NewerRes/DLRelocs$2.bin +	cp NewerASM/n_$1_loader.bin ~/Games/Newer/ISO/files/NewerRes/System$2.bin +	cp NewerASM/n_$1_dlcode.bin ~/Games/Newer/ISO/files/NewerRes/DLCode$2.bin +	cp NewerASM/n_$1_dlrelocs.bin ~/Games/Newer/ISO/files/NewerRes/DLRelocs$2.bin  }  copy_files pal EU_1 | 
