mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
5c7ef42b54
Closes #919 Properties fetched would return PKM.cs properties (not declared in XK3 or PK3), such as Hidden Power Type. The setter for Hidden Power type is unused everywhere, but was called via reflection on transfer away from xk3/ck3 format. This caused IVs to be tampered with in most cases. By only fetching Declared properties (ie, within XK3.cs only), only the 'real' shared properties will be transferred. Extending this to the batch editor, we can use this Declared-only filtering to grab more pkm formats. While things are being updated, throw in pk1/pk2/bk4/ck3/xk3 formats to the dropdown. |
||
---|---|---|
.. | ||
BatchEditor.cs | ||
BatchEditor.Designer.cs | ||
BatchEditor.resx | ||
MemoryAmie.cs | ||
MemoryAmie.Designer.cs | ||
MemoryAmie.resx | ||
RibbonEditor.cs | ||
RibbonEditor.Designer.cs | ||
RibbonEditor.resx | ||
SuperTrainingEditor.cs | ||
SuperTrainingEditor.Designer.cs | ||
SuperTrainingEditor.resx | ||
Text.cs | ||
Text.Designer.cs | ||
Text.resx |