use same IDs than DMMs patcher

This commit is contained in:
Christopher Roy Bratusek 2013-06-21 20:22:15 +02:00
parent 936b6eca0d
commit fcbf876af7
4 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ detect_game_version () {
exit 1
fi
GAMEID=SMN${REG_LETTER}04
GAMEID=SMN${REG_LETTER}05
if [[ ${VERSION} == "EURv2" || ${VERSION} == "JPNv*" ]]; then
echo -e "Version ${VERSION} is not supported!"

View File

@ -64,7 +64,7 @@ detect_game_version () {
fi
XML_FILE="${XML_FILE}"${REG_LETTER}.xml
GAMEID=SMN${REG_LETTER}05
GAMEID=SMN${REG_LETTER}07
}

View File

@ -62,7 +62,7 @@ detect_game_version () {
exit 1
fi
GAMEID=SMN${REG_LETTER}02
GAMEID=SMN${REG_LETTER}03
}

View File

@ -64,7 +64,7 @@ detect_game_version () {
fi
XML_FILE="${XML_FILE}"${REG_LETTER}.xml
GAMEID=SMN${REG_LETTER}03
GAMEID=SMN${REG_LETTER}06
}