- 465
- Posts
- 8
- Years
- Seen Jun 17, 2024
So, i plan to re-order my national dex, to get it out the way, but to not completely break it for old saves, i want to have something check if the species id is say 722-800 in the party or box, and change that species to 762-840, i know this is easy to do in the party iirc, but not sure of a way for the pc, i know you can get the pokemons species from the box and position, but not more than that.
so is there a way to do that? like im assuming "for box in" etc. then "for position in" etc. and if box and positions species.id >=722 & <= 800 then id + 40?
unsure here, if i can get pointers for party as i know its a bit funky, but its like $trainer.party[number].species or smth.
might have just answered it myself but felt i'd be best to ask!
so is there a way to do that? like im assuming "for box in" etc. then "for position in" etc. and if box and positions species.id >=722 & <= 800 then id + 40?
unsure here, if i can get pointers for party as i know its a bit funky, but its like $trainer.party[number].species or smth.
might have just answered it myself but felt i'd be best to ask!