- 16
- Posts
- 10
- Years
- Seen Nov 28, 2015
Here is the script.
#dynamic 0x800150
#org @start
applymovement 0x01 @walk1
msgbox @talk1 0x6
applymovement 0xFF @walk2
setflag 0x1
release
end
#org @talk1
= HEY!\pThere's a rare Bird Pokemon in\nthat tree! Don't come this way\luntil I'm done sketching it, okay?\p
#org @walk1
#raw 0x62
#raw 0xFE
#org @walk2
#raw 0x63
#raw 0x1F
#raw 0x1F
#raw 0xFE
I don't quite understand what I am doing wrong. Is there an issue with the flags or is the movement?
#dynamic 0x800150
#org @start
applymovement 0x01 @walk1
msgbox @talk1 0x6
applymovement 0xFF @walk2
setflag 0x1
release
end
#org @talk1
= HEY!\pThere's a rare Bird Pokemon in\nthat tree! Don't come this way\luntil I'm done sketching it, okay?\p
#org @walk1
#raw 0x62
#raw 0xFE
#org @walk2
#raw 0x63
#raw 0x1F
#raw 0x1F
#raw 0xFE
I don't quite understand what I am doing wrong. Is there an issue with the flags or is the movement?