diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-19 02:55:23 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-19 02:55:23 -0500 |
commit | 5b4be3aefb2ac4b783de4253eedbfa285d457e2c (patch) | |
tree | 82907808824beac0f7cb5304241ee692ea1f8f6b /hacksToDropbox | |
parent | c6893153b5e4772baee92dae71613ea367837188 (diff) | |
parent | 6bf6be35a0c17cbbf70fff87b4a6eb566862641b (diff) | |
download | kamek-5b4be3aefb2ac4b783de4253eedbfa285d457e2c.tar.gz kamek-5b4be3aefb2ac4b783de4253eedbfa285d457e2c.zip |
Merge branch 'level-select' of ssh://treeki.rustedlogic.net:30000/Kamek into level-select
Diffstat (limited to '')
-rwxr-xr-x | hacksToDropbox | 6 | ||||
-rwxr-xr-x | hacksToDropboxKP | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/hacksToDropbox b/hacksToDropbox index d23228a..ab798ec 100755 --- a/hacksToDropbox +++ b/hacksToDropbox @@ -1,8 +1,8 @@ path=/home/me/Dropbox/NEWERsmbw/Test\ Pack/NewerTestPack/SysSelect copy_files() { - cp NewerASM/n_$1_loader.bin $path/System$2.bin - cp NewerASM/n_$1_dlcode.bin $path/DLCode$2.bin - cp NewerASM/n_$1_dlrelocs.bin $path/DLRelocs$2.bin + cp NewerASM/n_$1_loader.bin "$path/System$2.bin" + cp NewerASM/n_$1_dlcode.bin "$path/DLCode$2.bin" + cp NewerASM/n_$1_dlrelocs.bin "$path/DLRelocs$2.bin" } copy_files pal EU_1 diff --git a/hacksToDropboxKP b/hacksToDropboxKP index 9a60715..c10c90f 100755 --- a/hacksToDropboxKP +++ b/hacksToDropboxKP @@ -1,8 +1,8 @@ path=/home/me/Dropbox/NEWERsmbw/Test\ Pack/NewerTestPack/SysMap copy_files() { - cp NewerASM/n_$1_loader.bin $path/System$2.bin - cp NewerASM/n_$1_dlcode.bin $path/DLCode$2.bin - cp NewerASM/n_$1_dlrelocs.bin $path/DLRelocs$2.bin + cp NewerASM/n_$1_loader.bin "$path/System$2.bin" + cp NewerASM/n_$1_dlcode.bin "$path/DLCode$2.bin" + cp NewerASM/n_$1_dlrelocs.bin "$path/DLRelocs$2.bin" } copy_files pal EU_1 |