Pokémon Save File Editor
Go to file
2014-12-17 16:29:04 -08:00
Misc Actually detect level instead of always returning 100 2014-12-17 11:27:34 -08:00
PKX Fix ability population, dragout image not updating bugs 2014-12-17 11:29:26 -08:00
Properties Multilang + Cleanup 2014-12-13 23:18:27 -08:00
Resources 12-17-14 release fixes 2014-12-16 18:56:08 -08:00
SAV 12-17-14 release fixes 2014-12-16 18:56:08 -08:00
.gitattributes
.gitignore
app.config
PKHeX.csproj Multilanguage Upgrades 2014-12-14 16:50:15 -08:00
PKHeX.sln
Program.cs
README.md

PKHeX

Pokémon X/Y/OR/AS SAV/PKX file editor, programmed in C#. Supports binary file loading of:

Decrypted Save files (1MB/Cyber Save 0x65600/0x76000 Bytes)
Individual entity files (232/260 bytes)
Wondercard gifts for Event Pokemon and Event based Items.
Obsoleted: Unencrypted Network Packets containing entity files.

Data is then displayed in a meaningful view, and can be edited and saved back to Binary data. For loaded save files, saving an edited copy is possible and all hashes will be fixed. Since save data uses an AES MAC that cannot be emulated without the 3DS's keys, a resigning service is required.

The interface is translatable with resource/external text files so that different languages can be supported.

Main Window