Derlo
Tired....
- 135
- Posts
- 17
- Years
- Mossoró-RN-BR
- Seen May 17, 2023
>>>>>>>>>>>>>>TO ~*Pikafan*~
#org $begin
lock
faceplayer
checkflag 0x207
if 1 goto $done
message $ah
boxset 6
playsound 0xFFFF
#raw 0x33
applymovement 2 $mv1
pusemove 0
setflag 0x207
applymovement 2 $mv2
pausemove 0
message $well
boxset 6
playsound 0x13B
applymovement 4 $mv3
pausemove 0
message $here
boxset 6
fadesound
message $so
goto $getdex
#org $getdex
setflag 0x800
setflag 0x801
jingle
message $gotdex
boxset 6
givepokemon 179 5 8E
jingle
message $gotpoke
boxset 6
#raw 53
#raw XX <---- put here number of the person (POKEBALL).
#raw 00
message $namepoke
boxset 5
compare LASTRESULT 1
if 0 goto $sea
namepokemon
goto $sea
release
end
#org $ah
$ah 1 = Ah, there you are,\n\v\h01!\pHere, I have something for you.
#org $mv1
$mv1 1 ; #binary 0x13 0x13 0xFE
#org $mv2
$mv2 1 ; #binary 0x12 0x12 0x4A 0xFE
#org $well
$well 1 = Well, \v\h01, here\nis a pokemon in my hand.\pThis is no ordinary pokemon.\nIt is a new pokemon found in\pa different region. Its\nname is Shinx. I want you\pto take this pokemon and\ngo to the Seafoam Islands.\pLately, there have been some\nshady people around Seafoam Islands.\pI want you to go with\nmy friend..wait, where\pis he?
#org $mv3
$mv3 1 ; #binary 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0xFE
#org $here
$here 1 = Here I am!\nSorry, I was reading a book on\lthe shelf.\pSo, Professor, what is it?
#org $so
$so 1 = Now that you both are here,\nfirst I need to give you\lyour pokedexes. \pThen, \v\h01, I'll give you\nyour pokemon.\pHere, both of you, take these.
#org $gotdex
$gotdex 1 = You got the pokedex!
#org $gotpoke
$gotpoke 1 = You obtained a Shinx!
#org $namepoke
$namepoke 1 = Would you like to give Shinx a nickname?
#org $sea
$sea 1 = There's a boat waiting outside\nto take you to the Seafoam\lIslands.\p Before you go, go to the machine\nand get your pokedex upgraded.
#org $done
message $hey
$hey 1 = Hey \v\h01, how are you?
boxset 6
release
end
Last edited: