PKHeX/PKHeX.Core/Legality/RNG
Kurt 25b217c53d Skip first iteration check of stop condition
Can unroll the loop, but would look more ugly :)
JIT will probably do it for us.

Fix <= to < for IVs
Inline temp var (start is unused after assigning to low)
2022-10-16 20:10:32 -07:00
..
Algorithms Skip first iteration check of stop condition 2022-10-16 20:10:32 -07:00
Frame Improve RNG frame detection for gen4 2022-09-30 19:26:59 -07:00
Locks Refactor RNG advance/reverse methods (#3579) 2022-09-04 12:03:37 -07:00
Methods Move files 2022-08-11 00:24:59 -07:00
MethodFinder.cs Refactor RNG advance/reverse methods (#3579) 2022-09-04 12:03:37 -07:00
PIDGenerator.cs Refactor RNG advance/reverse methods (#3579) 2022-09-04 12:03:37 -07:00
PIDIV.cs Remove childless xmldoc 2021-12-26 19:44:04 -08:00
PIDType.cs Refactor RNG advance/reverse methods (#3579) 2022-09-04 12:03:37 -07:00
RaidRNG.cs Add specialized struct for Moveset and IV specs (#3572) 2022-08-21 17:34:32 -07:00