mirror of
https://github.com/sanni/cartreader.git
synced 2025-02-17 05:26:20 +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();
|
myFile.close();
|
||||||
|
|
||||||
calcCRC(fileName, 0x80000, NULL, 0); // 512K
|
compareCRC("pkmn.txt", 0, 1, 0);
|
||||||
|
|
||||||
println_Msg(F(""));
|
println_Msg(F(""));
|
||||||
// Prints string out of the common strings array either with or without newline
|
// Prints string out of the common strings array either with or without newline
|
||||||
@ -280,4 +280,4 @@ void readROM_POKE() {
|
|||||||
display_Update();
|
display_Update();
|
||||||
wait();
|
wait();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user