summaryrefslogtreecommitdiff
path: root/hacksToDropboxKP
diff options
context:
space:
mode:
Diffstat (limited to 'hacksToDropboxKP')
-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"
+