diff --git a/PKHeX/Resources/byte/wc7.pkl b/PKHeX/Resources/byte/wc7.pkl index 38f7a111c..d51ad833f 100644 Binary files a/PKHeX/Resources/byte/wc7.pkl and b/PKHeX/Resources/byte/wc7.pkl differ diff --git a/PKHeX/Resources/byte/wc7full.pkl b/PKHeX/Resources/byte/wc7full.pkl index 951997592..fb5bad744 100644 Binary files a/PKHeX/Resources/byte/wc7full.pkl and b/PKHeX/Resources/byte/wc7full.pkl differ diff --git a/PKHeX/Resources/text/changelog.txt b/PKHeX/Resources/text/changelog.txt index d9690b60a..6da456c9c 100644 --- a/PKHeX/Resources/text/changelog.txt +++ b/PKHeX/Resources/text/changelog.txt @@ -1,7 +1,24 @@ PKHeX - By Kaphotics http://projectpokemon.org/pkhex -17/02/07 - New Update: +17/02/25 - New Update: + - Legality: + - - Added: Legality checking for RBY Pokémon as pk1 and pk7+. + - - Fixed: More edge cases for legality checks. + - Batch Editor: + - - Added: Nickname clearing to batch editor (via .IsNicknamed=False). + - - Added: Legality filtering and bulk suggestions for Met Location, Current Moves & Relearn Moves. + - - - Use $suggest to use suggested result from the legality analysis. + - - Changed: Properties are now sorted alphabetically. + - Added: WC7 parsing for multiple-item gifts. Thanks SciresM! + - Added: X/Y Trainer Nickname editing (via Current Appearance tab). + - Added: S/M Festival Plaza name editing. + - Fixed: Gen4 Pokédex bitflag setting no longer sets invalid data for single-gender species. + - Fixed: wc7->pk7 base friendship fixed. Thanks T.O.R.N.A.D.O & Odaxis! + - Fixed: Gen1/2 Money/Coin editing & inventory editing edge cases. + - Updated: Menu sprites to use Sun/Moon sprites for some species (like Steelix). + +17/02/07 - New Update: (64480) [360228] - Legality: - - Added: Legality indication for exported QR images (if legality check is available for origin). - - Added: Legality indication for Box/Party pkm slots (^ + opt-in via Options->Set to SAV). diff --git a/PKHeX/Resources/text/shortcuts.txt b/PKHeX/Resources/text/shortcuts.txt index 1ed513eef..46c582466 100644 --- a/PKHeX/Resources/text/shortcuts.txt +++ b/PKHeX/Resources/text/shortcuts.txt @@ -38,7 +38,7 @@ Hold Control when dragging to save encrypted (ekx). Click on... - OT label: Set save file details to relevant properties. -- Met Location label: Suggest encounter information for relevant properties. +- Level / Met Location label: Suggest encounter information for relevant properties. - Moves groupbox: Suggest legal moves. - Relearn Moves groupbox: Suggest legal relearn moves. diff --git a/PKHeX/Resources/text/version.txt b/PKHeX/Resources/text/version.txt index 0722a4787..94f7526e1 100644 --- a/PKHeX/Resources/text/version.txt +++ b/PKHeX/Resources/text/version.txt @@ -1 +1 @@ -20170207 \ No newline at end of file +20170225 \ No newline at end of file