Open codemonkey85 opened 10 years ago
Right now writing changes to GBA save files is totally and utterly broken. Checksum calculation looks okay, but I need to rethink the logic of writing data to each block.
The fun starts here: https://github.com/codemonkey85/PKMDS/blob/11b986d7382a679bcf10a1a7e33e9ecc29656779/lib/pkmds_gba.cpp#L47
I might have to draw some inspiration from @Grazfather - https://github.com/Grazfather/pokehack/blob/master/lib/SaveParser.cpp#L86
Hey, it's open source for a reason.
Right now writing changes to GBA save files is totally and utterly broken. Checksum calculation looks okay, but I need to rethink the logic of writing data to each block.