summaryrefslogtreecommitdiff
path: root/hacksToDropboxKP
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 /hacksToDropboxKP
parente12b1713576544fdda756a3ca8831642562ea921 (diff)
downloadkamek-5e8e92cd8f403cbfebc4469a1aee252212e42045.tar.gz
kamek-5e8e92cd8f403cbfebc4469a1aee252212e42045.zip
Kamek/Newer now support dynamic linking
Diffstat (limited to '')
-rwxr-xr-xhacksToDropboxKP11
1 files changed, 11 insertions, 0 deletions
diff --git a/hacksToDropboxKP b/hacksToDropboxKP
new file mode 100755
index 0000000..419de5b
--- /dev/null
+++ b/hacksToDropboxKP
@@ -0,0 +1,11 @@
+path=/home/me/Dropbox/NEWERsmbw/Test\ Pack/NewerTestPack/SysMap
+cp NewerASM/pal_loader.bin "$path/SystemEU_1.bin"
+cp NewerASM/pal_dlcode.bin "$path/DLCodeEU_1.bin"
+cp NewerASM/pal_dlrelocs.bin "$path/DLRelocsEU_1.bin"
+cp NewerASM/ntsc_loader.bin "$path/SystemUS_1.bin"
+cp NewerASM/ntsc_dlcode.bin "$path/DLCodeUS_1.bin"
+cp NewerASM/ntsc_dlrelocs.bin "$path/DLRelocsUS_1.bin"
+cp NewerASM/ntsc2_loader.bin "$path/SystemUS_2.bin"
+cp NewerASM/ntsc2_dlcode.bin "$path/DLCodeUS_2.bin"
+cp NewerASM/ntsc2_dlrelocs.bin "$path/DLRelocsUS_2.bin"
+