PKHeX/PKHeX.Core/Legality/Structures
Kurt 9ef2016d35 Encounter Learnset move duplication fix
a level 15/16 magmar has leer/smog twice in its learnset (at level 1 and
at actual levels); returning just the 4 previous learned moves at level
15/16 yields duplicates for Smog. [Smog, Leer, Fire Punch, Smog | Leer,
Ember]. By ignoring moves already added, the true movepool is acquired

also fix TradebackType getting overwritten at the end of the method (in
case of nontradeback like korean/egg)
2017-09-24 10:36:16 -07:00
..
CheckMoveResult.cs New legallity checks (#1196) 2017-06-06 20:10:05 -07:00
CheckResult.cs Refactor encounter matching 2017-05-27 21:17:57 -07:00
DexLevel.cs Refactoring 2017-06-17 18:37:19 -07:00
EggMoves.cs Refactoring 2017-06-17 18:37:19 -07:00
EncounterArea.cs Added check for pokeradar shiny grass patch 2017-07-07 13:53:21 +02:00
EncounterLink.cs Handle link gifts without ribbons 2017-07-14 20:42:51 -07:00
EncounterLock.cs Refactoring 2017-06-17 18:37:19 -07:00
EncounterSlot.cs Refactoring 2017-08-24 10:09:34 -07:00
EncounterStatic.cs Refactoring 2017-06-17 18:37:19 -07:00
EncounterTime.cs Refactoring 2017-07-06 17:01:29 -07:00
EncounterTrade.cs Add ranch ingame trades 2017-09-20 21:28:29 -07:00
EncounterType.cs Refactoring 2017-06-17 18:37:19 -07:00
EvolutionTree.cs More usum prep 2017-09-19 21:35:30 -07:00
GBEncounterData.cs Refactoring 2017-06-17 18:37:19 -07:00
IEncounterable.cs Refactoring 2017-07-29 11:54:52 -07:00
IGeneration.cs Refactoring 2017-06-17 18:37:19 -07:00
IMoveset.cs Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
Learnset.cs Encounter Learnset move duplication fix 2017-09-24 10:36:16 -07:00
Nature.cs Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
SlotType.cs Add feebas slot clone for mt coronet 2017-08-05 14:32:12 -07:00
TradebackType.cs Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
TreesArea.cs Refactoring 2017-07-31 17:09:16 -07:00
ValidEncounterMoves.cs Korean language restrictions 2017-09-23 20:46:10 +02:00