mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-16 17:36:23 -05:00
closes #1755 also: fix vc transfer checks not being called (EncounterOriginalGB is no longer GBEncounterData). remove usages of GBEncounterData -- class is (as of a ~~month ago) now never leaked out of the EncounterGenerator -- always returns the actual encounter data as the wrapper is not needed. simplify logic flow / references |
||
|---|---|---|
| .. | ||
| CheckMoveResult.cs | ||
| CheckResult.cs | ||
| DexLevel.cs | ||
| EggMoves.cs | ||
| EncounterArea.cs | ||
| EncounterLink.cs | ||
| EncounterLock.cs | ||
| EncounterSlot.cs | ||
| EncounterStatic.cs | ||
| EncounterTime.cs | ||
| EncounterTrade.cs | ||
| EncounterType.cs | ||
| EvolutionTree.cs | ||
| GBEncounterData.cs | ||
| IEncounterable.cs | ||
| IGeneration.cs | ||
| ILocation.cs | ||
| IMoveset.cs | ||
| Learnset.cs | ||
| MoveType.cs | ||
| Nature.cs | ||
| SlotType.cs | ||
| TradebackType.cs | ||
| TreesArea.cs | ||
| ValidEncounterMoves.cs | ||