mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-08 00:01:45 -05:00
SetPINGA{S}(pk, criteria) -> pid,iv, nature, gender, ability (stats
future?)
memes aside, this is where criteria data is forced
Split N encounterstatic (has fixed PID and special flag) from
EncounterStaticPID
|
||
|---|---|---|
| .. | ||
| EncounterCriteria.cs | ||
| EncounterEggGenerator.cs | ||
| EncounterFinder.cs | ||
| EncounterGenerator.cs | ||
| EncounterMatchRating.cs | ||
| EncounterMovesetGenerator.cs | ||
| EncounterOrder.cs | ||
| EncounterSlotGenerator.cs | ||
| EncounterStaticGenerator.cs | ||
| EncounterTradeGenerator.cs | ||
| MysteryGiftGenerator.cs | ||
| PeekEnumerator.cs | ||