- 57
- Posts
- 10
- Years
- Seen Jul 11, 2014
Please help me
#dynamic 0x800000
#org @start
lock
faceplayer
checkflag 0x801
if 0x1 goto @give
msgbox @givepokemon 0x6
if 0x0 goto @set
release
end
#org @give
givepokemon 0x85 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox @received 0x4
waitfanfare
closeonkeypress
setflag 0x828
msgbox @Nickname
compare LASTRESULT 0x1
if 0x1 call @name
msgbox @Takegoodcare 0x6
release
end
#org @set
setflag 0x801
msgbox @what 0x6
release
end
#org @name
call 0x1A74EB
return
#org @givepokemon
= Hi! [player]! I have a pokemon\nhere!
#org @What
= What? You dont have yet pokemon\nmenu?
#org @received
= Thats your starter pokemon! An\nEEVEE!
#org @Nickname
= You know its fun to give your\npokemon a nickname! Would you like\lto give anickname on your new\lEEVEE?
#org @Takegoodcare
= When I was young! I met a strange\ntrainer and he said that I must\ltake good care on that Pokemon, I\lnever knew that Ill give it to a\lspecial trainer!
whats wrong with that?
#dynamic 0x800000
#org @start
lock
faceplayer
checkflag 0x801
if 0x1 goto @give
msgbox @givepokemon 0x6
if 0x0 goto @set
release
end
#org @give
givepokemon 0x85 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox @received 0x4
waitfanfare
closeonkeypress
setflag 0x828
msgbox @Nickname
compare LASTRESULT 0x1
if 0x1 call @name
msgbox @Takegoodcare 0x6
release
end
#org @set
setflag 0x801
msgbox @what 0x6
release
end
#org @name
call 0x1A74EB
return
#org @givepokemon
= Hi! [player]! I have a pokemon\nhere!
#org @What
= What? You dont have yet pokemon\nmenu?
#org @received
= Thats your starter pokemon! An\nEEVEE!
#org @Nickname
= You know its fun to give your\npokemon a nickname! Would you like\lto give anickname on your new\lEEVEE?
#org @Takegoodcare
= When I was young! I met a strange\ntrainer and he said that I must\ltake good care on that Pokemon, I\lnever knew that Ill give it to a\lspecial trainer!
whats wrong with that?