• 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✓] Fire Red: Script Tile not working

Hello good folks. This is a bit of straightforward but noobish problem. I wrote the following script:
Spoiler:


And it is placed in a script tile that runs when variable 0x4054 has a value of 0. But once the player steps on the tile, the script executes normally but the player can't move afterwards. The bgm and other NPCs move just fine.

I feel like I missing out something obvious, I am just blind to notice.. Any help please? Thanks in advanced!
 
Last edited:
Hello good folks. This is a bit of straightforward but noobish problem. I wrote the following script:
Spoiler:


And it is placed in a script tile that runs when variable 0x4054 has a value of 0. But once the player steps on the tile, the script executes normally but the player can't move afterwards. The bgm and other NPCs move just fine.

I feel like I missing out something obvious, I am just blind to notice.. Any help please? Thanks in advanced!

Try replacing "waitmovement 0xFF" with "waitmovement 0x0".
 
Back
Top