::game updates:

- Pokemon Rising Ruby: support version 2.0
- Pokemon Sinking Sapphire: support version 2.0
This commit is contained in:
Christopher Roy Bratusek 2016-09-27 17:58:12 +02:00
parent 91eaacf7bf
commit 23ad9ccc41
3 changed files with 15 additions and 11 deletions

View File

@ -2,6 +2,10 @@ v7.5.0 ():
::game additions:
- add support for Super Mario Bros. Frozen Editon
::game updates:
- Pokemon Rising Ruby: support version 2.0
- Pokemon Sinking Sapphire: support version 2.0
::misc. changes:
- fix ID6 for NSMBW3: The Final Levels in README.GAMEIDS
- other minor changes

View File

@ -1,14 +1,14 @@
#!/bin/bash
DOWNLOAD_LINK="https://drive.google.com/uc?id=0BzJZMhlTQ-CPaUtiTlp4YjlEY3M&export=download"
RIIVOLUTION_ZIP="RRSSFiles 18-11-2015.zip"
RIIVOLUTION_DIR="RRSSFiles 18-11-2015"
DOWNLOAD_LINK="https://drive.google.com/uc?id=0B-zmEVN0Mas6NUlqM1hMTnVuS00&export=download"
RIIVOLUTION_ZIP="RRSSv2.0.zip"
RIIVOLUTION_DIR="RRSSv2.0"
GAMENAME="Pokemon Rising Ruby"
GAME_TYPE=HANS
ROM_MASK="*000400000011[cC]400*cxi"
ROMFS="RisingRuby.romfs"
DATA="${PATCHIMAGE_DATA_DIR}/RisingRuby/"
DATA="${PATCHIMAGE_DATA_DIR}/Rising Ruby Files/Raw Files/romFS a/"
show_notes () {
@ -16,7 +16,7 @@ echo -e \
"************************************************
${GAMENAME}
Source: https://twitter.com/Drayano60/status/662793363255656448
Source: https://projectpokemon.org/forums/showthread.php?49883-Pok%E9mon-Rising-Ruby-and-Sinking-Sapphire
Base ROM: Pokemon Omega Ruby
Supported Versions: US, EU, JAP
************************************************"
@ -31,6 +31,6 @@ check_hans_files () {
patch_romfs () {
cp -r "${RIIVOLUTION_DIR}"/a romfs/
cp -r "${RIIVOLUTION_DIR}"/* romfs/a/
}

View File

@ -1,14 +1,14 @@
#!/bin/bash
DOWNLOAD_LINK="https://drive.google.com/uc?id=0BzJZMhlTQ-CPaUtiTlp4YjlEY3M&export=download"
RIIVOLUTION_ZIP="RRSSFiles 18-11-2015.zip"
RIIVOLUTION_DIR="RRSSFiles 18-11-2015"
DOWNLOAD_LINK="https://drive.google.com/uc?id=0B-zmEVN0Mas6NUlqM1hMTnVuS00&export=download"
RIIVOLUTION_ZIP="RRSSv2.0.zip"
RIIVOLUTION_DIR="RRSSv2.0"
GAMENAME="Pokemon Sinking Sapphire"
GAME_TYPE=HANS
ROM_MASK="*000400000011[cC]500*cxi"
ROMFS="SinkingSapphire.romfs"
DATA="${PATCHIMAGE_DATA_DIR}/SinkingSapphire/"
DATA="${PATCHIMAGE_DATA_DIR}/Sinking Sapphire Files/Raw Files/romFS a/"
show_notes () {
@ -16,7 +16,7 @@ echo -e \
"************************************************
${GAMENAME}
Source: https://twitter.com/Drayano60/status/662793363255656448
Source: https://projectpokemon.org/forums/showthread.php?49883-Pok%E9mon-Rising-Ruby-and-Sinking-Sapphire
Base ROM: Pokemon Alpha Sapphire
Supported Versions: US, EU, JAP
************************************************"