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.
[SOLVED]
What is wrong with this script below? I have it set to happen when I run over a certain tile, but when I run over that tile the game just freezes.
#dynamic 0x800000
#org @start
msgbox @woah 0x6
applymovement 0x01 @move1
waitmovement 0x01
msgbox @t1 0x6
applymovement 0x01 @move2...
Hi, I'm making a FireRed rom hack and I'd like to change where the player gets teleported when they white out. I'd also like to change the character who heals the player (I don't want it to be the mom or the pokecenter lady).
Does anyone know if there's a script I can write to accomplish this?