mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-01 04:42:32 -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 |
||
|---|---|---|
| .. | ||
| Areas | ||
| Encounters | ||
| Enums | ||
| Evolutions | ||
| Formatting | ||
| Learnset | ||
| Moves | ||
| Restrictions | ||
| RNG | ||
| Structures | ||
| Tables | ||
| Verifiers | ||
| BinLinker.cs | ||
| Breeding.cs | ||
| BulkAnalysis.cs | ||
| BulkGenerator.cs | ||
| Core.cs | ||
| LegalityAnalysis.cs | ||
| LegalityAnalyzers.cs | ||
| MoveList.cs | ||
| MoveListSuggest.cs | ||