- 6
- Posts
- 17
- Years
- Seen Mar 2, 2015
Pokedex give problem.
Hi,
I'm making a hack of leaf green.
This is my (poke)script:
It works fine: I get the pokemon, I can see my pokemon party and I get the pokedex.
But Suddenly I'm in safari mode..
And when I quit with the safari mode, I don't have a pokemon party and I don't have a pokedex.
Can anyone help me with this problem.
Hi,
I'm making a hack of leaf green.
This is my (poke)script:
Code:
#org $begin
lock
faceplayer
checkflag 0x299
if b_true goto $alreadygotone
message $wantpoke
$wantpoke 1 =Hey,\nI stole a pokemon from the proffesor\pDo you want it?
boxset 5
compare LASTRESULT 1
if 1 goto $geteevee
message $toobad
$toobad 1 =Fine I will keep this pokemon then!
boxset 6
release
end
#org $geteevee
lock
message $getone
$getone 1 =Quick!\nRun away!\pElse the proffesor might get you!
boxset 6
setflag 0x800
setflag 0x801
givepokemon 0x19 0x5 0x0
message $received
$received 1 =PLAYER received Pickachu!
boxset 6
setflag 0x299
release
end
#org $alreadygotone
lock
faceplayer
message $howsit
$howsit 1 =What are you still doing here?\nRun for the professor!
boxset 6
release
end
It works fine: I get the pokemon, I can see my pokemon party and I get the pokedex.
But Suddenly I'm in safari mode..
And when I quit with the safari mode, I don't have a pokemon party and I don't have a pokedex.
Can anyone help me with this problem.
Last edited: