• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our 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.

[Script] How would I have the game automatically give the player running shoes at the beginning when they spawn? [Firered]

Momoro

I'm gonna put some dirt in your eye..
  • 269
    Posts
    5
    Years
    I would like to have the player be able to use running shoes at the beginning of the game, rather than walking slowly to the next town.

    How would I do this?

    Thanks :)
     
    - Open up Advance Map, navigate to the player's house (upper floor - spawn point).
    - Go to the "header" tab, add a type 03 level script which should look like this when compiled:

    #dynamic 0x800000
    #org @start
    setflag 0x82F
    end

    '------------------

    setflag 0x82F enables running shoes, and with a level script, they are going to be activated when the player spawns. (Note, this makes running shoes available outside only if you're using a regular game without mods that allow shoes to be used in buldings).
     
    Back
    Top