PLAFiles Posted 3 hours ago Posted 3 hours ago (edited) I never had this error until I just updated my PKHeX. Previously, all showed just fine without errors. The fix is simply adding 1EXP to a Pokemon or removing all EVs. For Emerald and FR/LG, this only happens with Gen 1 Pokemon. I mentioned it a year or so ago, but I assume there's still no Batch Editor command to add X amount of EXP to a/all box/boxes? That would fix this exact thing for me right now instead of manually adding +1EXP to 151 Pokemon... EDIT: Ok, this is happening past Gen 3. Weirdly enough, the same exact Pokemon have a lot less errors in Gen 4, etc. But yeah, seems to be an issue with the Gen 1 Pokemon, as the rest are fine for every Gen past 1-3. Error is: Invalid: EVs: Individual EV without changing EXP cannot be greater than 100." Edited 3 hours ago by PLAFiles
Kaphotics Posted 1 hour ago Posted 1 hour ago 1 hour ago, PLAFiles said: The fix is simply adding 1EXP No it's not; how are EVs acquired, if not by vitamins? PKHeX only recently added a simple "nonzero EVs" sanity check, where to have any non-vitamin EVs, you should have gained experience as well. The amount of experience (minimum amount) isn't easy to calculate and isn't worth the time. The batch editor can be used to bump EXP easily with the improvements made in the past year: .CurrentLevel=30 -EXP=1 The above batch instruction sets all levels to 30, then decrements EXP by 1 (reducing its level to 29.9999). Useful for nuzlocking. You can do similar for adding EXP (using + instead of -), but again, just adding 1 EXP is not a "legal" workaround because 1 EXP is not enough for gaining many EVs. 1 hour ago, PLAFiles said: Individual EV without changing EXP cannot be greater than 100. The error message is pretty clear if you think about it
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