mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-28 03:54:22 +01:00
use same IDs than DMMs patcher
This commit is contained in:
parent
936b6eca0d
commit
fcbf876af7
@ -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!"
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ detect_game_version () {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
GAMEID=SMN${REG_LETTER}02
|
||||
GAMEID=SMN${REG_LETTER}03
|
||||
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user