diff --git a/ChangeLog b/ChangeLog index be8ae64..d7ff876 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -v7.5.0 (): +v7.5.0 (20160927): ::game additions: - add support for Super Mario Bros. Frozen Editon diff --git a/scripts/pokemon/pokemonrisingruby.sh b/scripts/pokemon/pokemonrisingruby.sh index 4a421b2..57e620f 100644 --- a/scripts/pokemon/pokemonrisingruby.sh +++ b/scripts/pokemon/pokemonrisingruby.sh @@ -8,7 +8,7 @@ GAME_TYPE=HANS ROM_MASK="*000400000011[cC]400*cxi" ROMFS="RisingRuby.romfs" -DATA="${PATCHIMAGE_DATA_DIR}/Rising Ruby Files/Raw Files/romFS a/" +DATA="${PATCHIMAGE_DATA_DIR}/RisingRuby/" show_notes () { @@ -31,6 +31,6 @@ check_hans_files () { patch_romfs () { - cp -r "${RIIVOLUTION_DIR}"/* romfs/a/ + cp -r "${RIIVOLUTION_DIR}/Rising Ruby Files/Raw Files/romFS a/" romfs/a/ } diff --git a/scripts/pokemon/pokemonsinkingsapphire.sh b/scripts/pokemon/pokemonsinkingsapphire.sh index 7800746..0c211b2 100644 --- a/scripts/pokemon/pokemonsinkingsapphire.sh +++ b/scripts/pokemon/pokemonsinkingsapphire.sh @@ -8,7 +8,7 @@ GAME_TYPE=HANS ROM_MASK="*000400000011[cC]500*cxi" ROMFS="SinkingSapphire.romfs" -DATA="${PATCHIMAGE_DATA_DIR}/Sinking Sapphire Files/Raw Files/romFS a/" +DATA="${PATCHIMAGE_DATA_DIR}/Sinking Sapphire/" show_notes () { @@ -31,6 +31,6 @@ check_hans_files () { patch_romfs () { - cp -r "${RIIVOLUTION_DIR}"/a romfs/ + cp -r "${RIIVOLUTION_DIR}/Sinking Sapphire Files/Raw Files/romFS a/a" romfs/ }