Rumble World Save Tool 3DS

From GameBrew
Pokemon Rumble World Diamonds/P Tool
Rumbleworldsavetool2.png
General
AuthorSciresM
TypeSave Editors
Version4-18-15
LicenseMixed
Last Updated2015/04/18
Links
Download
Website
Source

Rumble World Save Tool is a tool for editing/decompressing Pokemon Rumble World save files.

It allows you to edit your diamonds/P/Collected Pokemon and save the result as either a compressed or decompressed folder.

User guide

How to use

Hit the Open Compressed button and open the 00slot00 folder in your exported save. Edit values, and save the compressed result.

If you want to hex edit the save, save it as a decompressed folder, hex edit any files you want, open it again using the Open Decompressed button, then save the compressed result back to your original folder.

If you want to do all this manually, here's how files in the save work:

0x30 byte header {
8 byte signature, "cAVIAR4\00";
4 byte crc32 of compressed data; // Big Endian
0x1C bytes unused;
4 byte isCompressed; // Little Endian, 01/00
4 byte DecompressedSize; // Big Endian
}

Followed by compressed data/decompressed data depending on the isCompressed flag. The data, if compressed, is compressed with zlib's default compression.

Important notes

If you re-import a save, remember to delete the secure value before doing so or your save may be detected as corrupted.

Changes are likely to fail to save to pokemon that you have Favorited right now.

Changing a pokemon to a species you do not already own causes it to be registered as owned in your pokedex but doesn't actually increase your rank. Please be careful if you are doing this.

Screenshots

rumbleworldsavetool3.png

rumbleworldsavetool4.png

rumbleworldsavetool5.png

External links

Advertising: