mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
Create README.md
This commit is contained in:
parent
9cee5fe382
commit
9c03ce8bd2
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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)
|
||||||
|
|
||||||
|
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 ;)
|
Loading…
Reference in a new issue