That would be great! Its Konrad4th@gmail.com.
I merged all of the new Pokemon data into the main file and in order, but I have noticed that the information for all of the new Pokemon is almost identical to sandshrew. Most of it is data for the pokedex, but some other important stuff will have to be changed.
Here's an example of how the data is set up:
Code:
[1]
Name=VENAP
InternalName=VENAP
Kind=MOUSE ~
Pokedex=When it curls up in a ball, it can make any attack bounce off harmlessly. Its hide has turned tough and solid as a result of living in the desert. ~
Type1=GRASS
BaseStats=60,40,54,65,54,45
Rareness=255 ~
BaseEXP=93 ~
Happiness=70 ~
GrowthRate=Medium ~
StepsToHatch=5120 ~
Color=Yellow ~
Habitat=RoughTerrain ~
EffortPoints=0,0,1,0,0,0 ~
Abilities=SANDVEIL ~
Compatibility=5,5 ~
Height=0.6 ~
Weight=12.0 ~
GenderRate=Female50Percent ~
Moves=1,SCRATCH,6,DEFENSECURL,11,SANDATTACK,17,POISONSTING,23,SLASH,30,SWIFT,37,FURYSWIPES,45,SANDTOMB,53,SANDSTORM ~
EggMoves=FLAIL,SAFEGUARD,COUNTER,RAPIDSPIN,ROCKSLIDE,METALCLAW,SWORDSDANCE,CRUSHCLAW ~
Evolutions=SANDSLASH,Level,22 ~
BattlerPlayerY=14
BattlerEnemyY=15
BattlerAltitude=0
I tagged all the questionable data with a ~. The only fields not straightforward are compatibility, which is for egg groups/breeding, and kind, which shows up in the pokedex (for example, bulbasaur is the seed Pokemon).
Also, none of the older pokemon have any data changed, including move pools and evolutions. I'll be looking up all of the missing data and entering where necessary.