No description
Find a file
2014-08-01 12:37:30 -07:00
Misc Restructuring source arrangement 2014-08-01 10:33:12 -07:00
PKX clarity on saving 2014-08-01 12:37:30 -07:00
Properties Significant upgrades 2014-07-31 15:06:48 -07:00
Resources Create lang_es.txt 2014-08-01 15:15:04 -04:00
SAV Restructuring source arrangement 2014-08-01 10:33:12 -07:00
.gitattributes Initial 2014-06-28 14:22:05 -07:00
.gitignore Initial 2014-06-28 14:22:05 -07:00
app.config Initial 2014-06-28 14:22:05 -07:00
PKHeX.csproj Restructuring source arrangement 2014-08-01 10:33:12 -07:00
PKHeX.sln Initial 2014-06-28 14:22:05 -07:00
Program.cs Initial 2014-06-28 14:22:05 -07:00
README.md Update README.md 2014-06-28 15:10:54 -07:00

PKHeX

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

Decrypted Save files (1MB) 
Individual entity files (232/260 byte)
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 save files, re-saving is possible (using SHA256 hashes; AES MAC cannot be emulated).

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

Note: I started learning C# by making this program, so certain implementations may look odd ;)