- 6
- Posts
- 5
- Years
- Western New York
- Seen Jan 18, 2021
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:
And here are the parameters for the script and what happens when I run it:
Thank you for any amount of help you can give me!
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:
![[PokeCommunity.com] Help with map scripts [Emerald] [PokeCommunity.com] Help with map scripts [Emerald]](https://i.ibb.co/7Nvk2Np/Capture0.png)
![[PokeCommunity.com] Help with map scripts [Emerald] [PokeCommunity.com] Help with map scripts [Emerald]](https://i.ibb.co/Z88jDv4/capture.png)
![[PokeCommunity.com] Help with map scripts [Emerald] [PokeCommunity.com] Help with map scripts [Emerald]](https://i.ibb.co/7XCyWD2/Capture1.png)
Thank you for any amount of help you can give me!