mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
9a768dded3
Ruby & Sapphire had a bug that only looped when (rand) == 0 !!! instead of (rand & 7) == 0. End result is that the pkrs giving method yields strains 0 & 8 with 30/255 & 1/255 rarity. Gen2: z80 assembly does NOT work as intended, and has a separate bug that causes strains 9+ to never be obtainable. So close to a neat statistical separation. Revise the GUI to disable the events on field loading, and allow for selecting Strain0 w/ days !0. VC2->7 does not transfer pkrs; not that it matters since Gen3++ transfers can spread every strain. Thanks @SNBeast for clarification on Gen2's assembly logic and repro! Co-Authored-By: SNBeast <21327530+snbeast@users.noreply.github.com> |
||
---|---|---|
.. | ||
Enums | ||
HOME | ||
Interfaces | ||
Searching | ||
Shared | ||
Strings | ||
Util | ||
BK4.cs | ||
CK3.cs | ||
PA8.cs | ||
PB7.cs | ||
PB8.cs | ||
PK1.cs | ||
PK2.cs | ||
PK3.cs | ||
PK4.cs | ||
PK5.cs | ||
PK6.cs | ||
PK7.cs | ||
PK8.cs | ||
PK9.cs | ||
PKM.cs | ||
RK4.cs | ||
SK2.cs | ||
XK3.cs |