PKHeX/PKHeX.Core/Legality/Verifiers
Lusamine 4e398322b0
More memory legality checks (#3256)
* Add more memory legality checks

Includes the following new memory checks:
- 4: met in link-trade, allows all possible genlocs except dangerous place
- 7: successful fishing, allows fishable species in gen 6 and 8
- 9: paying attention to another mon, allows only available species for gen 8
- 29: encountering legendary Pokémon, only seen on Zacian, Zamazenta, Calyrex so far
- 32: riding a bike, only in genlocs where biking is possible
- 75: taken to Nursery and placed with a mon, allows only available species for gen 8

Unstubs lotto check and applies it to gen 6.

Co-Authored-By: Skadiv <62726360+Skadiv@users.noreply.github.com>
Co-Authored-By: Matt <17801814+sora10pls@users.noreply.github.com>

* Loto-ID only has one t

* Crown Shrine has another genloc outside

* Consistent Loto name for array

Co-authored-by: Skadiv <62726360+Skadiv@users.noreply.github.com>
Co-authored-by: Matt <17801814+sora10pls@users.noreply.github.com>
2021-09-12 12:01:45 -07:00
..
Ability Add IFixedAbilityNumber, hide vivillon region flags 2021-09-06 18:11:32 -07:00
Ball Trailing commas 2021-08-20 13:49:20 -07:00
Ribbons Condense some expressions 2021-08-22 01:26:28 -07:00
ConsoleRegionVerifier.cs this is not that 2020-12-21 17:12:39 -08:00
ContestStatVerifier.cs Flag contest stats if sheen is present on gen5+ origin 2021-02-27 20:02:18 -08:00
CXDVerifier.cs Trailing commas 2021-08-20 13:49:20 -07:00
EffortValueVerifier.cs Fracture the encounter matching checks to allow progressive validation (#3137) 2021-01-29 17:55:27 -08:00
FormVerifier.cs Minor fixes 2021-09-06 18:04:14 -07:00
GenderVerifier.cs Trailing commas 2021-08-20 13:49:20 -07:00
GroundTileVerifier.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
HistoryVerifier.cs Trailing commas 2021-08-20 13:49:20 -07:00
HyperTrainingVerifier.cs this is not that 2020-12-21 17:12:39 -08:00
IndividualValueVerifier.cs Make EncounterArea parent reference protected, expose properties 2021-07-30 14:05:23 -07:00
ItemVerifier.cs Trailing commas 2021-08-20 13:49:20 -07:00
LanguageVerifier.cs Use Generation property when available 2021-08-06 15:34:28 -07:00
LevelVerifier.cs Remove Tradeback state caching in PKM data 2021-08-20 15:59:54 -07:00
MarkVerifier.cs Trailing commas 2021-08-20 13:49:20 -07:00
MedalVerifier.cs moar is or 2020-12-25 12:30:26 -08:00
MemoryVerifier.cs More memory legality checks (#3256) 2021-09-12 12:01:45 -07:00
MiscVerifier.cs Remove Tradeback state caching in PKM data 2021-08-20 15:59:54 -07:00
NHarmoniaVerifier.cs Minor clean 2021-01-10 18:15:33 -08:00
NicknameVerifier.cs Minor clean 2021-08-20 13:42:25 -07:00
ParseSettings.cs Change defunct gen8 location memory setting to check 1% 2021-08-29 13:09:26 -07:00
PIDVerifier.cs Add properties for cleaner interaction 2021-09-07 15:31:54 -07:00
TrainerNameVerifier.cs Change interface for method call to less restricted 2021-07-13 18:22:04 -07:00
TransferVerifier.cs Remove Tradeback state caching in PKM data 2021-08-20 15:59:54 -07:00
Verifier.cs Target type'd new 2020-12-21 17:17:56 -08:00