Hawkinslone Posted October 19, 2019 Posted October 19, 2019 When I move(Party to Box / Box to Party) or delete pokemon from the party there is a problem: deleted/moved pokemon appears in party again and replace another one and this one disappear.
Kaphotics Posted October 19, 2019 Posted October 19, 2019 Thanks for reporting; I found that there's other issues with deleting a party slot for other versions too. Fixed in latest commits, so you'll have to wait for the next release. https://github.com/kwsch/PKHeX/commit/3b0fd81aae4a49a171b438846e09cc5d6a53eddc In the meantime, swap to occupied slots only. Clone things as placeholder if need be 1
paf Posted October 19, 2019 Posted October 19, 2019 another bug in pkhex is when transfering a pokemon with an item from gen 4 to 5 the item is going to gen 5 as well.
Kaphotics Posted October 19, 2019 Posted October 19, 2019 7 minutes ago, paf said: another bug in pkhex is when transfering a pokemon with an item from gen 4 to 5 the item is going to gen 5 as well. That's a user-experience benefit (my choice); to retain if possible. if (!Legal.HeldItems_BW.Contains((ushort)HeldItem)) { pk5.HeldItem = 0; // if valid, it's already copied } Will only delete the item if it's not a valid held item in Gen5. Would you want me to delete if it is not released? I don't like mixing in legality to the central pkm logic...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now