#org $begin
checkflag 0x235
if B_true goto $done
lock
message $poke
$poke 1 = Looks like this Spearow belongs\nto a trainer. It's wearing a \lbracelet.\pWell, now it's ours!
boxset 6
applymovement 0xFF $move
pausemove 0x0
message $no
$no 1 = Hey, let this Spearow be!\nIt would be larceny to take it.
boxset 6
applymovement 0x02 $move2
applymovement 0x03 $move2
pause 0x30
applymovement 0x02 $move3
applymovement 0x03 $move3
pausemove 0x0
message $child
$child 1 = Oh, look what we have here!\nA little child trying to\lforbid us something.\pWe are two grown-ups, you are\nalone. So what do you want\lto do?
boxset 6
applymovement 0x05 $move4
pausemove 0x0
message $help
$help 1 = Now we are two childs.\nReady for a fight?
boxset 6
applymovement 0x02 $move5
applymovement 0x03 $move5
pausemove 0x0
message $oh
$oh 1 = WHAT?\nWhen did she appear?\lAllright then, we will show you\lwhat it is like to fight against\lgrown-ups!
boxset 6
applymovement 0x03 $move6
pausemove 0x0
trainerbattle 0 0x0001
message $beaten
$beaten 1 = WHAT?\nThis can't be, I was sure\lwe would win. come on, let's\lgo.This is so embarassing...
boxset 6
applymovement 0x02 $move7
applymovement 0x03 $move8
pausemove 0x0
#raw 0x53 0x02 0x00
#raw 0x53 0x03 0x00
setflag 0x235
applymovement 0x05 $move9
pausemove 0x0
message $hi
$hi 1 = Hello, my name is ?.\nIt was really brave to stop\lthis people, but you shouldn't\ldo this alone.\pHowever, nice to meet you.
boxset 6
#raw 0xCA
message $ring
$ring 1 = Rrrrrrrrrrrrrrrrrrrring.
boxset 6
#raw 0xCB
message $telephone
$telephone 1 = Damn...can't this wait\na little?\lOkay I'll be here on time..\pI'm sorry, I have to go now.\nBut I'm sure we'll meet again.
boxset 6
applymovement 0x05 $move10
pausemove 0x0
#raw 0x53 0x05 0x00
setflag 0x236
applymovement 0x04 $move11
pause 0x30
applymovement 0x04 $move12
pausemove 0x0
#raw 0x53 0x04 0x00
setflag 0x237
release
end
#org $move
#raw 0x10 0x13 0x13 0xFE
#org $move2
#raw 0x63 0xFE
#org $move3
#raw 0x02 0xFE
#org $move4
#raw 0x12 0x12 0x12 0x10 0x14 0x12 0x12 0x12 0xFE
#org $move5
#raw 0x55 0xFE
#org $move6
#raw 0x02 0xFE
#org $move7
#raw 0x10 0x10 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0xFE
#org $move8
#raw 0x10 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0xFE
#org $move9
#raw 0x12 0x12 0x12 0xFE
#org $move10
#raw 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x10 0x10 0x13 0x13 0xFE
#org $move11
#raw 0x63 0xFE
#org $move12
#raw 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0xFE
#org $done
release
end