+Sneasel™
It's a meeee, itman!
- 1,032
- Posts
- 17
- Years
- Age 31
- None of your business!
- Seen Dec 29, 2009
What does it mean when you get this error?
![]()
EDIT: I doubt anyone wants to look at the script... lol... but here it is!
Spoiler:#org $start
checkflag 0x206
if b_true goto $alreadygotrainbowpass
checkflag 0x200
if b_true goto $200
checkflag 0x828
if b_true goto $828
message $1
boxset 6
checkflag 0x203
if b_true goto $203
checkflag 0x204
if b_true goto $204
checkflag 0x205
if b_true goto $205
release
end
#org $203
givepokemon 238 5 0
fanfare 0x13E
message $2
boxset 4
waitfanfare
#raw 0x68
message $3
boxset 5
compare LASTRESULT 0x1
if b_true goto $name
goto $dex
release
end
#org $204
givepokemon 239 5 0
fanfare 0x13E
message $6
boxset 4
waitfanfare
#raw 0x68
message $7
boxset 5
compare LASTRESULT 0x1
if b_true goto $name
goto $dex
release
end
#org $205
givepokemon 240 5 0
fanfare 0x13E
message $10
boxset 4
waitfanfare
#raw 0x68
message $11
boxset 5
compare LASTRESULT 0x1
if b_true goto $name
goto $dex
release
end
#org $200
message $13
boxset 6
giveitem 368 1
message $14
boxset 6
setflag 0x206
release
end
#org $828
message $15
boxset 6
release
end
#org $alreadygotrainbowpass
message $16
boxset 6
release
end
#org $name
call 0x1A74EB
return
#org $dex
setflag 0x828
message $17
boxset 6
applymovement 0x04 $move
pausemove 0x0
setflag 0x829
Special 0x16F
message $18
boxset 6
giveitem 4 5
message $19
boxset 6
release
end
#org $1
$1 1 =So you are the young detective that\nlives next door, eh?\lAre you trying to solve the mystery\lof Professor Oak?\lYou are? Well, in order to find the\lkiller, you will need to talk to\lthe witnesses, the gym leaders. How\lcan you do that? Well, you will\lneed to start a journey with\lpokemon. You'll need to travel to\lnew lands to meet the gym leaders.\lIt's not so easy as to just be able\lto walk to all the gyms. There are\lwild pokemon out there. Dangerous\lpokemon.\lI am also sure that the gym leaders\lare not going to give evidence to\leveryone. You'll need to gain their\lrespect, and assure them you can\lsolve the mystery. How can this be\ldone? Well, you'll need to defeat\lthem. They are all good friends,\land whoever it was who killed Oak,\lthey will not give out information.\lYou will need to make a deal with\lthem first. If you win they give\lyou a clue. This is how you are to\lfind out who killed professor Oak.\lUnderstood?\lGood.\lNow, you'll need a pokemon, won't\lyou? Luckly, in my old age I have\ltaken on pokemon breeding. I can\lgive you your first pokemon. Would you like one?
#org $2
$2 1 =You received a Smoochum!
#org $3
$3 1 =Would you like to give a nickname\nto Smoochum?
#org $6
$6 1 =You received an Elekid!
#org $7
$7 1 =Would you like to give a nickname\nto Elekid?
#org $10
$10 1 =You reveived a Magby!
#org $11
$11 1 =Would you like to give a nickname\nto Magby?
#org $13
$13 1 =Congratulations on saving Professor\nOak and becoming a famous\ldetective! For doing such a good\ljob, I got a little present for\lyou....
#org $14
$14 1 =That Rainbow Pass will allow you\naccess to a large island barely\lanyone has seen before. Go talk to\lthe sailor in Pina City. If you\lshow him this pass he will take you\lthere.
#org $15
$15 1 =Take good care of my pokemon and be\nsure to solve the mystery!
#org $16
$16 1 =Have you explored the new island\nyet?
#org $17
$17 1 =You will need to capture wild\npokemon and tame them so you can\lhave a bigger, stronger party.\lRight before Professor Oak was\lmurdered, he gave me this pokedex\lin order to record information I\lfind when breeding my pokemon. It\lwas always Oak's dream to record\ldata of all the pokemon in this\lregion on a pokedex. In respects to\lOak, I would like you to take this\lpokedex and record as much pokemon\ldata as you can. Here it is:
#org $18
$18 1 =You will also need pokeballs to\ncatch the wild pokemon in.
#org $19
$19 1 =Now go begin your journey as a\npokemon trainer and detective!\lSolve the mystery of who killed\lProfessor Oak!
#org $move
#raw 0x60 0xFE
^^I fixed the easy thing I saw wrong, if it still says that message, I will look harder, until then, try it.