HEXX5
The Enthusiest
- 6
- Posts
- 11
- Years
- In between this worm hole and the next
- Seen Jun 8, 2014
how do i make a person (pokeball) disapear after i pick it up... oh its a givepokemon script
#org 0x885D5B2
'-----------------------------------
lock
checkflag 0x1000
if true jump 0x885D5EC ' Flag is set
setflag FR_POKEMON
countpokemon
compare LASTRESULT 0x6
if == jump 0x885D5EE ' Equal To
addpokemon EEVEE 5 EVERSTONE 0x0 0x0 0x0
setflag 0x1000
storepokemon 0x0 EEVEE
message 0x885D69B ' Its your \v\h02!
fanfare 0x101
showmsg
waitfanfare
waitbutton
release
end
#org 0x885D5EC
'-----------------------------------
release
end
#org 0x885D5EE
'-----------------------------------
msgbox 0x885D5F8 ' You don't have enoug...
callstd MSG_NOCLOSE ' Non-closing message
release
' Release commands close any open messages
end
#org 0x885D69B
= Its your \v\h02!
#org 0x885D5F8
= You don't have enough room in your party.
#org 0x885D5B2
'-----------------------------------
lock
checkflag 0x1000
if true jump 0x885D5EC ' Flag is set
setflag FR_POKEMON
countpokemon
compare LASTRESULT 0x6
if == jump 0x885D5EE ' Equal To
addpokemon EEVEE 5 EVERSTONE 0x0 0x0 0x0
setflag 0x1000
storepokemon 0x0 EEVEE
message 0x885D69B ' Its your \v\h02!
fanfare 0x101
showmsg
waitfanfare
waitbutton
release
end
#org 0x885D5EC
'-----------------------------------
release
end
#org 0x885D5EE
'-----------------------------------
msgbox 0x885D5F8 ' You don't have enoug...
callstd MSG_NOCLOSE ' Non-closing message
release
' Release commands close any open messages
end
#org 0x885D69B
= Its your \v\h02!
#org 0x885D5F8
= You don't have enough room in your party.