mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
4e669468c3
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 |
||
---|---|---|
.. | ||
CheckMoveResult.cs | ||
CheckResult.cs | ||
EggMoves.cs | ||
ILocation.cs | ||
IMoveset.cs | ||
IRelearn.cs | ||
ITrainerInfo.cs | ||
IVersion.cs | ||
LegalInfo.cs | ||
Shiny.cs | ||
SimpleTrainerInfo.cs |