No description
Find a file
2014-06-28 15:07:46 -07:00
Properties Initial 2014-06-28 14:22:05 -07:00
Resources Initial 2014-06-28 14:22:05 -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
f1-Main.cs Initial 2014-06-28 14:22:05 -07:00
f1-Main.Designer.cs Initial 2014-06-28 14:22:05 -07:00
f1-Main.resx Initial 2014-06-28 14:22:05 -07:00
f3-MemoryAmie.cs Initial 2014-06-28 14:22:05 -07:00
f3-MemoryAmie.Designer.cs Initial 2014-06-28 14:22:05 -07:00
f3-MemoryAmie.resx Initial 2014-06-28 14:22:05 -07:00
f4-RibbMedal.cs Initial 2014-06-28 14:22:05 -07:00
f4-RibbMedal.Designer.cs Initial 2014-06-28 14:22:05 -07:00
f4-RibbMedal.resx Initial 2014-06-28 14:22:05 -07:00
icon.ico Initial 2014-06-28 14:22:05 -07:00
PKHeX.csproj Initial 2014-06-28 14:22:05 -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 Create README.md 2014-06-28 15:07:46 -07:00
SAV_BerryField.cs Initial 2014-06-28 14:22:05 -07:00
SAV_BerryField.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_BerryField.resx Initial 2014-06-28 14:22:05 -07:00
SAV_BoxIO.cs Initial 2014-06-28 14:22:05 -07:00
SAV_BoxIO.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_BoxIO.resx Initial 2014-06-28 14:22:05 -07:00
SAV_BoxLayout.cs Initial 2014-06-28 14:22:05 -07:00
SAV_BoxLayout.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_BoxLayout.resx Initial 2014-06-28 14:22:05 -07:00
SAV_EventFlags.cs Initial 2014-06-28 14:22:05 -07:00
SAV_EventFlags.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_EventFlags.resx Initial 2014-06-28 14:22:05 -07:00
SAV_HallOfFame.cs Initial 2014-06-28 14:22:05 -07:00
SAV_HallOfFame.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_HallOfFame.resx Initial 2014-06-28 14:22:05 -07:00
SAV_Inventory.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Inventory.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Inventory.resx Initial 2014-06-28 14:22:05 -07:00
SAV_Pokepuff.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Pokepuff.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Pokepuff.resx Initial 2014-06-28 14:22:05 -07:00
SAV_Trainer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Trainer.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Trainer.resx Initial 2014-06-28 14:22:05 -07:00
SAV_Wondercard.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Wondercard.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Wondercard.resx Initial 2014-06-28 14:22:05 -07:00
SplashScreen.cs Initial 2014-06-28 14:22:05 -07:00
SplashScreen.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SplashScreen.resx Initial 2014-06-28 14:22:05 -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)

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 ;)