Pokémon Save File Editor
Go to file
Carbonara 5c9f97b7fd
Translate FRLG flags to French (#4733)
Also contains the following changes:

French Emerald flags:
- Upper casing consistency for a reused line

English FireRed and LeafGreen flags:
- Fix Snorlax being called by its German name Relaxo
- Fix the Dotted Hole being misspelled in some places as Dotte Hole
- Change "Camper (Male)" and "Camper (Female)" in the unused flags to use the proper trainer class terms ("Camper (Female)" is Picnicker in English, meaning there is no need to specify that it is "Camper (Male)
- Alter the unused Interviewers line (it's supposed to refer to the Interviewers class from Ruby and Sapphire, which is always plural)
- Fix some typos in the trainer names (Psychic Tyron spelled as Pyschic Tyorn, Cooltrainer Brooke as Cooltrainer Brooker)
- Fix the Swimmer class missing the w in one instance
- Change Pkmn Ranger to Pokémon Ranger for consistency
- Remove unintended double spaces
2026-02-27 09:07:24 -06:00
.github Update the French readme file (#4726) 2026-02-18 16:55:47 -06:00
PKHeX.Core Translate FRLG flags to French (#4733) 2026-02-27 09:07:24 -06:00
PKHeX.Drawing Add a search interface for visually filtering all slots (#4712) 2026-02-09 22:03:18 -06:00
PKHeX.Drawing.Misc Refactor to use Context over Generation 2026-02-15 02:15:50 -06:00
PKHeX.Drawing.PokeSprite Revise shiny stars, only show squares in Gen8 2026-02-22 23:33:00 -06:00
PKHeX.WinForms Update FRLG Event Flags and some translations (#4732) 2026-02-26 11:26:00 -06:00
Tests/PKHeX.Core.Tests Refactor batch editor to smaller components 2026-02-21 00:22:32 -06:00
.editorconfig Allow settings tab text to be translated 2026-01-13 01:45:38 -06:00
.gitattributes Minor changes to git config files 2015-07-21 00:23:50 +02:00
.gitignore Allow some nidoran/volbeat to mismatch correlation 2024-09-05 23:55:46 -05:00
Directory.Build.props Update 26.01.31 2026-01-31 20:41:14 -06:00
icon.png Split up csproj PropertyGroup for nuget metadata (#3492) 2022-05-07 17:30:42 -07:00
LICENSE Split up csproj PropertyGroup for nuget metadata (#3492) 2022-05-07 17:30:42 -07:00
PKHeX.sln Revert "Convert sln to slnx" 2025-07-28 21:51:16 -05:00
PKHeX.slnx Add slnx 2025-09-05 17:35:53 -05:00
README.md Update readmes per net10/c#14 2025-12-31 01:50:51 -06:00

PKHeX

License

Pokémon core series save editor, programmed in C#.

Supports the following files:

  • Save files ("main", *.sav, *.dsv, *.dat, *.gci, *.bin)
  • GameCube Memory Card files (*.raw, *.bin) containing GC Pokémon savegames.
  • Individual Pokémon entity files (.pk*, *.ck3, *.xk3, *.pb7, *.sk2, *.bk4, *.rk4)
  • Mystery Gift files (*.pgt, *.pcd, *.pgf, .wc*) including conversion to .pk*
  • Importing GO Park entities (*.gp1) including conversion to .pb7
  • 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.

PKHeX expects save files that are not encrypted with console-specific keys. Use a savedata manager to import and export savedata from the console (Checkpoint, 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.

Screenshots

Main Window

Building

PKHeX is a Windows Forms application which requires .NET 10.

The executable can be built with any compiler that supports C# 14.

Build Configurations

Use the Debug or Release build configurations when building. There isn't any platform specific code to worry about!

Dependencies

PKHeX's QR code generation code is taken from QRCoder, which is licensed under the MIT license.

PKHeX's shiny sprite collection is taken from pokesprite, which is licensed under the MIT license.

PKHeX's Pokémon Legends: Arceus sprite collection is taken from the National Pokédex - Icon Dex project and its abundance of collaborators and contributors.

IDE

PKHeX can be opened with IDEs such as Visual Studio by opening the .sln or .csproj file.