change ID for Koopa Country

This commit is contained in:
Christopher Roy Bratusek 2013-07-06 08:48:42 +02:00
parent 0920e092fd
commit f8f0d51c42
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -72,7 +72,7 @@ detect_game_version () {
exit 1
fi
GAMEID=SMN${REG_LETTER}09
GAMEID=SMN${REG_LETTER}10
}