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 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.
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 25.06.09 See changelog
Released
25/06/09 - New Update:
- Legality:
- - Fixed: Gen3 XD trainer ID checks no longer required for PAL copies of the game.
- - Fixed: Gen8 PLA purchased/master flag check regression fixed.
- - Changed: Updated badwords list. Thanks @abcboy101 !
- Added: Gen4 PBR box names and play time now available for edits. Thanks @abcboy101 !
- Fixed: Gen9 inventory edits with duplicate/cleared item slots now behaves correctly for editing items near the end of the list.
- Fixed: Gen3 nickname encoding is better handled when transferring between international and Japanese games.
- Fixed: PokePreview hover form no longer flickers the main GUI.
- Fixed: Stat abbreviations for other languages have been updated for easier parsing.
- Changed: Legality resources for levelup/eggmove/evolve have been re-serialized to a more compact & straightforward format, improving startup time.
- Changed: Plugin loading logic reworked for better containerization.