- 57
- Posts
- 10
- Years
- Seen Jul 11, 2014
Hey Guys, can you help me in my problems?
I used Advance MAp 1.92 and XSE v1.1.1
and I entered this script but when I test it in rom :Nothings happened........
This is the script:
#dynamic 0x800000
#org @start
checkflag 0x800
#define if 0x1 go to @done
msgbox @Wait 0x6
applymovement 0x09 @move
waitmovement 0x0
applymovement 0xFF @move2
pause 0x30
msgbox @Lab 0x6
playsong 0x13E 0x0
applymovement 0x09 @move3
applymovement 0xFF @move3
waitmovement 0x0
fadesong 0x12C
release
end
#org @done
release
end
#org @move
#raw 0x62
#raw 0x62
#raw 0x62
#raw 0x62
#raw 0x62
#raw 0xFE
#org @move2
#raw 0x56
#raw 0x00
#raw 0xFE
#org @move3
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0xFE
#org @Wait
= Slow down [player]!
#org @Lab
= You dont have pokemon yet!
Please tell to me whats wrong in my script......
I used Advance MAp 1.92 and XSE v1.1.1
and I entered this script but when I test it in rom :Nothings happened........
This is the script:
#dynamic 0x800000
#org @start
checkflag 0x800
#define if 0x1 go to @done
msgbox @Wait 0x6
applymovement 0x09 @move
waitmovement 0x0
applymovement 0xFF @move2
pause 0x30
msgbox @Lab 0x6
playsong 0x13E 0x0
applymovement 0x09 @move3
applymovement 0xFF @move3
waitmovement 0x0
fadesong 0x12C
release
end
#org @done
release
end
#org @move
#raw 0x62
#raw 0x62
#raw 0x62
#raw 0x62
#raw 0x62
#raw 0xFE
#org @move2
#raw 0x56
#raw 0x00
#raw 0xFE
#org @move3
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0xFE
#org @Wait
= Slow down [player]!
#org @Lab
= You dont have pokemon yet!
Please tell to me whats wrong in my script......