Gallant Knight Posted February 3, 2018 Posted February 3, 2018 So I've just updated PKHeX recently. And while I was editing my save I notice something strange. My Zygarde, who is still legit according to previous versions of PKHeX (and myself, since I caught it myself), is now illegal. Can I fix it? And uhh, I can't compile PKHeX on my own, so... Thank you. Error.zip
Gallant Knight Posted February 3, 2018 Author Posted February 3, 2018 Oh yeah, the .zip file contains the .pk7 file and a screenshot.
theSLAYER Posted February 3, 2018 Posted February 3, 2018 3 hours ago, Gallant Knight said: So I've just updated PKHeX recently. And while I was editing my save I notice something strange. My Zygarde, who is still legit according to previous versions of PKHeX (and myself, since I caught it myself), is now illegal. Can I fix it? And uhh, I can't compile PKHeX on my own, so... Thank you. Error.zip @Kaphotics unless I missed something, I think this is a bug. Zygarde AB 10% can be obtained at lv 63 at Route 16 as an in-game gift. It can be merged with the cells from Zygarde to become Power Construct, while maintaining it's original stats.
Kaphotics Posted February 3, 2018 Posted February 3, 2018 Current checking code (see last if check): internal static bool IsFormChangeable(PKM pkm, int species, int form) { if (FormChange.Contains(species)) return true; if (IsEvolvedFormChange(pkm)) return true; if (species == 718 && pkm.InhabitedGeneration(7) && form != 1) return true; return false; } Is Zygarde forme 0 (50% AB) still not convertible to PC? And is PC->AB not possible? Can update the check with more accurate restrictions..
JISN[064] Posted February 4, 2018 Posted February 4, 2018 (edited) 4 hours ago, Kaphotics said: And is PC->AB not possible? AFAIK once Zygarde gets PC, he can't get back AB anymore I mean, you can't put a PC Zygarde into the blender machine thing Edited February 4, 2018 by JISN[064]
theSLAYER Posted February 4, 2018 Posted February 4, 2018 I've made this image the other day, in preparation for the June Shiny. The only restricting elements are 1. AB 10 and AB 50 not interchangeable 2. PC cannot revert to AB 1
Kaphotics Posted February 4, 2018 Posted February 4, 2018 Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/14fc71a5d25574c4ecb378f0b65ddc584fb55bf7 Zygarde can be 50/10% PC from any original form, only if it has inhabited gen7(++). 1
theSLAYER Posted February 4, 2018 Posted February 4, 2018 1 hour ago, Kaphotics said: Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/14fc71a5d25574c4ecb378f0b65ddc584fb55bf7 Zygarde can be 50/10% PC from any original form, only if it has inhabited gen7(++). Gen 6 Zygarde can also be upgraded to PC (when inhabited Gen 7, yes)
Gallant Knight Posted February 5, 2018 Author Posted February 5, 2018 Now, all I need to do is wait until the next release, since I can't compile it on my own...
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