Hey all, I'm trying to figure out how to make my Pokemon change forms. I've been dabbling with the following guide:
https://www.pokecommunity.com/posts/8513813/
This basically evolves one pokemon in your party and skips the evolution animation. Perfect for rotating my deoxys forms, however I'm having issues executing the script with XSE..
Right now, whatever I set into 0x8001 will be the slot of the pokemon that evolves, however, I need the game to check if I have deoxys, and only evolve (form change) Deoxys if he's in my party. This means i think i need the game to give me Deoxys' slot number so that the script can copy it and evolve the pokemon in that slot number.
I might be making this too complicated for myself, but if anyone knows how I can get this to work it'd be greatly appreciated.
https://www.pokecommunity.com/posts/8513813/
This basically evolves one pokemon in your party and skips the evolution animation. Perfect for rotating my deoxys forms, however I'm having issues executing the script with XSE..
Right now, whatever I set into 0x8001 will be the slot of the pokemon that evolves, however, I need the game to check if I have deoxys, and only evolve (form change) Deoxys if he's in my party. This means i think i need the game to give me Deoxys' slot number so that the script can copy it and evolve the pokemon in that slot number.
I might be making this too complicated for myself, but if anyone knows how I can get this to work it'd be greatly appreciated.