mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
1ac125d335
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. |
||
---|---|---|
.. | ||
Memories | ||
EvolutionRestrictions.cs | ||
GBRestrictions.cs | ||
ItemRestrictions.cs | ||
Locale3DS.cs | ||
Vivillon3DS.cs | ||
WordFilter.cs |