Jump to content
  • PKHeX 20.04.14


    ReignOfComputer

    PKHeX is a save editor for core-series Pokémon games. With it, users can manipulate various save files including: .sav, .dsv, .dat, .gci, .raw, and .bin types. PKHeX can also read and write: .pk files, which are individual Pokémon files, and .pgt, .pcd, .pgf, .wc, which are Mystery Gift files.

    Version 20.04.14 of PKHeX has been released, with several fixes and minor improvements to enhance the user's experience.

     

     

    Change log:

    Quote

    20/04/14 - New Update:
     - Legality:
     - - Added: Latest raid news data.
     - - Fixed: HOME gifts now recognized.
     - - Fixed: Antishiny Colosseum/XD spreads are recognized better for various gifts.
     - - Fixed: Some unavailable evolution cases are now recognized correctly.
     - - Fixed: Silvally Pixie Plate is now recognized correctly.
     - - Fixed: Gen8 Raid downleveling thresholds are now recognized correctly.
     - - Fixed: Gen8 Link trade eggs are now allowed to have OT memories prior to hatching (...)
     - - Fixed: Gen8 Chinese2 language in-game trade strings are now recognized correctly (not a copy of the other Chinese strings).
     - - Changed: Gen3/4 in-game trade met levels are now accurately restricted to their obtainable minimum level. The PID check now works.
     - - Changed: Gen8 static (gift) encounters now verify specific ability indexes.
     - Added: Batch Editor $suggest for EggDate/MetDate (copies the other).
     - Added: Gen8 HOME tracker control can now be hidden (same as PID/EC) if the Hide Secret Values setting is set.
     - Added: New setting to copy the stat-nature to the behavior (original) nature when importing a Showdown Set.
     - Added: New setting to force large sprites for past generation games. Old sprites will eventually be removed!
     - Changed: Past generation sprites will now use the larger sprites from Gen8. Opt out (for now) with the setting described above.
     - Changed: Met Location combobox has been widened to show more text (Gen8's long met locations).
     - Fixed: Game Origin markings in PKM Editor now show the correct game lump sprite.
     - Fixed: BK4 file recognition has been fixed.

    Download      |     FAQ     |     Support Forum

    • Like 2
    • Thanks 2

    User Feedback

    Recommended Comments

    5 minutes ago, Ayush Poddar said:

    Can you please tell me how can we get items using pkhex like we could do in its early versions???

    don't understand your question. As in edit the bag?
    image.png

    Link to comment
    Share on other sites

    Hello, when I try to modify a pokemon in my Pokemon Diamond save file, it gives me this whole thing.

    Exception Details:
    System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
       at System.ThrowHelper.ThrowKeyNotFoundException()
       at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       at PKHeX.Core.MoveLevelUp.GetEncounterMoves(Int32 species, Int32 form, Int32 level, GameVersion version)
       at PKHeX.Core.MoveSetApplicator.GetMoveSet(LegalityAnalysis la, Boolean random)
       at PKHeX.Core.MoveSetApplicator.GetMoveSet(PKM pk, Boolean random)
       at PKHeX.WinForms.Controls.PKMEditor.SetSuggestedMoves(Boolean random, Boolean silent)
       at PKHeX.WinForms.Controls.PKMEditor.ClickMoves(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.GroupBox.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Loaded Assemblies:
    --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

    PKHeX, Version=20.4.14.0, Culture=neutral, PublicKeyToken=null
    C:\Users\julian\Desktop\PKHeX.exe

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null


    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

    PKHeX.Drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null


    --------------------
    User Message:
    An unhandled exception has occurred.
    You can continue running PKHeX, but please report this error.
     

    Used TWLTool to take the savefile.

    Link to comment
    Share on other sites

    8 hours ago, Greninjasmaster said:

    Hello, when I try to modify a pokemon in my Pokemon Diamond save file, it gives me this whole thing.

    Exception Details:
    System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
       at System.ThrowHelper.ThrowKeyNotFoundException()
       at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       at PKHeX.Core.MoveLevelUp.GetEncounterMoves(Int32 species, Int32 form, Int32 level, GameVersion version)
       at PKHeX.Core.MoveSetApplicator.GetMoveSet(LegalityAnalysis la, Boolean random)
       at PKHeX.Core.MoveSetApplicator.GetMoveSet(PKM pk, Boolean random)
       at PKHeX.WinForms.Controls.PKMEditor.SetSuggestedMoves(Boolean random, Boolean silent)
       at PKHeX.WinForms.Controls.PKMEditor.ClickMoves(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.GroupBox.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Loaded Assemblies:
    --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

    PKHeX, Version=20.4.14.0, Culture=neutral, PublicKeyToken=null
    C:\Users\julian\Desktop\PKHeX.exe

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null


    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

    PKHeX.Drawing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null


    --------------------
    User Message:
    An unhandled exception has occurred.
    You can continue running PKHeX, but please report this error.
     

    Used TWLTool to take the savefile.

    can you upload the save?

    • Like 1
    Link to comment
    Share on other sites

    6 hours ago, minx said:

    Thank you for everything you do for us! May i ask you if there will be a update for the dlc soon? Looking forward to it ❤

    The DLC isn't even out yet. Wait patiently.

    Link to comment
    Share on other sites



    Guest
    This is now closed for further comments

  • Our picks

    • Since they released over a decade ago, the Pokémon Mystery Dungeon games for the Nintendo DS have not had much in the way of ROM editors. Over the past few years, hackers have slowly learned more and more about the inner workings of the games, culminating in the most advanced PMD editor to date: Sky Temple. 

      SkyTemple is a user-friendly level editor for Pokémon Mystery Dungeon: Explorers of Sky that gives the user full control over graphics, scripts, Pokémon data, and more, enabling a great amount of creative freedom to prospective ROM hackers to create not just edits of the game, but entirely new levels and plots.

      See the trailer for the version 1.0.0 release for quick samples of what can be accomplished:

      Additional reading:

      Download:

       
        • Amazed
        • Like
      • 9 replies
    • The #1 issue with Gates to Infinity is the super slow text speed. Luckily, @shutterbug2000 discovered how to fix it.
      • 39 replies
    • PKHeX 20.01.10
      PKHeX is a save editor for core-series Pokémon games. With it, users can manipulate various save files including: .sav, .dsv, .dat, .gci, .raw, and .bin types. PKHeX can also read and write: .pk files, which are individual Pokémon files, and .pgt, .pcd, .pgf, .wc, which are Mystery Gift files.

      Version 20.01.10 of PKHeX has been released! PKHeX now supports the latest patch (1.1.0) Full change log below!

       

       

      Change log:

      Download      |     FAQ     |     Support Forum
        • Thanks
        • Like
      • 1 reply
    • Website Updates
      After a few hours of being offline, we're finally back! Not only are we on a shiny new server, we have some new goodies.
        • Hahaha
        • Amazed
        • V-Wheeeeeel!!!
        • Thanks
        • Like
      • 7 replies
    • Following the success of his fan dub of Pokémon Super Mystery Dungeon, YouTuber TheGoldCrow has started a new project: a fan dub of Pokémon Mystery Dungeon: Explorers of Sky.
        • V-Wheeeeeel!!!
        • Like
      • 2 replies
×
×
  • Create New...