• 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!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • 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.

Running shoes access

  • 3
    Posts
    2
    Years
    • Seen Nov 16, 2023
    Im trying to make a rom hack, and i want to make the player get all 8 gym badges and running shoes when they spawn in, but no matter how hard i try, it just dosent work, can somebody show me what to do please?
     
    Just add the scripts

    $player.has_running_shoes = true
    $player.badges[0] = true
    $player.badges[1] = true
    and so on, up to 7

    as a script into your intro section . The player will have the badges and running shoes from the begin.
     
    Back
    Top