• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
6
Years
    • Seen May 10, 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!
     

    Lunos

    Random Uruguayan User
    3,114
    Posts
    15
    Years
  • 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.
     
    5
    Posts
    6
    Years
    • Seen May 10, 2024
    @Lunos

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