Skip to content

Commit

Permalink
flag gen2 goodroms
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabomstew committed Oct 18, 2016
1 parent a6a6f3c commit 077e04f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gambatte_qt/src/gambattemenuhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,16 @@ void GambatteMenuHandler::loadFile(QString const &fileName) {
if(romTitle.toStdString() == "POKEMON YELLOW" && pak.crc() == 0x7D527D62) {
goodRom = true;
}
if(romTitle.toStdString() == "POKEMON_GLDAAUE" && pak.crc() == 0x6BDE3C3E) {
goodRom = true;
}
if(romTitle.toStdString() == "POKEMON_SLVAAXE" && pak.crc() == 0x8AD48636) {
goodRom = true;
}
if(romTitle.toStdString() == "PM_CRYSTAL" && (pak.crc() == 0xEE6F5188 || pak.crc() == 0x3358E30A)) {
goodRom = true;
}


QString revision = QString("interim");
#ifdef GAMBATTE_QT_VERSION_STR
Expand Down

0 comments on commit 077e04f

Please sign in to comment.