Add Pokémon Mini CRC check

This commit is contained in:
PsyK0p4T 2023-07-28 15:32:54 +02:00 committed by GitHub
parent c14e7b2702
commit 42c409baf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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