The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   Pokémon Essentials (https://www.pokecommunity.com/forumdisplay.php?f=244)
-   -   Error when adding new species (https://www.pokecommunity.com/showthread.php?t=302287)

RyanReffell May 28th, 2013 12:44 AM

Error when adding new species
 
Creating a new pokemon game, using 100-115 brand new originals.
Did 3 to test and seemed to work fine, but started adding in more and now i am getting this message:
Exception: RuntimeError
Message: Bad line syntax (expected syntax like XXX=YYY)
File PBS/pokemon.txt, section 5, key WildItemRare


Compiler:1563:in `pbEachFileSectionEx'
Compiler:1546:in `each_line'
Compiler:1546:in `pbEachFileSectionEx'
Compiler:1584:in `pbEachFileSection'
Compiler:2078:in `pbCompilePokemonData'
Compiler:2076:in `open'
Compiler:2076:in `pbCompilePokemonData'
Compiler:3811:in `pbCompileAllData'
Compiler:3939

can anyone help with this at all?

thor348 May 28th, 2013 5:00 PM

Quote:

Originally Posted by RyanReffell (Post 7678949)
Creating a new pokemon game, using 100-115 brand new originals.
Did 3 to test and seemed to work fine, but started adding in more and now i am getting this message:
Exception: RuntimeError
Message: Bad line syntax (expected syntax like XXX=YYY)
File PBS/pokemon.txt, section 5, key WildItemRare


Compiler:1563:in `pbEachFileSectionEx'
Compiler:1546:in `each_line'
Compiler:1546:in `pbEachFileSectionEx'
Compiler:1584:in `pbEachFileSection'
Compiler:2078:in `pbCompilePokemonData'
Compiler:2076:in `open'
Compiler:2076:in `pbCompilePokemonData'
Compiler:3811:in `pbCompileAllData'
Compiler:3939

can anyone help with this at all?

I would make sure that if you're adding pokémon species, you add the sprites for them in the Graphics/Battlers directory. You will need to do so in the correct format. You also need to make sure there aren't any mistakes in the pokémon.txt. For me it is usually a stupid comma somewhere. Cross check the format with other pokémon already programmed in. Also, the dex number could be switched, they use XXX format. Hope I helped.

Here is the URL to the essentials page to help you out:
http://pokemonessentials.wikia.com/wiki/Defining_a_species

RyanReffell May 30th, 2013 1:45 AM

thank you very much for your help. the link is very informative.
I have looked over the whole of 'section 12' which i presume is the pokemon [12] that will be on the list?
i've even re-copied and edited the example but don't understand what the error is? it keeps mentioning the 'wilditemrare' but this is optional and i have taken off so it isn't even there???

*confused.com haha*

Nickalooose May 30th, 2013 2:36 AM

The problem with errors from pokemon.txt, is that they are never as specific as they should be.
The problem could possibly be --->after<--- Pokémon 12... What it's saying is, the game expects WILDITEMRARE... The error could be something simple as
TYPE1=FRIE
or
TYPE=FIRE
or as complicated as missing a line, like base stats.
You will have to check over all your newly added Pokémon... Make sure they all have the correct spelling and lines, obviously the optional stuff isn't necessary.

RyanReffell May 30th, 2013 3:45 AM

Thank you for your help, and you are probably right, it may be a comma somewhere.
I have been looking for hours and still cannot find anything different from the working lines to these - cross checked them and checked spelling of all moves, abilities and repetition of name usage for individual pokemon.
All of them were copied/paste and then edit from working ones too.

The 'WILDITEMRARE' is still bugging me though as I keep feeling like I need to put that it to shut it up!!!

Nickalooose May 30th, 2013 4:42 AM

Attach your pokemon.txt! I'll have a look.

Maruno May 30th, 2013 7:10 AM

It mentions WildItemRare because that's the last property defined in the compiler scripts. Don't worry about it. What it means is that it's not found a property that needs to exist, or something has a typo.

The section number itself is also a bit of a touchy issue. It might be 12, it might be 11 or 13 (yes, it refers to the stuff immediately after the line with that number in square brackets). I've never really gotten the hang of how those error messages work, but at least they're better than nothing.

RyanReffell May 31st, 2013 4:06 AM

Below is what I've got down so far and just been going over it before adding anything else

Spoiler:
[1]
Name=FERRAFLAME
InternalName=FERRAFLAME
Kind=Fire
Pokedex=FERRAFLAME are often difficult to catch in the wild and even harder to tame due to their generally untrusting nature.
Type1=FIRE
BaseStats=50,49,52,48,54,50
Rareness=39
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=White
EffortPoints=0,0,0,0,2,0
Abilities=BLAZE
Compatibility=2,7
Height=2.1
Weight=50.0
GenderRate=Genderless
Moves=1,SCRATCH,1,GROWL,5,SANDATTACK,10,EMBER,13,LEER,17,TAKEDOWN,23,FLAMEWHEEL,29,DOUBLETEAM,36,FLAMETHROWER,41,SKULLBASH
Evolutions=FERRABLAZE,Level,21
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[2]
Name=FERRABLAZE
InternalName=FERRABLAZE
Kind=Fire
Pokedex=FERRABLAZE can use their strong hind legs to reach for fruit from tall branches. Their special attack is Flamewheel.
Type1=FIRE
BaseStats=65,59,68,62,65,61
Rareness=29
BaseEXP=139
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=White
EffortPoints=3,0,0,0,0,0
Abilities=BLAZE
Compatibility=2,7
Height=3.9
Weight=78.0
GenderRate=Genderless
Moves=1,SCRATCH,5,SANDATTACK,10,EMBER,13,LEER,17,TAKEDOWN,28,FLAMEWHEEL,33,DOUBLETEAM,39,FLAMETHROWER,48,SKULLBASH
Evolutions=TERRABLAZE,Level,37
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[3]
Name=TERRABLAZE
InternalName=TERRABLAZE
Kind=Fire
Pokedex=This pokemon can be very temperamental if not trained correctly. TERRABLAZE can increase their flaming body parts up to three times their standard size.
Type1=FIRE
BaseStats=85,79,79,78,85,79
Rareness=22
BaseEXP=219
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=White
EffortPoints=3,0,0,0,0,0
Abilities=BLAZE
Compatibility=2,7
Height=3.9
Weight=149.0
GenderRate=Genderless
Moves=1,SCRATCH,5,SANDATTACK,10,EMBER,13,LEER,17,TAKEDOWN,28,FLAMEWHEEL,33,DOUBLETEAM,43,FLAMETHROWER,52,SKULLBASH
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[4]
Name=PLATISU
InternalName=PLATISU
Kind=Water
Pokedex=PLATISU can often be found living near rivers and lakes.
Type1=WATER
BaseStats=42,51,42,48,54,50
Rareness=49
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Blue
EffortPoints=0,0,0,0,2,0
Abilities=TORRENT
Compatibility=2,7
Height=1.4
Weight=45.0
GenderRate=Genderless
Moves=1,SCRATCH,2,TAILWHIP,9,WATERGUN,13,LEER,18,SLASH,24,BUBBLEBEAM,28,DOUBLEKICK,34,WATERPULSE,39,SCREECH,47,HYDROPUMP
Evolutions=PLATIQUA,Level,22
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[5]
Name=PLATIQUA
InternalName=PLATIQUA
Kind=Water
Pokedex=PLATIQUA can swim for up to three days without rest when migrating.
Type1=WATER
BaseStats=57,58,58,64,66,60
Rareness=49
BaseEXP=109
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Blue
EffortPoints=0,0,0,0,2,0
Abilities=TORRENT
Compatibility=2,7
Height=3.4
Weight=95.0
GenderRate=Genderless
Moves=1,SCRATCH,1,TAILWHIP,9,WATERGUN,13,LEER,18,SLASH,27,BUBBLEBEAM,32,DOUBLEKICK,37,WATERPULSE,43,SCREECH,50,HYDROPUMP
Evolutions=PLATIDIQUA,Level,35
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[6]
Name=PLATIDIQUA
InternalName=PLATIDIQUA
Kind=Water
Pokedex=PLATIDIQUA can swim at awesome speeds and produce strong hydro-jet streams using their extended bills.
Type1=WATER
BaseStats=69,78,81,78,81,79
Rareness=40
BaseEXP=209
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Blue
EffortPoints=0,0,0,0,2,0
Abilities=TORRENT
Compatibility=2,7
Height=6.4
Weight=195.0
GenderRate=Genderless
Moves=1,SCRATCH,2,TAILWHIP,9,WATERGUN,13,LEER,18,SLASH,27,BUBBLEBEAM,32,DOUBLEKICK,39,WATERPULSE,45,SCREECH,54,HYDROPUMP
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[7]
Name=KULIF
InternalName=KULIF
Kind=Grass
Pokedex=KULIF use their giant leaf to shield themselves from bad weather and absorb sunlight.
Type1=GRASS
BaseStats=42,40,53,45,50,50
Rareness=49
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,0,2,0,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=2.4
Weight=65.0
GenderRate=Genderless
Moves=1,TACKLE,1,GROWL,9,VINEWHIP,13,LEECHSEED,18,GROWTH,24,RAZORLEAF,28,TAKEDOWN,34,MEGADRAIN,39,GROWTH,47,SOLARBEAM
Evolutions=KAAKUSA,Level,22
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[8]
Name=KAAKUSA
InternalName=KAAKUSA
Kind=Grass
Pokedex=Often travel in herds and can use their long vines to reach fruit at the top of the tallest tree.
Type1=GRASS
BaseStats=50,55,69,55,62,62
Rareness=49
BaseEXP=159
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,0,2,0,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=4.5
Weight=135.0
GenderRate=Genderless
Moves=1,TACKLE,1,GROWL,9,VINEWHIP,13,LEECHSEED,18,GROWTH,28,RAZORLEAF,33,TAKEDOWN,37,MEGADRAIN,42,GROWTH,49,SOLARBEAM
Evolutions=KUSADEN,Level,35
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[9]
Name=KUSADEN
InternalName=KUSADEN
Kind=Grass
Pokedex=Can use their heavy weight to create powerful stomps and body slam attacks
Type1=GRASS
BaseStats=60,75,82,65,72,72
Rareness=49
BaseEXP=209
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,0,2,0,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=6.1
Weight=255.0
GenderRate=Genderless
Moves=1,TACKLE,1,GROWL,9,VINEWHIP,13,LEECHSEED,18,GROWTH,28,RAZORLEAF,33,TAKEDOWN,41,MEGADRAIN,47,GROWTH,55,SOLARBEAM
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[10]
Name=DREAMFLAKE
InternalName=DREAMFLAKE
Kind=Ice
Pokedex=Blend in with snowflakes so well they often go unnoticed.
Type1=ICE
BaseStats=40,45,35,37,41,32
Rareness=49
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,1,0,0,1,0
Abilities=RAINDISH
Compatibility=2,7
Height=1.2
Weight=09.0
GenderRate=Genderless
Moves=1,SWIFT,8,POWDERSNOW,13,HAZE,18,MIST,22,ICYWIND,25,MINIMIZE,32,ICEBEAM,37,PROTECT,42,BLIZZARD
Evolutions=ZERODEM,Level,30
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[11]
Name=ZERODEM
InternalName=ZERODEM
Kind=Ice
Pokedex=A tough Pokemon that loves to battle. ZERODEM are always seen alone.
Type1=ICE
TYPE2=FIGHTING
BaseStats=58,62,41,42,55,40
Rareness=49
BaseEXP=109
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,2,0,0,1,0
Abilities=RAINDISH
Compatibility=2,7
Height=3.9
Weight=69.0
GenderRate=Genderless
Moves=1,SWIFT,8,POWDERSNOW,13,HAZE,18,MIST,22,ICYWIND,35,ICEBEAM,38,PROTECT,42,ICEPUNCH,46,COMETPUNCH,52,BLIZZARD
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[12]
Name=PSYEYE
InternalName=PSYEYE
Kind=Eye
Pokedex=PSYEYE use their psychic powers to levitate. PSYEYE come together once a year to match their abilities during mating season.
Type1=PSYCHIC
BaseStats=42,45,45,37,21,42
Rareness=55
BaseEXP=99
Happiness=10
GrowthRate=Slow
StepsToHatch=5355
Color=Green
EffortPoints=0,1,1,0,0,0
Abilities=LEVITATE
Compatibility=1,7
Height=2.1
Weight=39.0
GenderRate=FemaleOneEighth
Moves=1,TACKLE,5,QUICKATTACK,9,CONFUSION,14,CONFUSERAY,17,HYPNOSIS,22,PSYWAVE,28,LIGHTSCREEN,33,PSYCHIC,39,MINIMIZE,45,PROTECT
Evolutions=
BattlerPlayerY=1
BattlerEnemyY=2
BattlerAltitude=0
[13]
Name=PAPRIBIRD
InternalName=PAPRIBIRD
Kind=Bird
Pokedex=A common bird pokemon. PAPRIBIRD are only small and can hide well in autumn grass.
Type1=FLYING
Type2-NORMAL
BaseStats=39,37,35,41,45,32
Rareness=89
BaseEXP=89
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Red
EffortPoints=0,0,0,1,1,0
Abilities=LEVITATE
Compatibility=2,7
Height=1.9
Weight=12.0
GenderRate=Genderless
Moves=1,PECK,5,GUST,9,SANDATTACK,13,QUICKATTACK,16,TAKEDOWN,21,WINGATTACK,28,DOUBLETEAM,35,AGILITY,40,MIRRORMOVE,48,SKYATTACK
Evolutions=PEPPERHAWK,Level,25
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[14]
Name=PEPPERHAWK
InternalName=PEPPERHAWK
Kind=Bird
Pokedex=PEPPERHAWK are fast flying pokemon. Their special attack is gust.
Type1=FLYING
Type2-NORMAL
BaseStats=49,47,45,51,55,42
Rareness=89
BaseEXP=109
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Red
EffortPoints=0,0,0,0,2,0
Abilities=LEVITATE
Compatibility=2,7
Height=3.1
Weight=24.0
GenderRate=Genderless
Moves=1,PECK,5,GUST,9,SANDATTACK,13,QUICKATTACK,16,TAKEDOWN,21,WINGATTACK,31,DOUBLETEAM,39,AGILITY,44,MIRRORMOVE,52,SKYATTACK
Evolutions=SAFFALCON,Level,36
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[15]
Name=SAFFALCON
InternalName=SAFFALCON
Kind=Bird
Pokedex=This pokemon can travel great distances in a single flight. Trainers have been known to tame SAFFALCON to carry them overseas.
Type1=FLYING
Type2-NORMAL
BaseStats=61,59,58,66,68,57
Rareness=59
BaseEXP=169
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Red
EffortPoints=0,0,0,0,2,0
Abilities=LEVITATE
Compatibility=2,7
Height=5.1
Weight=74.0
GenderRate=Genderless
Moves=1,PECK,5,GUST,9,SANDATTACK,13,QUICKATTACK,16,TAKEDOWN,21,WINGATTACK,31,DOUBLETEAM,45,AGILITY,49,MIRRORMOVE,57,SKYATTACK
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[16]
Name=DODAZZLE
InternalName=DODAZZLE
Kind=Dazzling
Pokedex=DODAZZLE are only able to fly very short distances due to their abnormal body shape. They use their bright coloured feathers to confuse their opponents.
Type1=FLYING
Type2-NORMAL
BaseStats=39,41,40,41,35,32
Rareness=69
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Purple
EffortPoints=0,0,0,1,0,0
Abilities=LEVITATE
Compatibility=2,7
Height=3.2
Weight=94.0
GenderRate=Genderless
Moves=1,PECK,6,SANDATTACK,10,SCRATCH,14,CONFUSERAY,18,LEER,23,DRILLPECK,29,SCREECH,35,DOUBLEEDGE,42,WINGATTACK
Evolutions=NOSTEAGLE,Level,22
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[17]
Name=NOSTEAGLE
InternalName=NOSTEAGLE
Kind=Bird
Pokedex=NOSTEAGLE are able to fly well and create unusual illusions in the clouds using their unique colourful wings.
Type1=FLYING
Type2-NORMAL
BaseStats=45,49,47,52,45,50
Rareness=69
BaseEXP=100
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Purple
EffortPoints=0,0,0,2,0,0
Abilities=LEVITATE
Compatibility=2,7
Height=4.1
Weight=104.0
GenderRate=Genderless
Moves=1,PECK,6,SANDATTACK,10,SCRATCH,14,CONFUSERAY,18,LEER,26,DRILLPECK,32,SCREECH,37,DOUBLEEDGE,38,DOUBLETEAM,46,WINGATTACK
BattlerPlayerY=1
BattlerEnemyY=5
BattlerAltitude=0
[18]
Name=HOPPERLEAF
InternalName=HOPPERLEAF
Kind=Bug
Pokedex=These small quick bug Pokemon have amazing power in their legs, aloowing them to jump up to almost eight meters in a single leap.
Type1=BUG
Type2-GRASS
BaseStats=39,41,38,41,35,35
Rareness=99
BaseEXP=69
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Green
EffortPoints=0,1,0,1,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=0.9
Weight=44.0
GenderRate=Genderless
Moves=1,TACKLE,6,LEECHLIFE,9,STRINGSHOT,13,POISONSTING,16,SUPERSONIC,21,LEECHSEED,25,ABSORB,29,AGILITY,35,DOUBLETEAM,38,SHARPEN,45,SLASH
Evolutions=VENTURLEAF,Level,19
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[19]
Name=VENTURLEAF
InternalName=VENTURLEAF
Kind=Bug
Pokedex=VENTURLEAF are highly in tune with nature and are able to detect weather change up to four hours in advanced. Their evolved legs and size also allow them to perform strong jump kicks.
Type1=BUG
Type2-GRASS
BaseStats=47,52,47,52,47,42
Rareness=79
BaseEXP=95
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Green
EffortPoints=0,1,0,1,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=3.4
Weight=64.0
GenderRate=Genderless
Moves=1,TACKLE,6,LEECHLIFE,9,STRINGSHOT,13,POISONSTING,16,SUPERSONIC,25,LEECHSEED,29,ABSORB,34,AGILITY,38,DOUBLETEAM,41,SHARPEN,48,SLASH,52,JUMPKICK
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[20]
Name=LARVAL
InternalName=LARVAL
Kind=Bug
Pokedex=LARVAL are the pre evolved form of WASPISS. LARVAL move at slow speeds but use some dangerous poison based attacks.
Type1=BUG
Type2-POISON
BaseStats=39,41,35,40,37,35
Rareness=99
BaseEXP=79
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Orange
EffortPoints=0,1,0,1,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=1.1
Weight=44.0
GenderRate=Genderless
Moves=1,POISONSTING,6,STRINGSHOT,10,POISONPOWDER,13,LEECHLIFE,16,DEFENSECURL,19,ACID,23,HEADBUTT
Evolutions=WASPISS,Level,18
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[21]
Name=WASPISS
InternalName=WASPISS
Kind=Inspect
Pokedex=WASPISS are very aggressive by nature and use their stingers to induce poison into their attack.
Type1=BUG
Type2-POISON
BaseStats=44,51,45,49,47,45
Rareness=99
BaseEXP=109
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Orange
EffortPoints=0,1,0,1,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=3.1
Weight=64.0
GenderRate=Genderless
Moves=1,POISONSTING,6,STRINGSHOT,10,POISONPOWDER,13,LEECHLIFE,16,DEFENSECURL,21,ACID,24,PINMISSILE,27,TWINNEEDLE,29,FURYATTACK,34,DOUBLETEAM
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0

thor348 May 31st, 2013 4:43 AM

Quote:

Originally Posted by RyanReffell (Post 7683278)
Below is what I've got down so far and just been going over it before adding anything else

Spoiler:
[1]
Name=FERRAFLAME
InternalName=FERRAFLAME
Kind=Fire
Pokedex=FERRAFLAME are often difficult to catch in the wild and even harder to tame due to their generally untrusting nature.
Type1=FIRE
BaseStats=50,49,52,48,54,50
Rareness=39
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=White
EffortPoints=0,0,0,0,2,0
Abilities=BLAZE
Compatibility=2,7
Height=2.1
Weight=50.0
GenderRate=Genderless
Moves=1,SCRATCH,1,GROWL,5,SANDATTACK,10,EMBER,13,LEER,17,TAKEDOWN,23,FLAMEWHEEL,29,DOUBLETEAM,36,FLAMETHROWER,41,SKULLBASH
Evolutions=FERRABLAZE,Level,21
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[2]
Name=FERRABLAZE
InternalName=FERRABLAZE
Kind=Fire
Pokedex=FERRABLAZE can use their strong hind legs to reach for fruit from tall branches. Their special attack is Flamewheel.
Type1=FIRE
BaseStats=65,59,68,62,65,61
Rareness=29
BaseEXP=139
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=White
EffortPoints=3,0,0,0,0,0
Abilities=BLAZE
Compatibility=2,7
Height=3.9
Weight=78.0
GenderRate=Genderless
Moves=1,SCRATCH,5,SANDATTACK,10,EMBER,13,LEER,17,TAKEDOWN,28,FLAMEWHEEL,33,DOUBLETEAM,39,FLAMETHROWER,48,SKULLBASH
Evolutions=TERRABLAZE,Level,37
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[3]
Name=TERRABLAZE
InternalName=TERRABLAZE
Kind=Fire
Pokedex=This pokemon can be very temperamental if not trained correctly. TERRABLAZE can increase their flaming body parts up to three times their standard size.
Type1=FIRE
BaseStats=85,79,79,78,85,79
Rareness=22
BaseEXP=219
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=White
EffortPoints=3,0,0,0,0,0
Abilities=BLAZE
Compatibility=2,7
Height=3.9
Weight=149.0
GenderRate=Genderless
Moves=1,SCRATCH,5,SANDATTACK,10,EMBER,13,LEER,17,TAKEDOWN,28,FLAMEWHEEL,33,DOUBLETEAM,43,FLAMETHROWER,52,SKULLBASH
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[4]
Name=PLATISU
InternalName=PLATISU
Kind=Water
Pokedex=PLATISU can often be found living near rivers and lakes.
Type1=WATER
BaseStats=42,51,42,48,54,50
Rareness=49
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Blue
EffortPoints=0,0,0,0,2,0
Abilities=TORRENT
Compatibility=2,7
Height=1.4
Weight=45.0
GenderRate=Genderless
Moves=1,SCRATCH,2,TAILWHIP,9,WATERGUN,13,LEER,18,SLASH,24,BUBBLEBEAM,28,DOUBLEKICK,34,WATERPULSE,39,SCREECH,47,HYDROPUMP
Evolutions=PLATIQUA,Level,22
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[5]
Name=PLATIQUA
InternalName=PLATIQUA
Kind=Water
Pokedex=PLATIQUA can swim for up to three days without rest when migrating.
Type1=WATER
BaseStats=57,58,58,64,66,60
Rareness=49
BaseEXP=109
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Blue
EffortPoints=0,0,0,0,2,0
Abilities=TORRENT
Compatibility=2,7
Height=3.4
Weight=95.0
GenderRate=Genderless
Moves=1,SCRATCH,1,TAILWHIP,9,WATERGUN,13,LEER,18,SLASH,27,BUBBLEBEAM,32,DOUBLEKICK,37,WATERPULSE,43,SCREECH,50,HYDROPUMP
Evolutions=PLATIDIQUA,Level,35
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[6]
Name=PLATIDIQUA
InternalName=PLATIDIQUA
Kind=Water
Pokedex=PLATIDIQUA can swim at awesome speeds and produce strong hydro-jet streams using their extended bills.
Type1=WATER
BaseStats=69,78,81,78,81,79
Rareness=40
BaseEXP=209
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Blue
EffortPoints=0,0,0,0,2,0
Abilities=TORRENT
Compatibility=2,7
Height=6.4
Weight=195.0
GenderRate=Genderless
Moves=1,SCRATCH,2,TAILWHIP,9,WATERGUN,13,LEER,18,SLASH,27,BUBBLEBEAM,32,DOUBLEKICK,39,WATERPULSE,45,SCREECH,54,HYDROPUMP
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[7]
Name=KULIF
InternalName=KULIF
Kind=Grass
Pokedex=KULIF use their giant leaf to shield themselves from bad weather and absorb sunlight.
Type1=GRASS
BaseStats=42,40,53,45,50,50
Rareness=49
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,0,2,0,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=2.4
Weight=65.0
GenderRate=Genderless
Moves=1,TACKLE,1,GROWL,9,VINEWHIP,13,LEECHSEED,18,GROWTH,24,RAZORLEAF,28,TAKEDOWN,34,MEGADRAIN,39,GROWTH,47,SOLARBEAM
Evolutions=KAAKUSA,Level,22
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[8]
Name=KAAKUSA
InternalName=KAAKUSA
Kind=Grass
Pokedex=Often travel in herds and can use their long vines to reach fruit at the top of the tallest tree.
Type1=GRASS
BaseStats=50,55,69,55,62,62
Rareness=49
BaseEXP=159
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,0,2,0,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=4.5
Weight=135.0
GenderRate=Genderless
Moves=1,TACKLE,1,GROWL,9,VINEWHIP,13,LEECHSEED,18,GROWTH,28,RAZORLEAF,33,TAKEDOWN,37,MEGADRAIN,42,GROWTH,49,SOLARBEAM
Evolutions=KUSADEN,Level,35
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[9]
Name=KUSADEN
InternalName=KUSADEN
Kind=Grass
Pokedex=Can use their heavy weight to create powerful stomps and body slam attacks
Type1=GRASS
BaseStats=60,75,82,65,72,72
Rareness=49
BaseEXP=209
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,0,2,0,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=6.1
Weight=255.0
GenderRate=Genderless
Moves=1,TACKLE,1,GROWL,9,VINEWHIP,13,LEECHSEED,18,GROWTH,28,RAZORLEAF,33,TAKEDOWN,41,MEGADRAIN,47,GROWTH,55,SOLARBEAM
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[10]
Name=DREAMFLAKE
InternalName=DREAMFLAKE
Kind=Ice
Pokedex=Blend in with snowflakes so well they often go unnoticed.
Type1=ICE
BaseStats=40,45,35,37,41,32
Rareness=49
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,1,0,0,1,0
Abilities=RAINDISH
Compatibility=2,7
Height=1.2
Weight=09.0
GenderRate=Genderless
Moves=1,SWIFT,8,POWDERSNOW,13,HAZE,18,MIST,22,ICYWIND,25,MINIMIZE,32,ICEBEAM,37,PROTECT,42,BLIZZARD
Evolutions=ZERODEM,Level,30
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[11]
Name=ZERODEM
InternalName=ZERODEM
Kind=Ice
Pokedex=A tough Pokemon that loves to battle. ZERODEM are always seen alone.
Type1=ICE
TYPE2=FIGHTING
BaseStats=58,62,41,42,55,40
Rareness=49
BaseEXP=109
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Green
EffortPoints=0,2,0,0,1,0
Abilities=RAINDISH
Compatibility=2,7
Height=3.9
Weight=69.0
GenderRate=Genderless
Moves=1,SWIFT,8,POWDERSNOW,13,HAZE,18,MIST,22,ICYWIND,35,ICEBEAM,38,PROTECT,42,ICEPUNCH,46,COMETPUNCH,52,BLIZZARD
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[12]
Name=PSYEYE
InternalName=PSYEYE
Kind=Eye
Pokedex=PSYEYE use their psychic powers to levitate. PSYEYE come together once a year to match their abilities during mating season.
Type1=PSYCHIC
BaseStats=42,45,45,37,21,42
Rareness=55
BaseEXP=99
Happiness=10
GrowthRate=Slow
StepsToHatch=5355
Color=Green
EffortPoints=0,1,1,0,0,0
Abilities=LEVITATE
Compatibility=1,7
Height=2.1
Weight=39.0
GenderRate=FemaleOneEighth
Moves=1,TACKLE,5,QUICKATTACK,9,CONFUSION,14,CONFUSERAY,17,HYPNOSIS,22,PSYWAVE,28,LIGHTSCREEN,33,PSYCHIC,39,MINIMIZE,45,PROTECT
Evolutions=
BattlerPlayerY=1
BattlerEnemyY=2
BattlerAltitude=0
[13]
Name=PAPRIBIRD
InternalName=PAPRIBIRD
Kind=Bird
Pokedex=A common bird pokemon. PAPRIBIRD are only small and can hide well in autumn grass.
Type1=FLYING
Type2-NORMAL
BaseStats=39,37,35,41,45,32
Rareness=89
BaseEXP=89
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Red
EffortPoints=0,0,0,1,1,0
Abilities=LEVITATE
Compatibility=2,7
Height=1.9
Weight=12.0
GenderRate=Genderless
Moves=1,PECK,5,GUST,9,SANDATTACK,13,QUICKATTACK,16,TAKEDOWN,21,WINGATTACK,28,DOUBLETEAM,35,AGILITY,40,MIRRORMOVE,48,SKYATTACK
Evolutions=PEPPERHAWK,Level,25
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[14]
Name=PEPPERHAWK
InternalName=PEPPERHAWK
Kind=Bird
Pokedex=PEPPERHAWK are fast flying pokemon. Their special attack is gust.
Type1=FLYING
Type2-NORMAL
BaseStats=49,47,45,51,55,42
Rareness=89
BaseEXP=109
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Red
EffortPoints=0,0,0,0,2,0
Abilities=LEVITATE
Compatibility=2,7
Height=3.1
Weight=24.0
GenderRate=Genderless
Moves=1,PECK,5,GUST,9,SANDATTACK,13,QUICKATTACK,16,TAKEDOWN,21,WINGATTACK,31,DOUBLETEAM,39,AGILITY,44,MIRRORMOVE,52,SKYATTACK
Evolutions=SAFFALCON,Level,36
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[15]
Name=SAFFALCON
InternalName=SAFFALCON
Kind=Bird
Pokedex=This pokemon can travel great distances in a single flight. Trainers have been known to tame SAFFALCON to carry them overseas.
Type1=FLYING
Type2-NORMAL
BaseStats=61,59,58,66,68,57
Rareness=59
BaseEXP=169
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Red
EffortPoints=0,0,0,0,2,0
Abilities=LEVITATE
Compatibility=2,7
Height=5.1
Weight=74.0
GenderRate=Genderless
Moves=1,PECK,5,GUST,9,SANDATTACK,13,QUICKATTACK,16,TAKEDOWN,21,WINGATTACK,31,DOUBLETEAM,45,AGILITY,49,MIRRORMOVE,57,SKYATTACK
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[16]
Name=DODAZZLE
InternalName=DODAZZLE
Kind=Dazzling
Pokedex=DODAZZLE are only able to fly very short distances due to their abnormal body shape. They use their bright coloured feathers to confuse their opponents.
Type1=FLYING
Type2-NORMAL
BaseStats=39,41,40,41,35,32
Rareness=69
BaseEXP=89
Happiness=10
GrowthRate=Parabolic
StepsToHatch=5355
Color=Purple
EffortPoints=0,0,0,1,0,0
Abilities=LEVITATE
Compatibility=2,7
Height=3.2
Weight=94.0
GenderRate=Genderless
Moves=1,PECK,6,SANDATTACK,10,SCRATCH,14,CONFUSERAY,18,LEER,23,DRILLPECK,29,SCREECH,35,DOUBLEEDGE,42,WINGATTACK
Evolutions=NOSTEAGLE,Level,22
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[17]
Name=NOSTEAGLE
InternalName=NOSTEAGLE
Kind=Bird
Pokedex=NOSTEAGLE are able to fly well and create unusual illusions in the clouds using their unique colourful wings.
Type1=FLYING
Type2-NORMAL
BaseStats=45,49,47,52,45,50
Rareness=69
BaseEXP=100
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Purple
EffortPoints=0,0,0,2,0,0
Abilities=LEVITATE
Compatibility=2,7
Height=4.1
Weight=104.0
GenderRate=Genderless
Moves=1,PECK,6,SANDATTACK,10,SCRATCH,14,CONFUSERAY,18,LEER,26,DRILLPECK,32,SCREECH,37,DOUBLEEDGE,38,DOUBLETEAM,46,WINGATTACK
BattlerPlayerY=1
BattlerEnemyY=5
BattlerAltitude=0
[18]
Name=HOPPERLEAF
InternalName=HOPPERLEAF
Kind=Bug
Pokedex=These small quick bug Pokemon have amazing power in their legs, aloowing them to jump up to almost eight meters in a single leap.
Type1=BUG
Type2-GRASS
BaseStats=39,41,38,41,35,35
Rareness=99
BaseEXP=69
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Green
EffortPoints=0,1,0,1,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=0.9
Weight=44.0
GenderRate=Genderless
Moves=1,TACKLE,6,LEECHLIFE,9,STRINGSHOT,13,POISONSTING,16,SUPERSONIC,21,LEECHSEED,25,ABSORB,29,AGILITY,35,DOUBLETEAM,38,SHARPEN,45,SLASH
Evolutions=VENTURLEAF,Level,19
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[19]
Name=VENTURLEAF
InternalName=VENTURLEAF
Kind=Bug
Pokedex=VENTURLEAF are highly in tune with nature and are able to detect weather change up to four hours in advanced. Their evolved legs and size also allow them to perform strong jump kicks.
Type1=BUG
Type2-GRASS
BaseStats=47,52,47,52,47,42
Rareness=79
BaseEXP=95
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Green
EffortPoints=0,1,0,1,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=3.4
Weight=64.0
GenderRate=Genderless
Moves=1,TACKLE,6,LEECHLIFE,9,STRINGSHOT,13,POISONSTING,16,SUPERSONIC,25,LEECHSEED,29,ABSORB,34,AGILITY,38,DOUBLETEAM,41,SHARPEN,48,SLASH,52,JUMPKICK
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[20]
Name=LARVAL
InternalName=LARVAL
Kind=Bug
Pokedex=LARVAL are the pre evolved form of WASPISS. LARVAL move at slow speeds but use some dangerous poison based attacks.
Type1=BUG
Type2-POISON
BaseStats=39,41,35,40,37,35
Rareness=99
BaseEXP=79
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Orange
EffortPoints=0,1,0,1,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=1.1
Weight=44.0
GenderRate=Genderless
Moves=1,POISONSTING,6,STRINGSHOT,10,POISONPOWDER,13,LEECHLIFE,16,DEFENSECURL,19,ACID,23,HEADBUTT
Evolutions=WASPISS,Level,18
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0
[21]
Name=WASPISS
InternalName=WASPISS
Kind=Inspect
Pokedex=WASPISS are very aggressive by nature and use their stingers to induce poison into their attack.
Type1=BUG
Type2-POISON
BaseStats=44,51,45,49,47,45
Rareness=99
BaseEXP=109
Happiness=10
GrowthRate=Fast
StepsToHatch=5355
Color=Orange
EffortPoints=0,1,0,1,0,0
Abilities=OVERGROW
Compatibility=2,7
Height=3.1
Weight=64.0
GenderRate=Genderless
Moves=1,POISONSTING,6,STRINGSHOT,10,POISONPOWDER,13,LEECHLIFE,16,DEFENSECURL,21,ACID,24,PINMISSILE,27,TWINNEEDLE,29,FURYATTACK,34,DOUBLETEAM
BattlerPlayerY=1
BattlerEnemyY=10
BattlerAltitude=0



Here is an excerpt from the standard pokemon.txt for the pokemon Snorlax:

[143]
Name=Snorlax
InternalName=SNORLAX
Type1=NORMAL
BaseStats=160,110,65,30,65,110
GenderRate=FemaleOneEighth
GrowthRate=Slow
BaseEXP=189
EffortPoints=2,0,0,0,0,0
Rareness=25
Happiness=70
Abilities=IMMUNITY,THICKFAT
HiddenAbility=GLUTTONY
Moves=1,TACKLE,4,DEFENSECURL,9,AMNESIA,12,LICK,17,BELLYDRUM,20,YAWN,25,CHIPAWAY,28,REST,28,SNORE,33,SLEEPTALK,36,BODYSLAM,41,BLOCK,44,ROLLOUT,49,CRUNCH,52,HEAVYSLAM,57,GIGAIMPACT
EggMoves=AFTERYOU,CHARM,COUNTER,CURSE,DOUBLEEDGE,FISSURE,LICK,NATURALGIFT,PURSUIT,SELFDESTRUCT,WHIRLWIND,ZENHEADBUTT
Compatibility=1,1
StepsToHatch=10455
Height=2.1
Weight=460.0
Color=Black
Habitat=Mountain
RegionalNumbers=143,230
Kind=Sleeping
Pokedex=Snorlax's typical day consists of nothing more than eating and sleeping. It is such a docile Pokémon that there are children who use its big belly as a place to play.
WildItemCommon=LEFTOVERS
WildItemUncommon=LEFTOVERS
WildItemRare=LEFTOVERS
BattlerPlayerY=0
BattlerEnemyY=9
BattlerAltitude=0
Evolutions=

NOTE: The text in green

Try and edit it according to this layout, see if that works.
Also, there is a program used to edit the pokemon.txt.

Here it is:

http://www.pokecommunity.com/showthread.php?t=295455

RyanReffell May 31st, 2013 5:23 AM

Yes i see it, but also in the set pokemon, ones like Bulbasaur for example, run fine and don't even require that field?????
Thank you very much for the links also. The tool seems a little like extra work in my opinion as you'll be typing it in anyway.
What I copied was 'from' the original set also. I simply took out the WildItem sections as i dont want those things in and I believe, from what I've read, it's only optional...

thor348 May 31st, 2013 6:29 AM

Quote:

Originally Posted by RyanReffell (Post 7683354)
Yes i see it, but also in the set pokemon, ones like Bulbasaur for example, run fine and don't even require that field?????
Thank you very much for the links also. The tool seems a little like extra work in my opinion as you'll be typing it in anyway.
What I copied was 'from' the original set also. I simply took out the WildItem sections as i dont want those things in and I believe, from what I've read, it's only optional...

Okay, I just replaced my first 3 pokemon in the pokemon.txt with your first 3.

I learned that I needed to delete bulbasaur, ivysaur, and venusaur from the tm.txt, and also delete them from the trainers.txt and anywhere else they might be. If you've pasted over the original 21 pokemon, try finding all of their references and deleting them. And updating the tm.txt for the new pokemon. That got rid of all of the errors I got.

This is found in the Compiler script section around line 2203:
Code:

def pbCompilePokemonData
  sections=[]
  requiredtypes={
    "Name"=>[0,"s"],
    "Kind"=>[0,"s"],
    "InternalName"=>[0,"c"],
    "Pokedex"=>[0,"S"],
    "Type1"=>[8,"e",PBTypes],
    "BaseStats"=>[10,"uuuuuu"],
    "Rareness"=>[16,"u"],
    "GenderRate"=>[18,"e",{"AlwaysMale"=>0,"FemaleOneEighth"=>31,"Female25Percent"=>63,
        "Female50Percent"=>127,"Female75Percent"=>191,"AlwaysFemale"=>254,"Genderless"=>255}],
    "Happiness"=>[19,"u"],
    "GrowthRate"=>[20,"e",["Medium","Erratic","Fluctuating","Parabolic","Fast","Slow"]],
    "StepsToHatch"=>[21,"w"],
    "Color"=>[6,"e",["Red","Blue","Yellow","Green","Black","Brown","Purple","Gray","White","Pink"]],
    "EffortPoints"=>[23,"uuuuuu"],
    "Compatibility"=>[31,"uu"],
    "Height"=>[33,"f"],
    "Weight"=>[35,"f"],
    "BaseEXP"=>[38,"w"],
    "Moves"=>[0,"*uE",nil,PBMoves],
  }
  optionaltypes={
    "BattlerPlayerY"=>[0,"i"],
    "BattlerEnemyY"=>[0,"i"],
    "BattlerAltitude"=>[0,"i"],
    "EggMoves"=>[0,"*E",PBMoves],
    "FormNames"=>[0,"S"],
    "Type2"=>[9,"e",PBTypes],
    "Habitat"=>[7,"e",["Grassland","Forest","WatersEdge","Sea","Cave","Mountain","RoughTerrain","Urban","Rare"]],
    "RegionalNumbers"=>[9,"*u"],
    "Abilities"=>[29,"eg",PBAbilities,PBAbilities],
    "HiddenAbility"=>[37,"e",PBAbilities],
    "Evolutions"=>[0,"*ses",nil,["Unknown",
        "Happiness","HappinessDay","HappinessNight","Level","Trade",
        "TradeItem","Item","AttackGreater","AtkDefEqual","DefenseGreater",
        "Silcoon","Cascoon","Ninjask","Shedinja","Beauty",
        "ItemMale","ItemFemale","DayHoldItem","NightHoldItem","HasMove",
        "HasInParty","LevelMale","LevelFemale","Location","TradeSpecies",
        "Custom1","Custom2","Custom3","Custom4","Custom5","Custom6","Custom7"]],
    "WildItemCommon"=>[48,"*E",PBItems],
    "WildItemUncommon"=>[50,"*E",PBItems],
    "WildItemRare"=>[52,"*E",PBItems]
  }


Edit this to set specific types upon compilation

Maruno May 31st, 2013 6:55 AM

thor - Honestly, you're not really helping. You're not answering the question, and instead giving advice which doesn't apply to the problem at hand, and talking about things which have already been stated to not be the problem.



Ryan - I put your Pokémon in a copy of Essentials, and got a message saying that section 13 was wrong (not 12). In that section it says Type2-NORMAL, with a dash where the equals sign should be. That's your problem. The same problem (for Type2) is also in every section after that, so you'll need to correct them all.

Having fixed those, there's still a problem. Sections 20 and 21 contains the line Color=Orange, but orange isn't one of the colours allowed (unless you've changed the scripts to allow it).

But then there's still a problem. Section 21 mentions the move TWINNEEDLE, but Twineedle doesn't have two N's in it.

Once you've fixed all those things, though, problem solved!

thor348 May 31st, 2013 11:31 PM

Just because you developed Essentials, doesn't mean you can be rude. I was only helping as best as I could.

Maruno June 1st, 2013 3:32 AM

I would have said that even if I wasn't the only person developing Essentials. My point was that your comments weren't related to the problem (yes, they were about other problems people could have when changing Pokémon, but not about this one). Information like that might cause confusion and further problems, particularly when you're suggesting that someone should edit (complicated) scripts.

I'm sorry if I came off as rude.

Nickalooose June 1st, 2013 6:40 AM

Don't worry Thor, we've all tried helping and giving wrong advice in the past :P

A little advice to anyone who has these problems with PBS files, in future... Don't fully edit something without play testing each minor edit first... It saves problems like these coming out, I've made silly mistakes like this in the past which could've been solves if I just checked my work over... Just a suggestion.


All times are GMT -8. The time now is 10:55 AM.


Like our Facebook Page Follow us on Twitter © 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.

Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.