mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-30 21:14:24 +01:00
::game updates:
- Pokemon Rising Ruby: support version 2.0 - Pokemon Sinking Sapphire: support version 2.0
This commit is contained in:
parent
91eaacf7bf
commit
23ad9ccc41
@ -2,6 +2,10 @@ v7.5.0 ():
|
|||||||
::game additions:
|
::game additions:
|
||||||
- add support for Super Mario Bros. Frozen Editon
|
- 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:
|
::misc. changes:
|
||||||
- fix ID6 for NSMBW3: The Final Levels in README.GAMEIDS
|
- fix ID6 for NSMBW3: The Final Levels in README.GAMEIDS
|
||||||
- other minor changes
|
- other minor changes
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DOWNLOAD_LINK="https://drive.google.com/uc?id=0BzJZMhlTQ-CPaUtiTlp4YjlEY3M&export=download"
|
DOWNLOAD_LINK="https://drive.google.com/uc?id=0B-zmEVN0Mas6NUlqM1hMTnVuS00&export=download"
|
||||||
RIIVOLUTION_ZIP="RRSSFiles 18-11-2015.zip"
|
RIIVOLUTION_ZIP="RRSSv2.0.zip"
|
||||||
RIIVOLUTION_DIR="RRSSFiles 18-11-2015"
|
RIIVOLUTION_DIR="RRSSv2.0"
|
||||||
GAMENAME="Pokemon Rising Ruby"
|
GAMENAME="Pokemon Rising Ruby"
|
||||||
GAME_TYPE=HANS
|
GAME_TYPE=HANS
|
||||||
|
|
||||||
ROM_MASK="*000400000011[cC]400*cxi"
|
ROM_MASK="*000400000011[cC]400*cxi"
|
||||||
ROMFS="RisingRuby.romfs"
|
ROMFS="RisingRuby.romfs"
|
||||||
DATA="${PATCHIMAGE_DATA_DIR}/RisingRuby/"
|
DATA="${PATCHIMAGE_DATA_DIR}/Rising Ruby Files/Raw Files/romFS a/"
|
||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ echo -e \
|
|||||||
"************************************************
|
"************************************************
|
||||||
${GAMENAME}
|
${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
|
Base ROM: Pokemon Omega Ruby
|
||||||
Supported Versions: US, EU, JAP
|
Supported Versions: US, EU, JAP
|
||||||
************************************************"
|
************************************************"
|
||||||
@ -31,6 +31,6 @@ check_hans_files () {
|
|||||||
|
|
||||||
patch_romfs () {
|
patch_romfs () {
|
||||||
|
|
||||||
cp -r "${RIIVOLUTION_DIR}"/a romfs/
|
cp -r "${RIIVOLUTION_DIR}"/* romfs/a/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DOWNLOAD_LINK="https://drive.google.com/uc?id=0BzJZMhlTQ-CPaUtiTlp4YjlEY3M&export=download"
|
DOWNLOAD_LINK="https://drive.google.com/uc?id=0B-zmEVN0Mas6NUlqM1hMTnVuS00&export=download"
|
||||||
RIIVOLUTION_ZIP="RRSSFiles 18-11-2015.zip"
|
RIIVOLUTION_ZIP="RRSSv2.0.zip"
|
||||||
RIIVOLUTION_DIR="RRSSFiles 18-11-2015"
|
RIIVOLUTION_DIR="RRSSv2.0"
|
||||||
GAMENAME="Pokemon Sinking Sapphire"
|
GAMENAME="Pokemon Sinking Sapphire"
|
||||||
GAME_TYPE=HANS
|
GAME_TYPE=HANS
|
||||||
|
|
||||||
ROM_MASK="*000400000011[cC]500*cxi"
|
ROM_MASK="*000400000011[cC]500*cxi"
|
||||||
ROMFS="SinkingSapphire.romfs"
|
ROMFS="SinkingSapphire.romfs"
|
||||||
DATA="${PATCHIMAGE_DATA_DIR}/SinkingSapphire/"
|
DATA="${PATCHIMAGE_DATA_DIR}/Sinking Sapphire Files/Raw Files/romFS a/"
|
||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ echo -e \
|
|||||||
"************************************************
|
"************************************************
|
||||||
${GAMENAME}
|
${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
|
Base ROM: Pokemon Alpha Sapphire
|
||||||
Supported Versions: US, EU, JAP
|
Supported Versions: US, EU, JAP
|
||||||
************************************************"
|
************************************************"
|
||||||
|
Loading…
Reference in New Issue
Block a user