fixup previous commit

This commit is contained in:
Christopher Roy Bratusek 2016-09-27 18:03:34 +02:00
parent 23ad9ccc41
commit ee78c060db
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
v7.5.0 (): v7.5.0 (20160927):
::game additions: ::game additions:
- add support for Super Mario Bros. Frozen Editon - add support for Super Mario Bros. Frozen Editon

View File

@ -8,7 +8,7 @@ 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}/Rising Ruby Files/Raw Files/romFS a/" DATA="${PATCHIMAGE_DATA_DIR}/RisingRuby/"
show_notes () { show_notes () {
@ -31,6 +31,6 @@ check_hans_files () {
patch_romfs () { patch_romfs () {
cp -r "${RIIVOLUTION_DIR}"/* romfs/a/ cp -r "${RIIVOLUTION_DIR}/Rising Ruby Files/Raw Files/romFS a/" romfs/a/
} }

View File

@ -8,7 +8,7 @@ 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}/Sinking Sapphire Files/Raw Files/romFS a/" DATA="${PATCHIMAGE_DATA_DIR}/Sinking Sapphire/"
show_notes () { show_notes () {
@ -31,6 +31,6 @@ check_hans_files () {
patch_romfs () { patch_romfs () {
cp -r "${RIIVOLUTION_DIR}"/a romfs/ cp -r "${RIIVOLUTION_DIR}/Sinking Sapphire Files/Raw Files/romFS a/a" romfs/
} }