summaryrefslogtreecommitdiff
path: root/makeNewerKPAll
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-03-27 21:38:52 +0200
committerTreeki <treeki@gmail.com>2012-03-27 21:38:52 +0200
commit5e8e92cd8f403cbfebc4469a1aee252212e42045 (patch)
tree316022f62e20bbb066550ab541dfb7290d8ca6e5 /makeNewerKPAll
parente12b1713576544fdda756a3ca8831642562ea921 (diff)
downloadkamek-5e8e92cd8f403cbfebc4469a1aee252212e42045.tar.gz
kamek-5e8e92cd8f403cbfebc4469a1aee252212e42045.zip
Kamek/Newer now support dynamic linking
Diffstat (limited to '')
-rwxr-xr-xmakeNewerKPAll6
1 files changed, 6 insertions, 0 deletions
diff --git a/makeNewerKPAll b/makeNewerKPAll
index 065735f..7d10af6 100755
--- a/makeNewerKPAll
+++ b/makeNewerKPAll
@@ -8,7 +8,13 @@ else
fi
cp NewerASM/pal_loader.bin ~/Games/Newer/DolphinPatch/NewerRes/SystemEU_1.bin
+cp NewerASM/pal_dlcode.bin ~/Games/Newer/DolphinPatch/NewerRes/DLCodeEU_1.bin
+cp NewerASM/pal_dlrelocs.bin ~/Games/Newer/DolphinPatch/NewerRes/DLRelocsEU_1.bin
cp NewerASM/ntsc_loader.bin ~/Games/Newer/DolphinPatch/NewerRes/SystemUS_1.bin
+cp NewerASM/ntsc_dlcode.bin ~/Games/Newer/DolphinPatch/NewerRes/DLCodeUS_1.bin
+cp NewerASM/ntsc_dlrelocs.bin ~/Games/Newer/DolphinPatch/NewerRes/DLRelocsUS_1.bin
cp NewerASM/ntsc2_loader.bin ~/Games/Newer/DolphinPatch/NewerRes/SystemUS_2.bin
+cp NewerASM/ntsc2_dlcode.bin ~/Games/Newer/DolphinPatch/NewerRes/DLCodeUS_2.bin
+cp NewerASM/ntsc2_dlrelocs.bin ~/Games/Newer/DolphinPatch/NewerRes/DLRelocsUS_2.bin
echo Built all!