mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Update 26.03.20
This commit is contained in:
parent
48938c5e14
commit
a43b6a5d32
|
|
@ -1,6 +1,6 @@
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>26.03.06</Version>
|
<Version>26.03.20</Version>
|
||||||
<LangVersion>14</LangVersion>
|
<LangVersion>14</LangVersion>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<NeutralLanguage>en</NeutralLanguage>
|
<NeutralLanguage>en</NeutralLanguage>
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -42,9 +42,6 @@ public static class SlotUtil
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static void UpdateSlot(PictureBox pb, ISlotInfo info, PKM pk, SaveFile sav, SlotVisibilityType flags, SlotTouchType t = SlotTouchType.None)
|
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);
|
pb.BackgroundImage = GetTouchTypeBackground(t);
|
||||||
if (pk.Species == 0) // Nothing in slot
|
if (pk.Species == 0) // Nothing in slot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,17 @@
|
||||||
PKHeX - By Kaphotics
|
PKHeX - By Kaphotics
|
||||||
http://projectpokemon.org/pkhex/
|
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.
|
- 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 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.
|
- Added: Gen3 FR/LG item lists for virtual console no longer permit items exclusively from R/S/E/C/XD.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user