PKHeX/PKHeX.Core/Legality/Restrictions
Kurt 6ea0d9f3bb Handle bank transferred memory feelings 5->6
Apparently they don't use the bit-permission table in Bank to get a random feeling, and instead just do rand(0,10).

Our logic to set a random feeling for bank transfers is still fine, because we set [0,10) within the bit table.
2021-08-25 10:37:53 -07:00
..
Memories Handle bank transferred memory feelings 5->6 2021-08-25 10:37:53 -07:00
EvolutionRestrictions.cs Minor tweaks 2021-06-03 12:04:19 -07:00
GBRestrictions.cs Remove Tradeback state caching in PKM data 2021-08-20 15:59:54 -07:00
ItemRestrictions.cs Trailing commas 2021-08-20 13:49:20 -07:00
Locale3DS.cs Trailing commas 2021-08-20 13:49:20 -07:00
Vivillon3DS.cs Add bounds check for API purposes 2021-08-19 18:59:24 -07:00
WordFilter.cs Use invariant culture for ToUpper/ToLower 2021-06-24 09:16:36 -07:00