- 25
- Posts
- 10
- Years
- Seen Aug 6, 2014
Hello Guys,
I am supernew in this forum and also to pokemon rom hacking and scripting.
I did manage to write a little Script. (Picture)
'---------------
#org 0x2DD34F
msgbox 0x82DD371 0x6 '"HEY YOU"
applymovement 0x7 0x82DD36C
waitmovement 0x2
msgbox 0x82DD37B 0x6 '"GOTCHA"
release
end
'---------
' Strings
'---------
#org 0x2DD371
= HEY YOU
#org 0x2DD37B
= GOTCHA
'-----------
' Movements
'-----------
#org 0x2DD36C
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0xFE 'End of Movements
However I can't get it to work, ingame the game just freezes and you can't move. The Music is running though.
The other female character next to the house is supposed to walk towards me and say something.
Hope you can help me with this :p
https://postimg.org/image/ibo9oftor/
I am supernew in this forum and also to pokemon rom hacking and scripting.
I did manage to write a little Script. (Picture)
Spoiler:
'---------------
#org 0x2DD34F
msgbox 0x82DD371 0x6 '"HEY YOU"
applymovement 0x7 0x82DD36C
waitmovement 0x2
msgbox 0x82DD37B 0x6 '"GOTCHA"
release
end
'---------
' Strings
'---------
#org 0x2DD371
= HEY YOU
#org 0x2DD37B
= GOTCHA
'-----------
' Movements
'-----------
#org 0x2DD36C
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0xFE 'End of Movements
However I can't get it to work, ingame the game just freezes and you can't move. The Music is running though.
The other female character next to the house is supposed to walk towards me and say something.
Hope you can help me with this :p
https://postimg.org/image/ibo9oftor/
Last edited: