Created
March 27, 2022 18:09
-
-
Save Rudo2204/77a5edc05a9e91f82892f13252558bca to your computer and use it in GitHub Desktop.
Batch Editor PKHeX to give pokemon status condition (useful for nuzlocke idk)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=OT_Name=Rosa | |
=Slot=6 | |
.Status_Condition=05 | |
First line will narrow down to the mons of trainer Rosa (for more accurate filter, use TID, which you can get from SAV -> Trainer Info) | |
=TID=23569 or whatever | |
Then second line will narrow down to the slot 6 (then click Party on top of the Batch Editor to apply to the slot 6 of the current party) | |
Then the third line will give it the status | |
1 = paralysis | |
2 = sleep | |
3 = freeze | |
4 = burn | |
5 = poison |
The .Status_Condition=05 line does not seem to work in my case π
It does not matter what value I provide for this, it will always apply sleep.
Notes: I am running Renegade Platinum, PKHeX is in cheat mode
EDIT: passing a value of 9999 makes the Pokemon poisoned, as well as asleep π to fix this just use an awakening on the targeted Pokemon and viola, it's poisoned! I haven't tested any other values so far, but for people who run into the same issue, here's a work around
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! I didn't think I'd find a gist for this, but it's been very helpful after the thread where I asked how to do this same thing at ProjectPokemon was deleted π