- 27
- Posts
- 10
- Years
- The Primous Region
- Seen Jul 18, 2015
I want it to give me a murkrow but it's some how a latios when you recive the pokemon
heres the script:
#dynamic 0x800000
#org @start
checkflag 0x828
if 0x1 goto @done
msgbox @1 0x5
compare LASTRESULT 0x1
if 0x1 goto @take
msgbox @2 0x6
release
end
#org @take
givepokemon 0x198 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox @3 0x4
waitfanfare
closeonkeypress
setflag 0x828
msgbox @4 0x5
compare LASTRESULT 0x1
if 0x1 call @name
msgbox @5 0x6
fadescreen 0x1
fadescreen 0x0
hidesprite 0x800F
setflag 0x200
release
end
release
end
#org @name
call 0x1A74EB
return
#org @done
msgbox @6 0x6
release
end
#org @1
= A pokeball should i take it?
#org @2
= Meh
#org @3
= [black_fr]You received a Murkrow!
#org @4
= [black_fr]Would you like to give a\nnickname to Murkrow?
#org @5
= Please take care of\nMurkrow From:Dad.
#org @6
= I better take this pokeball\nnow
fadescreen 0x1
fadescreen 0x0
hidesprite 0x800F
setflag 0x200
release
end
I really need this to be fixed so can anyone please help fix my problem
heres the script:
#dynamic 0x800000
#org @start
checkflag 0x828
if 0x1 goto @done
msgbox @1 0x5
compare LASTRESULT 0x1
if 0x1 goto @take
msgbox @2 0x6
release
end
#org @take
givepokemon 0x198 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox @3 0x4
waitfanfare
closeonkeypress
setflag 0x828
msgbox @4 0x5
compare LASTRESULT 0x1
if 0x1 call @name
msgbox @5 0x6
fadescreen 0x1
fadescreen 0x0
hidesprite 0x800F
setflag 0x200
release
end
release
end
#org @name
call 0x1A74EB
return
#org @done
msgbox @6 0x6
release
end
#org @1
= A pokeball should i take it?
#org @2
= Meh
#org @3
= [black_fr]You received a Murkrow!
#org @4
= [black_fr]Would you like to give a\nnickname to Murkrow?
#org @5
= Please take care of\nMurkrow From:Dad.
#org @6
= I better take this pokeball\nnow
fadescreen 0x1
fadescreen 0x0
hidesprite 0x800F
setflag 0x200
release
end
I really need this to be fixed so can anyone please help fix my problem