PKHeX/PKHeX.Core
Kurt 4e669468c3 Pass parse result list to encounter info fetch ctor
Old: when an encounter is found, we copied the contents of the list into our analysis list.
Since we stop when we find a suitable encounter, the old list is useless. By sharing the same list, there's no consequence. Reduces allocation by ~56B each analysis object!

Simplification reduces the amount of method calls by 1
2021-08-05 17:16:13 -07:00
..
Editing Use FileUtil tryget for pkm from path 2021-08-05 16:29:32 -07:00
Game Un-nest 3ds console region bitflags 2021-08-02 20:59:40 -07:00
Legality Pass parse result list to encounter info fetch ctor 2021-08-05 17:16:13 -07:00
MysteryGifts Update PGT.cs 2021-07-31 19:50:27 -07:00
PersonalInfo Minor tweaks 2021-07-26 23:33:56 -07:00
PKM Update SearchSettings.cs 2021-08-05 12:07:40 -07:00
Resources Organize byte resources into subfolders 2021-08-05 15:35:29 -07:00
Ribbons Enforce weather legality for SWSH (#3221) 2021-07-26 14:28:05 -07:00
Saves Minor tweaks 2021-08-05 17:05:39 -07:00
Util Minor tweaks 2021-08-05 17:05:39 -07:00
app.config Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
PKHeX.Core.csproj Only use the TreatWarningsAsErrors for debug build (#3237) 2021-08-04 00:13:58 -07:00