BazTheProgrammer
Working on a Pokemon ROM hack I hope to release it
- 16
- Posts
- 10
- Years
- Age 23
- Australia
- Seen May 17, 2016
Hi, sorry if I post this in the wrong place I am new to the forums and I am just getting used to it. Anyway what I am trying to do is make this script work and only happen once. So here is what I have done so far.
#dynamic 0xOFFSET
#org @main
checkflag 0x100
if 0x0 goto @move
applymovement 0x[PERSON ID] @move
waitmovement 0x0
msgbox 0x6 @talk
release
end
#org @move
#raw 0x13
#raw 0x10
#raw 0x62
#raw 0xFE
setflag 0x100
#org @talk
= Oh, Hi! I was about to come wake\nyou up!\pCome down stairs I have a\nsurprise
If I am doing anything wrong please correct me.
Thanks in advanced,
Baz
#dynamic 0xOFFSET
#org @main
checkflag 0x100
if 0x0 goto @move
applymovement 0x[PERSON ID] @move
waitmovement 0x0
msgbox 0x6 @talk
release
end
#org @move
#raw 0x13
#raw 0x10
#raw 0x62
#raw 0xFE
setflag 0x100
#org @talk
= Oh, Hi! I was about to come wake\nyou up!\pCome down stairs I have a\nsurprise
If I am doing anything wrong please correct me.
Thanks in advanced,
Baz