PKHeX/PKHeX.WinForms/Controls/PKM Editor
Kurt cd5c220ddc Show correct HatchCounter value for BDSP traded eggs
Yay abstractions to hide away the quirks.

BDSP traded eggs set HT_Friendship and the CurrentHandler flag, but the HatchCounter is always the OT_Friendship value.

Trades always receive BaseFriendship, instead of a hardcoded 50. Necessary to not hardcode because it's immutable for eggs.

Clicking the hatch counter label now sets it to the legal minimum hatch counter (best), and control clicking sets it to the max (worst). Check the encounter template for the true maximum.
2021-11-21 19:53:13 -08:00
..
BallBrowser.cs Trailing commas 2021-08-20 13:49:20 -07:00
BallBrowser.Designer.cs Move ball browser form to separate file 2019-02-14 20:18:31 -08:00
CatchRate.cs Minor clean 2020-12-21 23:37:07 -08:00
CatchRate.Designer.cs Add catch rate editor control 2018-09-30 10:16:45 -07:00
ContestStat.cs Make ContestStat fields byte (from int) 2021-01-01 13:39:08 -08:00
ContestStat.Designer.cs Inherit sizing mode 2018-03-19 16:15:46 -07:00
ContextMenuPKM.cs Enable nullable for winforms csproj (#3037) 2020-10-18 11:02:39 -07:00
ContextMenuPKM.Designer.cs Add icons 2018-04-21 22:31:11 -07:00
DrawConfig.cs Trailing commas 2021-08-20 13:49:20 -07:00
EditPK1.cs c#9 is not sugar 2020-12-22 21:24:41 -08:00
EditPK2.cs Condense some expressions 2021-08-22 01:26:28 -07:00
EditPK3.cs c#9 is not sugar 2020-12-22 21:24:41 -08:00
EditPK4.cs Finish renaming EncounterType->GroundTile 2021-07-03 23:25:09 -07:00
EditPK5.cs Finish renaming EncounterType->GroundTile 2021-07-03 23:25:09 -07:00
EditPK6.cs Minor refactoring for pkmeditor GUI 2021-07-30 18:05:17 -07:00
EditPK7.cs Minor refactoring for pkmeditor GUI 2021-07-30 18:05:17 -07:00
EditPK8.cs Update 21.11.19 - Brilliant Diamond & Shining Pearl (#3289) 2021-11-19 18:23:49 -08:00
FormArgument.cs Minor clean 2021-05-29 15:31:47 -07:00
FormArgument.Designer.cs Add form strings for Eiscue, Morpeko, and Zacian/Zamazenta 2021-08-07 13:22:14 -04:00
IMainEditor.cs Rename public "pkm" properties to non-lowercase 2019-10-27 12:57:04 -07:00
LoadSave.cs Show correct HatchCounter value for BDSP traded eggs 2021-11-21 19:53:13 -08:00
PKMEditor.cs Show correct HatchCounter value for BDSP traded eggs 2021-11-21 19:53:13 -08:00
PKMEditor.Designer.cs Show correct HatchCounter value for BDSP traded eggs 2021-11-21 19:53:13 -08:00
PKMEditor.resx Add shiny sprites, alcremie sprites & big sprites for all 2020-03-03 20:22:57 -08:00
ShinyLeaf.cs c#9 is not sugar 2020-12-22 21:24:41 -08:00
ShinyLeaf.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
ShinyLeaf.resx Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SizeCP.cs Minor clean 2021-05-29 15:31:47 -07:00
SizeCP.Designer.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
StatEditor.cs Add setting to auto-max IVs when changing HP type 2021-10-30 12:38:00 -07:00
StatEditor.Designer.cs Update sprite on gmax field change 2020-10-25 13:47:42 -07:00
TrainerID.cs Trailing commas 2021-08-20 13:49:20 -07:00
TrainerID.Designer.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00