• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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

73
Posts
8
Years
    • Seen Apr 18, 2023
    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
     
    3
    Posts
    6
    Years
    • Seen Jan 14, 2021
    Are you using this script on a script tile? If so, make sure the the value is 4001.
     
    Back
    Top