Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Is it possible in Gen 3 to alter the Gym rosters matching your starter, just like what happens to the Rival roster. To keep the difficulty a bit higher ;) l
If anyone knows if it's possible and/or how let me know!
Yep and it's a pretty easy thing to do.
There's prolly more than 1 way to do it, but what quickly comes to mind it's a matter of setting 3 different flags, each on each script where the player can choose his starter.
Then, whenever you want an event to happen if the Player chose a specific starter, you just: checkflag 0xFlag if 0x1 goto @EventsChain
And then just keep going, writing whatever actions you want to happen.
In your case, you're also gonna need to make 3 different trainerbattles and use them however you want.