Update README.md

This commit is contained in:
Kaphotics 2014-12-11 22:42:36 -08:00
parent c1fa685752
commit b7b9835772

View file

@ -1,11 +1,12 @@
PKHeX
=====
Pokémon X/Y SAV/PKX file editor, programmed in C#.
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 Bytes)
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.
@ -14,4 +15,4 @@ Since save data uses an AES MAC that cannot be emulated without the 3DS's keys,
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 ;)
![Main Window](http://i.snag.gy/dGdB4.jpg?raw=true)