Update 170305

Update changelog
Throw in 2 more trainer stats, thanks tastymeatball!
This commit is contained in:
Kurt 2017-03-05 12:41:25 -08:00
parent 27e2888345
commit 664eb05b65
3 changed files with 25 additions and 3 deletions

View File

@ -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"},

View File

@ -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.

View File

@ -1 +1 @@
20170225
20170305