mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-21 05:09:35 -05:00
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 | ||