• 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] Help with map scripts [Emerald]

  • 6
    Posts
    4
    Years
    Hey, I'm having trouble with a map script for Pokemon Emerald. When I run the script it plays normally, but then runs on to other code and starts spewing gibberish in the textbox. The code is below:

    Code:
    '---------------
    #org 0x803B16
    msgbox 0x8804825 MSG_NORMAL '"Hi there!"
    setvar 0x4051 0x1
    end
    
    
    '---------
    ' Strings
    '---------
    #org 0x804825
    = Hi there!

    And here are the parameters for the script and what happens when I run it:
    Help with map scripts [Emerald]

    Help with map scripts [Emerald]

    Help with map scripts [Emerald]



    Thank you for any amount of help you can give me!
     
  • 993
    Posts
    4
    Years
    Hey, I'm having trouble with a map script for Pokemon Emerald. When I run the script it plays normally, but then runs on to other code and starts spewing gibberish in the textbox. The code is below:

    Code:
    '---------------
    #org 0x803B16
    msgbox 0x8804825 MSG_NORMAL '"Hi there!"
    setvar 0x4051 0x1
    end
    
    
    '---------
    ' Strings
    '---------
    #org 0x804825
    = Hi there!

    And here are the parameters for the script and what happens when I run it:
    Help with map scripts [Emerald]

    Help with map scripts [Emerald]

    Help with map scripts [Emerald]



    Thank you for any amount of help you can give me!

    I see that it is a level script. But have you done the necessary steps required to produce a level script?
     
    Back
    Top