• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

[Other] Gen 3 alter Gym rosters

  • 5
    Posts
    7
    Years
    • Seen Aug 7, 2024
    Hi,

    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.
     
    @Lunos

    Thank you, didn't know it was just a matter of a few lines of code haha.
     
    Back
    Top