diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs index 8761905a7..a5fb33b01 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs @@ -510,7 +510,9 @@ private void B_GenTID_Click(object sender, EventArgs e) {161, "Pelago Training Sessions"}, {162, "Pelago Hot Spring Sessions"}, {166, "Island Scans"}, - {169, "Rustling GrassEncounters"}, + {167, "Rustling Bush Encounters"}, + {168, "Fly Shadow Encounters"}, + {169, "Rustling Grass Encounters"}, {170, "Dirt Cloud Encounters"}, {171, "Wimpod Chases"}, {172, "Berry Tree Battles"}, diff --git a/PKHeX/Resources/text/changelog.txt b/PKHeX/Resources/text/changelog.txt index 6da456c9c..d972578bd 100644 --- a/PKHeX/Resources/text/changelog.txt +++ b/PKHeX/Resources/text/changelog.txt @@ -1,7 +1,27 @@ PKHeX - By Kaphotics http://projectpokemon.org/pkhex -17/02/25 - New Update: +17/03/05 - New Update: + - Legality: + - - Added: Legality checking for GSC Pokémon as pk2 (as well as traded pk1). + - - Added: Held Item availability checks for Gen7 format files. + - - Fixed: More edge cases for legality checks. + - Added: Control-Click the current level textbox to set to level 100. Thanks RoC! + - Added: Legality column to Report's data table. + - Added: Gen7: 50+ trainer stat records have been identified. Thanks tastymeatball! + - Added: Gen7: Vivillon Form editing for Sun/Moon (via Trainer Editor) + - Added: Gen3: Version detection prompt can be forced to appear by holding control when opening the file. + - Added: Gen3: PCItem pouch can now be edited via the Inventory Editor. + - Fixed: Gen7: Free Space index is now treated correctly. Thanks pokecal! + - Fixed: Gen6: Complete Pokédex button now sets the correct seen flags for single gender species. + - Fixed: Gen5->6 trash bytes are kept on transfer. Thanks Sabresite! + - Fixed: Gen3/4: GameCube/Wii format (xk3/ck3/bk4) transfers no longer incorrectly transfer IVs. + - Fixed: Gen2: Money/Coin editing now shows the correct value. + - Fixed: Gen2: Hidden Power type calculation now calculates the correct type. Thanks SciresM! + - Fixed: Editing Pumpkaboo forms with the PKHeX German Language translation no longer throw errors. + - Fixed: Importing a shiny showdown from a tab other than Main now sets the shiny status correctly. + +17/02/25 - New Update: (28838) [389066] - Legality: - - Added: Legality checking for RBY Pokémon as pk1 and pk7+. - - Fixed: More edge cases for legality checks. diff --git a/PKHeX/Resources/text/version.txt b/PKHeX/Resources/text/version.txt index 94f7526e1..905907c7a 100644 --- a/PKHeX/Resources/text/version.txt +++ b/PKHeX/Resources/text/version.txt @@ -1 +1 @@ -20170225 \ No newline at end of file +20170305 \ No newline at end of file