Alright, mind uploading your ROM Base EX?
BTW, I was practicing my Job, Route 1 for the Hack, and I did it with my Hack, Shiny Jade Tiles, here it is.... I wouldnt mind some Comments, too.
![]()
Sure, I'll edit the first thread, EX.Oh, and could my hack be added to the list Esmas?
Hmm... well, I guess you can do some of the small maps like Routes and stuff... Sure! You're in. I'll update the main post for 'ya.Name: Knox (Knoxius)
Skills: I can map, script, make Hack showcase thingies, but right now I am going to only show my map because my computer screwed up and I lost everything except the map
Proof: Sorry about the poor quality.. My image converter is...
![]()
My Hacks Showcase stuff
![]()
Contact possibilities: My msn is [email protected] or you can PM me
And so yeah I will post other proof later..
We'll start as soon as Milanor sends me the tiles... he's a bit late, but that's okay, we're not rushing, eh?When are we starting?
Sure, you can help out with some small Routes, too. We have a lot of mappers already. By the way, can you fix the font on the cache phrases on my post buttons? They're a bit hard to read...Alright Esmas, could I help a bit with mapping ;P.
I could change them a bit if you want.
#org $startscript
lock
faceplayer
checkflag 0x215
if 1 goto $done // Checks if the flag 215 is set, if true, when it will goto offset "done"
message $hi
$hi 1 = Hi! Do you want to have\na POKÉMON?\pI cant control it\nit is too powerful.
callstd 5 //Brings the yes/no box.
compare LASTRESULT 1
if 0 goto $no // if choose no, i will goto offset no, if choose yes it will continue.
message $Here
$Here 1 = Here you go!
callstd 6
givepokemon 131 30 0x0 // Gives the LAPRAS lvl30 with no item
message $lapras got
$lapras got 1 = \v\h01: Yaay, a LAPRAS!
callstd 6
setflag 0x215 // Sets flag 0x215.
release
end
#org $no
lock
faceplayer
message $nope
$nope 1 = Ahh ok.. \pcome back is you change your\nmind.
release
end
#org $done
message $later
$later 1 = Do you have any control\nof the LAPRAS I\pgave you?
callstd 6
release
end