Update 170131

Update changelog & update shortcuts list.
This commit is contained in:
Kurt 2017-01-30 21:25:22 -08:00
parent 2fb56a99bf
commit 58da4dc3f4
3 changed files with 22 additions and 6 deletions

View file

@ -1,7 +1,18 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex
17/01/30 - New Update:
17/01/31 - New Update:
- Added: Default/Illegal(old code) fashion payloads for those wanting to undo/have anything.
- Changed: Internal program version updated to .NET 4.6.
- Changed: Improved exception checking for config & dll exceptions.
- Fixed: Geolocation data for 6->7 criteria relaxed to no longer falsely flag.
- Fixed: Alolan variant egg moves are now recognized correctly.
- Fixed: Japanese Event VC Mew no longer flagged for OT name.
- Fixed: Dream Ball inheritance check relaxed per new bank possibilities.
- Fixed: Importing wc6 on gen7 game no longer invalidates the origin version.
- Fixed: Setting Game Corner Coins to Gen1/2 saves is now capped at 9999.
17/01/30 - New Update: (9339) [251198]
- Added: Control right-clicking a PKM slot (box, party, etc) now allows direct legality checking.
- Added: 6/7 detection preferential treatment & other detection methods. Thanks sora10pls!
- Added: Remove All medals button now clears Unlocked/Complete flags even if not visible.

View file

@ -3,7 +3,7 @@
// Main Window
CTRL-O: Open
CTRL-S: Export PK6
CTRL-S: Export PKM
CTRL-E: Export SAV
CTRL-B: Export BAK
CTRL-Q: Quit
@ -18,7 +18,7 @@ CTRL-SHIFT-T: Export Showdown Set
Control + Click on...
- Species: Import Showdown/Smogon set from Clipboard.
- Nickname/OT box: Bring up the ingame-special characters.
- Individual IVs: Set IV to max. (toggle Hyper Training in Gen7 onwards)
- Individual IVs: Set IV to max. (toggles Hyper Training in Gen7 onwards)
- Individual EVs: Set EV to max.
- Randomize IVs: Set all IVs to max.
- Randomize EVs: Set all EVs to 0.
@ -36,9 +36,13 @@ Shift + Click on...
Hold Control when dragging to save encrypted (ekx).
Click on the OT label to set relevant details to that of the save file.
Click on...
- OT label: Set save file details to relevant properties.
- Met Location label: Suggest encounter information for relevant properties.
- Moves groupbox: Suggest legal moves.
- Relearn Moves groupbox: Suggest legal relearn moves.
Drop WC6/PGF/PCD/PGT to convert to PK6 in the main tabs.
Drop WC7/WC6/PGF/PCD/PGT to convert to PKM in the main tabs.
// Save File
@ -51,6 +55,7 @@ Control-Shift-Click Box Tab: Sort All Boxes.
Alt-Click Box Tab: Delete Current Box contents.
Alt-Shift-Click Box Tab: Delete All Boxes.
Control-RightClick a Box Slot to show extra options (ie Legality check)
Control-Drag a Box Slot to Copy-Overwrite
Alt-Drag a Box Slot to Delete-Overwrite

View file

@ -1 +1 @@
20170130
20170131