PKHeX/PKHeX.Core/Legality/Structures
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
..
CheckMoveResult.cs Clean up know-move-evolution checks 2021-05-15 21:41:04 -07:00
CheckResult.cs Remove unnecessary setter 2021-04-18 11:00:40 -07:00
EggMoves.cs Use IndexOf instead of FindIndex when possible 2021-01-16 12:47:02 -08:00
ILocation.cs Show preview for encounter database slots on hover 2021-02-06 22:33:13 -08:00
IMoveset.cs Rewrite settings handling; enhance some user experiences (#3193) 2021-04-11 18:09:54 -07:00
IRelearn.cs Move files 2020-01-25 17:22:20 -08:00
ITrainerInfo.cs this is not that 2020-12-21 17:12:39 -08:00
IVersion.cs Minor tweaks 2021-04-20 01:02:32 -07:00
LegalInfo.cs Pass parse result list to encounter info fetch ctor 2021-08-05 17:16:13 -07:00
Shiny.cs Show shiny state of encounter in db 2021-05-18 10:36:45 -07:00
SimpleTrainerInfo.cs Simplify Country/Region/ConsoleRegion to byte from int 2021-08-02 19:43:57 -07:00