- 27
- Posts
- 10
- Years
- The Primous Region
- Seen Jul 18, 2015
I tryed to make a rival battle but it can't compile so can anyone please help?
Heres the script:
#dynamic 0x800000
#org @start
checkflag 0x828
if 0x1 goto @done
msgbox @1 0x6
applymovement 0x04 @move
waitmovement 0x0
applymovement 0xFF @move2
pause 0x30
msgbox @2 0x6
playsong 0x13E 0x0
trainerbattle 0x0 0x001 0x0 @before @after
waitmovement 0x0
fadesong 0x12C
applymovement 0x13 @move3
release
end
#org @done
release
end
#org @move
#raw 0x62
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE
#org @move2
#raw 0x03
#raw 0xFE
#org @move3
#raw 0x13
#raw 0x11
#raw 0x11
#org @before= \v\h06:Did you get a pokemon?\nYou did lets battle!
#org @after= \v\h06: That was a great battle!
#org @beaten well i better start my\nbye!
Heres the script:
#dynamic 0x800000
#org @start
checkflag 0x828
if 0x1 goto @done
msgbox @1 0x6
applymovement 0x04 @move
waitmovement 0x0
applymovement 0xFF @move2
pause 0x30
msgbox @2 0x6
playsong 0x13E 0x0
trainerbattle 0x0 0x001 0x0 @before @after
waitmovement 0x0
fadesong 0x12C
applymovement 0x13 @move3
release
end
#org @done
release
end
#org @move
#raw 0x62
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE
#org @move2
#raw 0x03
#raw 0xFE
#org @move3
#raw 0x13
#raw 0x11
#raw 0x11
#org @before= \v\h06:Did you get a pokemon?\nYou did lets battle!
#org @after= \v\h06: That was a great battle!
#org @beaten well i better start my\nbye!