- 57
- Posts
- 10
- Years
- Seen Jul 11, 2014
heres my script
#org 0x8745F28
'-----------------------------------
checkflag 0x444
if false jump 0x8745F3D ' Flag is unset
lock
faceplayer
msgbox 0x8745F7D ' Sorry!\nBut the Game...
callstd MSG_LOCK ' Built-in lock command
release
end
#org 0x8745F3D
'-----------------------------------
lock
faceplayer
showpokepic 0x1 0x0 0x3
msgbox 0x8745F9C ' Glad to see you agai...
callstd MSG_LOCK ' Built-in lock command
setflag RS_POKEDEX
msgbox 0x8746002 ' \v\h01 obtained GINO...
callstd MSG_LOCK ' Built-in lock command
msgbox 0x8746054 ' LANCEKOIJER: This on...
callstd MSG_LOCK ' Built-in lock command
setflag 0x860
msgbox 0x87460F2 ' SPEED BOOTS are now ...
additem POKEBALL 10
additem LUXURYBALL 2
additem POTION 5
msgbox 0x8746136 ' \v\h01 got POKEBALLS...
hidepokepic
release
end
#org 0x8745F7D
= Sorry!\nBut the Game\lends here!
#org 0x8745F9C
= Glad to see you again!\v\h01!\nYouve reached the PA LOUNGE\land I know you are strong enough\lto have these.
#org 0x8746002
= \v\h01 obtained GINOA DEX!!!\n\v\h01 put it on his POCKET!\lOh!\lIll set it to NATIONAL DEX.
#org 0x8746054
= LANCEKOIJER: This one too!
#org 0x87460F2
= SPEED BOOTS are now equipped!\nLANCEKOIJER:ITEMS will also help you!
#org 0x8746136
= \v\h01 got POKEBALLS, LUXURY BALLS\nand POTIONS\lThats all! Good luck!
It always show a messy color of the sprite.
#org 0x8745F28
'-----------------------------------
checkflag 0x444
if false jump 0x8745F3D ' Flag is unset
lock
faceplayer
msgbox 0x8745F7D ' Sorry!\nBut the Game...
callstd MSG_LOCK ' Built-in lock command
release
end
#org 0x8745F3D
'-----------------------------------
lock
faceplayer
showpokepic 0x1 0x0 0x3
msgbox 0x8745F9C ' Glad to see you agai...
callstd MSG_LOCK ' Built-in lock command
setflag RS_POKEDEX
msgbox 0x8746002 ' \v\h01 obtained GINO...
callstd MSG_LOCK ' Built-in lock command
msgbox 0x8746054 ' LANCEKOIJER: This on...
callstd MSG_LOCK ' Built-in lock command
setflag 0x860
msgbox 0x87460F2 ' SPEED BOOTS are now ...
additem POKEBALL 10
additem LUXURYBALL 2
additem POTION 5
msgbox 0x8746136 ' \v\h01 got POKEBALLS...
hidepokepic
release
end
#org 0x8745F7D
= Sorry!\nBut the Game\lends here!
#org 0x8745F9C
= Glad to see you again!\v\h01!\nYouve reached the PA LOUNGE\land I know you are strong enough\lto have these.
#org 0x8746002
= \v\h01 obtained GINOA DEX!!!\n\v\h01 put it on his POCKET!\lOh!\lIll set it to NATIONAL DEX.
#org 0x8746054
= LANCEKOIJER: This one too!
#org 0x87460F2
= SPEED BOOTS are now equipped!\nLANCEKOIJER:ITEMS will also help you!
#org 0x8746136
= \v\h01 got POKEBALLS, LUXURY BALLS\nand POTIONS\lThats all! Good luck!
It always show a messy color of the sprite.