PKHeX/PKHeX.Core/Saves
Kurt 35a85670b3 Set height/weight dex values
Closes #2167
Based off sub_71001D16A0 with shortcut modifications:
* code marks new entries for evolution processing later using the low
bit (hence the << 1); in save files I can't see any bits set, but I
can't see anywhere in the code that DOESNT set this bit. Thus the
assumption of post-processing.

As noted in gameplay, a new capture doesn't set Min and Max; it only
sets it if it is above the usual sizing values.

Megas apparently don't set until seen in battle, so don't worry about
setting the other forme based indexes.
2018-11-27 22:05:36 -08:00
..
Blocks Set default savefile to gg 2018-11-21 13:51:26 -08:00
MemeCrypto Style updates 2018-08-09 21:53:39 -07:00
Storage Add sort pointer repointing 2018-11-10 21:04:24 -08:00
Substructures Set height/weight dex values 2018-11-27 22:05:36 -08:00
Util Allow folder import to import mystery gifts & gp1 2018-11-23 12:22:51 -08:00
SAV1.cs Add pk1 current level property party->box setter 2018-08-19 13:35:20 -07:00
SAV2.cs Misc perf tweaks 2018-10-13 08:02:55 -07:00
SAV3.cs Add more accurate daycare egg detection 2018-09-30 21:27:36 -07:00
SAV3Colosseum.cs Update Ho-Oh mattle check 2018-10-27 16:06:06 -07:00
SAV3GCMemoryCard.cs Add check for uninitialized save data 2018-09-26 12:42:39 -07:00
SAV3RSBox.cs style updates 2018-09-14 22:37:47 -07:00
SAV3XD.cs style updates 2018-09-14 22:37:47 -07:00
SAV4.cs style updates 2018-09-14 22:37:47 -07:00
SAV4BR.cs style updates 2018-09-14 22:37:47 -07:00
SAV5.cs Misc tweaks 2018-10-06 18:45:15 -07:00
SAV6.cs Increment wild encounter count on add capture 2018-11-27 08:53:56 -08:00
SAV7.cs Increment wild encounter count on add capture 2018-11-27 08:53:56 -08:00
SAV7b.cs Set default savefile to gg 2018-11-21 13:51:26 -08:00
SaveFile.cs Allow currentbox to be changed if not overriden 2018-11-22 10:55:20 -08:00