PKHeX/PKHeX.Core/Legality/Encounters/Generator
Kurt 39f98a4a94 Misc qol updates
Check max case for level first, then iterate upwards (eliminates inner
if)
change wc* nature to sbyte (update comparisons, 0xFF too magic-y)
use Rand.Next(x) instead of (0, x)
2018-10-27 21:59:31 -07:00
..
EncounterEggGenerator.cs Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
EncounterFinder.cs Misc tweaks 2018-10-06 18:45:15 -07:00
EncounterGenerator.cs Add first shadow lock check 2018-10-21 21:07:33 -05:00
EncounterLinkGenerator.cs style updates 2018-09-14 22:37:47 -07:00
EncounterMovesetGenerator.cs Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
EncounterSlotGenerator.cs Misc qol updates 2018-10-27 21:59:31 -07:00
EncounterStaticGenerator.cs More gb restriction relocations 2018-10-10 16:32:02 -07:00
EncounterTradeGenerator.cs Misc parse settings reorg 2018-10-05 19:58:30 -07:00
MysteryGiftGenerator.cs Misc qol updates 2018-10-27 21:59:31 -07:00
PeekEnumerator.cs Misc style & minor tweaks 2018-08-02 20:11:42 -07:00