mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 00:15:05 +01:00
Add Pokémon Mini CRC check
This commit is contained in:
parent
c14e7b2702
commit
42c409baf2
@ -272,7 +272,7 @@ void readROM_POKE() {
|
||||
}
|
||||
myFile.close();
|
||||
|
||||
calcCRC(fileName, 0x80000, NULL, 0); // 512K
|
||||
compareCRC("pkmn.txt", 0, 1, 0);
|
||||
|
||||
println_Msg(F(""));
|
||||
// Prints string out of the common strings array either with or without newline
|
||||
@ -280,4 +280,4 @@ void readROM_POKE() {
|
||||
display_Update();
|
||||
wait();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user