Update 26.03.20

This commit is contained in:
Kurt 2026-03-20 22:10:14 -05:00
parent 48938c5e14
commit a43b6a5d32
5 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>26.03.06</Version>
<Version>26.03.20</Version>
<LangVersion>14</LangVersion>
<Nullable>enable</Nullable>
<NeutralLanguage>en</NeutralLanguage>

View File

@ -42,9 +42,6 @@ public static class SlotUtil
/// </summary>
public static void UpdateSlot(PictureBox pb, ISlotInfo info, PKM pk, SaveFile sav, SlotVisibilityType flags, SlotTouchType t = SlotTouchType.None)
{
pb.Image?.Dispose();
pb.BackgroundImage?.Dispose();
pb.BackgroundImage = GetTouchTypeBackground(t);
if (pk.Species == 0) // Nothing in slot
{

View File

@ -1,7 +1,17 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/
26/03/06 - New Update:
26/03/20 - New Update:
- Added handling for ZA's new patch revision tag.
- Legality: Gen3 Updated nickname checks for Japanese language origin.
- Changed: Hover preview in boxes now renders much quicker.
- Added: Gen8 encounters via the Encounter Database now respect requests for Shiny.
- Added: Gen1-5 Trainer editors can now edit OT trash bytes via CTRL-Click, same as the main entity GUI.
- Added: Gen3 Hall of Fame can now set current party to the selected entry.
- Fixed: Gen4 chatter and Records now read from the correct save block (rather than potentially the backup).
- Fixed: Performing many thousand Drag-drop operations will no longer crash the program (handle leak).
26/03/06 - New Update: (114499) [12750752]
- Legality: Added Gen3 FR/LG virtual console legality restrictions and trash byte checks.
- Added: Gen3 FR/LG dex editing will clear unavailable captured dex flags.
- Added: Gen3 FR/LG item lists for virtual console no longer permit items exclusively from R/S/E/C/XD.