diff --git a/GAMEIDS b/GAMEIDS index f34bbb1..536c1c8 100644 --- a/GAMEIDS +++ b/GAMEIDS @@ -8,4 +8,5 @@ SMN?05 Another Super Mario Bros. Wii SMN?06 Newer Summer Sun SMN?07 Newer Holiday Special SMN?08 Epic Super Bowser World -SMN?09 Koopa Country +SMN?09 ? +SMN?10 Koopa Country diff --git a/script.d/koopacountry.sh b/script.d/koopacountry.sh index a9cbf3b..fde9c29 100644 --- a/script.d/koopacountry.sh +++ b/script.d/koopacountry.sh @@ -72,7 +72,7 @@ detect_game_version () { exit 1 fi - GAMEID=SMN${REG_LETTER}09 + GAMEID=SMN${REG_LETTER}10 }