• 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!
  • Scottie, Todd, Serena, Kris - 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] Need Help with This Script

So I need to know if anything looks wrong about this script to anyone. I thought I did everything right but the game just freezes before anything happens. I'm basically trying to get the Prof to chase me and give me my Pokedex. Please help.

#dynamic 0x800B1D

#org @start
playsong 0x11A 0x0
msgbox @talk0 0x6
applymovement 6 @walk1
waitmovement 6
applymovement 0xFF @walk2
waitmovement 0xFF
lock
faceplayer
setflag 0x829
special 0x16F
msgbox @talk1 0x6
fanfare 0x13E
msgbox @talk2 0x6
waitfanfare
msgbox @talk3 0x4
closeonkeypress
fadescreen 1
hidesprite 0x1
setflag 0x1208
fadescreen 0
release
end

#org @talk0
= WAIT!

#org @talk1
= Before you leave on your journey,\ntake this!

#org @talk2
= \v\h01 recieved a Pokedex!

#org @talk3
= Good luck! Try and learn something about that Jirachi!

#org @walk1
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE

#org @walk2
#raw 0x62
#raw 0x3
#raw 0xFE
 
Are you using this script on a script tile? If so, make sure the the value is 4001.
 
Back
Top