PKHeX/PKHeX.Core/Legality/Restrictions
Kurt 1ac125d335 Add Gen8 memory table data
The middle table in poke_memory.prmb contains the analogue of Gen6's memory table data. All existing memory data is the same, with 20 memories added.

Feeling bitflags are the same as before, but as we've noticed, feeling 0 is not obtainable. All the feelings are value upshifted by 1. This is why the game shows a blank line for Gen6 Feeling-0, as that game was [0,23] not [1,24] for the span of feeling strings.

Memories with 1% chance are actually 0% due to how they if-abort in the game code. Nice bug, GameFreak! @Lusamine had previously committed the unobtainable memories, derived from the community's empirical data.
2021-08-29 13:06:44 -07:00
..
Memories Add Gen8 memory table data 2021-08-29 13:06:44 -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