Jump to content

PKHeX 20.04.14


ReignOfComputer

Recommended Posts

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


View full article

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

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

  • 3 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...