PKHeX/PKHeX.Core/Editing/Applicators
Kurt 7e93bcfb61 Handle contest ribbon deadlock scenario
Contest Star needs all 5 ribbons; all 5 ribbons require contest star. Incrementally adding will fail on the last ribbon. Try setting both at the end.
When removing ribbons, attempt to remove the pair first, as the incremental removal will fail each time (contest star last).

#3061
2020-10-29 19:11:03 -07:00
..
BallApplicator.cs Clean up some method signatures 2020-06-16 21:46:22 -05:00
CatchRateApplicator.cs Abstract some gen1/2 encounter types from their parent class 2020-07-18 15:36:30 -05:00
GenderApplicator.cs Clean up some method signatures 2020-06-16 21:46:22 -05:00
HiddenPowerApplicator.cs Force Hidden Power IVs for format2 imports 2020-10-09 09:52:29 -07:00
MarkingApplicator.cs Split up portions of CommonEdits 2020-01-25 16:47:44 -08:00
MemoryApplicator.cs Split gen6/7 affection stats to interface 2020-08-02 11:06:30 -07:00
MoveApplicator.cs Clean up some method signatures 2020-06-16 21:46:22 -05:00
MoveSetApplicator.cs Misc tweaks for suggesting moves when IsEgg 2020-10-14 18:55:30 -07:00
RibbonApplicator.cs Handle contest ribbon deadlock scenario 2020-10-29 19:11:03 -07:00
TechnicalRecordApplicator.cs Split up portions of CommonEdits 2020-01-25 16:47:44 -08:00