Tool to modify Pokémon generation V savegames
Go to file
suloku f367b7f976 First commit:
- BW/BW2 save file detection
- Checksum verifier (no DLC yet)
- Checksum updater (no DLC yet)
- Block dumper /injector (only first save)
- Block dumper decryption is hardcoded for entralink forest block right now

Todo:
- Add BW offset tables
- Add per-block decryption with known decrypted blocks
- Add boxes to specify encryption address, size and seed address (for use without editing source)
- Add BW2 DLC blocks
- Insert hidden grotto and swarm form
- A lot more...
2016-03-02 18:06:05 +01:00
BW_tool First commit: 2016-03-02 18:06:05 +01:00
.gitignore Initial commit 2016-03-02 15:55:00 +01:00
BW_tool.sln First commit: 2016-03-02 18:06:05 +01:00
LICENSE Initial commit 2016-03-02 15:55:00 +01:00
README.md Initial commit 2016-03-02 15:55:00 +01:00

BW_tool

Tool to modify Pokémon generation V savegames