- 32
- Posts
- 11
- Years
- Seen Aug 27, 2018
So I needed to make a new script in Pkmn Emerald. I want to add a meteorite which will display a message and trigger a legendary pokemon battle with Jirachi. I keep getting an error. Any help would be awesome! Here is my script, not even sure if the 990F6Z space is a free space so if you could help me with that too, thanks.
'---------------
#dynamic 0x800000
#org 0x290F6F
lock
faceplayer
msgbox @990F6Z 0x6
checksound
cry 0x199 0x2
waitcry
wildbattle 0x199 0x3C 0x0
fadescreen 0x1
setflag 0x454
hidesprite LASTTALKED
fadescreen 0x0
release
end
'---------
' Strings
'---------
#org 0x990F6Z
= A meteorite is laying here.\nA POKéMON jumped out!
'---------------
#dynamic 0x800000
#org 0x290F6F
lock
faceplayer
msgbox @990F6Z 0x6
checksound
cry 0x199 0x2
waitcry
wildbattle 0x199 0x3C 0x0
fadescreen 0x1
setflag 0x454
hidesprite LASTTALKED
fadescreen 0x0
release
end
'---------
' Strings
'---------
#org 0x990F6Z
= A meteorite is laying here.\nA POKéMON jumped out!