About This File
Pokémon core series save editor, programmed in C#.
Supports the following files:
- Save files ("main", *.sav, *.dsv, *.dat, *.gci)
- GameCube Memory Card files (.raw, .bin) containing GC Pokémon savegames.
- Individual Pokémon entity files (.pk*)
- Mystery Gift files (.pgt, .pcd, .pgf, .wc*) including conversion to .pk*
- Importing teams from Decrypted 3DS Battle Videos
- Transferring from one generation to another, converting formats along the way.
Data is displayed in a view which can be edited and saved. The interface can be translated with resource/external text files so that different languages can be supported.
Pokémon Showdown sets and QR codes can be imported/exported to assist in sharing.
Nintendo 3DS savedata containers use an AES MAC that cannot be emulated without the 3DS's keys, thus a resigning service is required (svdt, save_manager, JKSM, or SaveDataFiler).
We do not support or condone cheating at the expense of others. Do not use significantly hacked Pokémon in battle or in trades with those who are unaware hacked Pokémon are in use.
Support Forum <-- Post here if you have questions or found bugs
What's New in Version 20.12.30 See changelog
Released
- Legality:
- - Updated Mystery Gift & GO Legality encounter data.
- - Added: Gen8 introduced new memory values; these are now checked the same as those introduced in Gen6. Still no intensity/feeling checks.
- - Added: Gen5 N's Pokémon now check for a male OT Gender.
- - Fixed: Gen1 Non-Japanese VC encounters originating from "Blue (JP)" version are now recognized as invalid. Thanks @CarlosofKalos!
- - Fixed: Gen3 Colosseum Starters are now recognized correctly (was ~1% chance of being incorrectly flagged). Thanks Loptous!
- - Fixed: Gen8 Simplified Chinese IoA trades are now recognized with the correct OT Name.
- - Fixed: Gen8 Base Friendship for HOME/certain forms is now verified correctly.
- - Fixed: Gen1/2 Events are now yielded again by the Moveset Generator (used by SysBot/ALM).
- Added: Gen8 can now deactivate all raids by holding Alt when clicking the Activate All button.
- Added: Gen7 USUM Rotom Dex affection & Loto bitflags can now be edited in the Trainer Editor.
- Changed: PKM Database loading now alerts when it fails to load the database.
- Fixed: Gen8 setting party to title screen now sets the correct empty slots if your party isn't full.
- Fixed: Gen6 Cosplay Pikachu now fetches sprites correctly when using the old 40x30 sprites.
- Refactored: Some API's and properties exposed by PKHeX.Core have been renamed/moved. Examples: AltForm/Forme=>Form, GenNumber=>Generation.
- Refactored: Implemented new C#9 language features. Some expressions in the source code are cleaner and easier to maintain
With version 20.12.30:
- Download