Neti
Inactive
- 1,516
- Posts
- 17
- Years
- Age 33
- Cologne, Germany
- Seen Feb 7, 2021
nice^^ i just inserted all the maps into the latest patch and created a new one.
so if you want to have it just tell me
so if you want to have it just tell me
#org $begin
lock
checkflag 0x828
if B_true goto $got
#raw 0x75 0x25 0x00 0x0A 0x03
message $vulpix
$vulpix 1 = It's vulpix, the firepokemon.\nDo you want to take it?
boxset 5
compare lastresult 0x1
#raw 0x76
if B_true goto $take
release
end
#org $take
givepokemon 37 5 0
#raw 0x53 0x04 0x00
jingle
setflag 0x828
setflag 0x240
message $gotnow
$gotnow 1 = You received a vulpix.\nDo you want to name it?
boxset 5
compare lastresult 0x1
if B_false goto $end
namepokemon
goto $end
#org $got
lock
cry 0xA1 37
nop
nop
release
end
#org $end
message $goodluck
$goodluck 1 = I hope you'll enjoy the journey\nwith vulpix!
boxset 6
release
end
#org $begin
lock
checkflag 0x828
if B_true goto $got
#raw 0x75 0x3A 0x00 0x0A 0x03
message $growlite
$growlite 1 = It's growlite, the firepokemon.\nDo you want to take it?
boxset 5
compare lastresult 0x1
#raw 0x76
if B_true goto $take
release
end
#org $take
givepokemon 58 5 0
#raw 0x53 0x05 0x00
jingle
setflag 0x828
setflag 0x231
message $gotnow
$gotnow 1 = You received a growlite.\nDo you want to name it?
boxset 5
compare lastresult 0x1
if B_false goto $end
namepokemon
goto $end
#org $got
lock
cry 0xA1 58
nop
nop
release
end
#org $end
message $goodluck
$goodluck 1 = I hope you'll enjoy the journey\nwith growlite!
boxset 6
release
end
#org $begin
lock
checkflag 0x828
if B_true goto $got
#raw 0x75 0xE4 0x00 0x0A 0x03
message $houndour
$houndour 1 = It's houndour, the firepokemon.\nDo you want to take it?
boxset 5
compare lastresult 0x1
#raw 0x76
if B_true goto $take
release
end
#org $take
givepokemon 228 5 0
#raw 0x53 0x06 0x00
jingle
setflag 0x828
setflag 0x232
message $gotnow
$gotnow 1 = You received a houndour.\nDo you want to name it?
boxset 5
compare lastresult 0x1
if B_false goto $end
namepokemon
goto $end
#org $got
lock
cry 0xA1 228
nop
nop
release
end
#org $end
message $goodluck
$goodluck 1 = I hope you'll enjoy the journey\nwith houndour!
boxset 6
release
end