Pokémon Save File Editor
Go to file
Kurt 1aa77e2c9b Set Import Fixes & Trash Byte Fix
Set will now import gender and set nickname properly, also will now
import Showdown's stat descriptions.

Latest OT will now write only enough bytes and won't overwrite any
previous names, leading to trash bytes. Fun.
2015-03-18 20:45:06 -07:00
Misc Set Import Fixes & Trash Byte Fix 2015-03-18 20:45:06 -07:00
PKX Set Import Fixes & Trash Byte Fix 2015-03-18 20:45:06 -07:00
Properties Implement extra Language Translations (Portuguese) 2015-03-11 22:51:56 -07:00
Resources Implement extra Language Translations (Portuguese) 2015-03-11 22:51:56 -07:00
SAV Refactoring, QR operations -> method 2015-03-13 19:59:51 -07:00
.gitattributes Initial 2014-06-28 14:22:05 -07:00
.gitignore Initial 2014-06-28 14:22:05 -07:00
app.config Add QR functionality via Web (Google) 2015-02-25 23:12:38 -08:00
PKHeX.csproj Implement extra Language Translations (Portuguese) 2015-03-11 22:51:56 -07:00
PKHeX.sln Initial 2014-06-28 14:22:05 -07:00
Program.cs Refactoring 2015-03-10 18:44:51 -07:00
README.md Update README.md 2014-12-11 22:42:36 -08:00

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