From f832cff689bbeade8021a3f124e226b026885c89 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 8 Dec 2019 20:24:15 -0800 Subject: [PATCH] Update 19.12.09 --- PKHeX.WinForms/PKHeX.WinForms.csproj | 2 +- PKHeX.WinForms/Resources/text/changelog.txt | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/PKHeX.WinForms/PKHeX.WinForms.csproj b/PKHeX.WinForms/PKHeX.WinForms.csproj index 9c9757270..53090ebb7 100644 --- a/PKHeX.WinForms/PKHeX.WinForms.csproj +++ b/PKHeX.WinForms/PKHeX.WinForms.csproj @@ -12,7 +12,7 @@ icon.ico PKHeX.WinForms.Program PKHeX - 19.11.25 + 19.12.09 8 diff --git a/PKHeX.WinForms/Resources/text/changelog.txt b/PKHeX.WinForms/Resources/text/changelog.txt index 0c13a2637..9f6103969 100644 --- a/PKHeX.WinForms/Resources/text/changelog.txt +++ b/PKHeX.WinForms/Resources/text/changelog.txt @@ -1,7 +1,26 @@ PKHeX - By Kaphotics http://projectpokemon.org/pkhex/ -19/11/25 - New Update: +19/12/09 - New Update + - Legality: + - - Updated: Banlist now checks for unavailable forms and unavailable hidden abilities. + - - Changed: Another round of legality check updates. Thanks @iiippppk, @BetaLeaf, @crzyc, @Bappsack & @ReignOfComputer + - - Changed: Rewrote EvolutionTree and MemoryVerifier to better handle the new rules that were introduced in Gen8. + - - Added: Gen6 In-game trades are now checked for their Memory values. + - Batch Editor: + - - Added: $suggest for Ball, sets a legal ball, with preference for color matching. + - - Added: $shiny0 for square shinies. + - - Added: $suggestAll for all TR moves + - - Added: $suggest for all legal Ribbons, and $suggestNone to remove all but required ribbons. + - Changed: Gen7 LGP/E now uses the large box sprites. Thanks @sora10pls! + - Added: Alcremie can now specify the topping type (next to form). + - Added: Click the Nature/StatNature labels to copy the other's value. + - Added: Gen8 Trainer Card's trainer number can now be edited via the Trainer Editor. + - Fixed: Gen5 CGear Background import from file now works. Thanks @CyraFen! + - Fixed: Gen3 Blank Saves now behave correctly when setting a slot. + - Fixed: VC origin sprite (GameBoy) now displays properly. + +19/11/25 - New Update: (59766) [2216126] - Legality: - - Updated with detection for numerous encounter types. There's still a few stragglers and mechanics left to handle. - - Thanks to everyone who has helped report issues & contributed updates!