Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Uh Crazyninjaguy you can help if you want i'll pm you with the details later. AuRiOnsX6 you can make sprites just look at the first post for some required sprites. I'm going to form a team disccusion group later so keep an eye out for that. Tre_Al while the mapping for the first couple of routes is in progress please try to debug this script
Spoiler:
#org $start
message $find
boxset 6
checkflag 0x200
if B_true goto $done
checkgender
compare LASTRESULT 0x0
if b_true goto $boy
compare LASTRESULT 0x1
if b_true goto $girl
release
end
#org $boy
givepokemon 25 5 0
setflag 0x200
release
end
#org $girl
givepokemon 280 5 0
setflag 0x200
release
end
#org $find
$find 1 = Hey \v\h01 !\p Go find us some water!
And to all of you if you would rather contact me by email just pm me with yours and i'll give you mine
aw.. i think no one is helping us here...T~T...and oh..use the XSE do make scripts t helps us to debug the scripts you write...just find it on the toolbox section..
all right thanks guys let me try it out and see if it works!
Edit: I cant figure out where to download xse the search function isn't helping Edit Edit: Found it boy do I love google! Edit Edit Edit : when i have a give pokemon it says I am missing a #define or a parameter whats wrong?