Ruby Genseki Posted November 1, 2017 Posted November 1, 2017 (edited) -Not sure if posted on the right forum. Please move if necessary- So, I started a Colosseum game and as soon as I was able to save, I opened the file via PKHeX, only to find out both my Umbreon and Espeon are flagged as illegal when I couldn't possibly have edited them. About Umbreon, the program stated the typical "PID-Encounter mismatch". About Espeon, it's "Encounter conditions-RNG Frame mismatch". If needed, here are the unedited files: 196 - ESPEON - C245B6B1134E.ck3 197 - UMBREON - 0D43FC6BC225.ck3 Edited November 1, 2017 by Ruby Genseki 1
Ruby Genseki Posted November 2, 2017 Author Posted November 2, 2017 (edited) Oh, well...I even considered the possibility of some bug in the game and since the illegal flag kinda bothered me I just restarted it in order to get a new pair! ^^U These new two are all right Edited November 2, 2017 by Ruby Genseki
theSLAYER Posted November 2, 2017 Posted November 2, 2017 21 minutes ago, Kaphotics said: frame calls: I know why Is it normal for the PID to the IVs to be that far apart? (The Espeon appears to match the IVs)
Kaphotics Posted November 2, 2017 Posted November 2, 2017 It's gender / shiny locks, the game requires the starters to be male & not shiny. Will have to update the checking routine to be a little more flexible... I didn't want to have to start using the nature lock code yet
Kaphotics Posted November 2, 2017 Posted November 2, 2017 Took awhile to get all the frames to line up, made a specialized routine to check them. https://github.com/kwsch/PKHeX/commit/495eb26740a52e78ef4e431a49ae8a2dbf3df48a Didn't use the already-made lock-unlock checks as those check to see if the locks pass for any origin seed; since we know the origin seed (derived from TID/SID), we can check directly. 1
Ruby Genseki Posted November 2, 2017 Author Posted November 2, 2017 Thinking about it...doesn't that mean RNGReporter'd have to be updated in order to match this "unique" PID type?
Kaphotics Posted November 2, 2017 Posted November 2, 2017 No, it's more of a "Method" like those in the main games.
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