diff --git a/script.d/anothersmb.sh b/script.d/anothersmb.sh index 58e4bb2..bd1a69c 100644 --- a/script.d/anothersmb.sh +++ b/script.d/anothersmb.sh @@ -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!" diff --git a/script.d/newerholiday.sh b/script.d/newerholiday.sh index f74342c..9ad5f68 100644 --- a/script.d/newerholiday.sh +++ b/script.d/newerholiday.sh @@ -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 } diff --git a/script.d/newersmb.sh b/script.d/newersmb.sh index e1fb1f9..99edd47 100644 --- a/script.d/newersmb.sh +++ b/script.d/newersmb.sh @@ -62,7 +62,7 @@ detect_game_version () { exit 1 fi - GAMEID=SMN${REG_LETTER}02 + GAMEID=SMN${REG_LETTER}03 } diff --git a/script.d/newersummersun.sh b/script.d/newersummersun.sh index 50e9672..60c4012 100644 --- a/script.d/newersummersun.sh +++ b/script.d/newersummersun.sh @@ -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 }