PKHeX/PKHeX.Core/Legality
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
..
Areas Remove Tradeback state caching in PKM data 2021-08-20 15:59:54 -07:00
Encounters Fix HT know move memory deferral 2021-08-28 13:44:10 -07:00
Enums Condense some expressions 2021-08-22 01:26:28 -07:00
Evolutions Update EvolutionTree.cs 2021-08-28 14:44:07 -07:00
Formatting Extract legality report (invalids) methods 2021-08-06 16:12:11 -07:00
Learnset Add Breeding move ordering logic, and use in legality analysis (#3183) 2021-04-04 18:30:01 -07:00
Moves Allow HM moves in gen2-4 eggs 2021-08-28 13:54:58 -07:00
Restrictions Add Gen8 memory table data 2021-08-29 13:06:44 -07:00
RNG Condense into expression, add future-evo case 2021-08-22 00:06:02 -07:00
Structures Encounter visualization: Show ball and differentiate visually 2021-08-24 14:03:20 -07:00
Tables Allow HM moves in gen2-4 eggs 2021-08-28 13:54:58 -07:00
Verifiers Add misc memory checks for gen8 memID 42/51/70 args 2021-08-26 21:20:52 -07:00
BinLinker.cs Minor tweaks 2021-05-18 16:16:48 -07:00
Breeding.cs Permit gen1/2 format eggs to have eggmoves (GS) 2021-08-27 23:11:21 -07:00
BulkAnalysis.cs Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately (#3222) 2021-06-22 20:23:48 -07:00
BulkGenerator.cs Unify concepts with different names 2020-12-10 20:42:30 -08:00
Core.cs Trailing commas 2021-08-20 13:49:20 -07:00
LegalityAnalysis.cs Remove Tradeback state caching in PKM data 2021-08-20 15:59:54 -07:00
LegalityAnalyzers.cs Revise EncounterArea and EncounterType for clarity (#3228) 2021-06-29 20:58:06 -07:00
MoveList.cs Handle form changing for move memories 2021-08-14 20:20:13 -07:00
MoveListSuggest.cs Move min level check for gen1/2 closer to move adder 2021-07-22 21:25:15 -07:00