mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-01-13 09:19:06 +01:00
update Pokemon Rising Ruby/Sinking Sapphire to 2.1
This commit is contained in:
parent
e3bebfc006
commit
bc21e40923
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
DOWNLOAD_LINK="https://drive.google.com/uc?id=0B-zmEVN0Mas6NUlqM1hMTnVuS00&export=download"
|
||||
RIIVOLUTION_ZIP="RRSSv2.0.zip"
|
||||
RIIVOLUTION_DIR="RRSSv2.0"
|
||||
DOWNLOAD_LINK="https://drive.google.com/uc?id=0B-zmEVN0Mas6Qm5jYXZkVy1QZjA&export=download"
|
||||
RIIVOLUTION_ZIP="RRSSv2.1.zip"
|
||||
RIIVOLUTION_DIR="RRSSv2.1"
|
||||
GAMENAME="Pokemon Rising Ruby"
|
||||
GAME_TYPE=HANS
|
||||
|
||||
@ -31,6 +31,6 @@ check_hans_files () {
|
||||
|
||||
patch_romfs () {
|
||||
|
||||
cp -r "${RIIVOLUTION_DIR}/Rising Ruby Files/Raw Files/romFS a/" romfs/a/
|
||||
cp -r "${RIIVOLUTION_DIR}/Drop-In Files/Rising Ruby/Drop-It-In (CRO FOR LUMA3DS ONLY)/romfs/a/" romfs/
|
||||
|
||||
}
|
||||
|
@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
DOWNLOAD_LINK="https://drive.google.com/uc?id=0B-zmEVN0Mas6NUlqM1hMTnVuS00&export=download"
|
||||
RIIVOLUTION_ZIP="RRSSv2.0.zip"
|
||||
RIIVOLUTION_DIR="RRSSv2.0"
|
||||
DOWNLOAD_LINK="https://drive.google.com/uc?id=0B-zmEVN0Mas6Qm5jYXZkVy1QZjA&export=download"
|
||||
|
||||
RIIVOLUTION_ZIP="RRSSv2.1.zip"
|
||||
RIIVOLUTION_DIR="RRSSv2.1"
|
||||
GAMENAME="Pokemon Sinking Sapphire"
|
||||
GAME_TYPE=HANS
|
||||
|
||||
@ -31,6 +32,6 @@ check_hans_files () {
|
||||
|
||||
patch_romfs () {
|
||||
|
||||
cp -r "${RIIVOLUTION_DIR}/Sinking Sapphire Files/Raw Files/romFS a/a" romfs/
|
||||
cp -r "${RIIVOLUTION_DIR}/Drop-In Files/Sinking Sapphire/Drop-It-In (CRO FOR LUMA3DS ONLY)/romfs/a/" romfs/
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user