Legendaries
Ginzuishou/Heavy-Metal-Lover
- 89
- Posts
- 19
- Years
- Age 34
- Seen May 2, 2021
I need some help with making a regional pokedex.
I can't make it work in my game. I've changed Settings in scripts to:
And changed the name in townmap.txt
Also added "RegionalNumbers=" to pokemon in PBS pokemon.txt.
For example I want Chikorita to be the first in my regional dex, so in pokemon.txt:
When I compile data and play the game Chikorita is still no. 152 when I check Pokedex. I also used "pbUnlockDex(0)" script, but nothing happened.
Can anyone help with that? Thanks in advance.
I can't make it work in my game. I've changed Settings in scripts to:
Code:
DEXDEPENDSONLOCATION = true
DEXNAMES = [
["Aristos Pokédex",0],
"National Pokédex"
And changed the name in townmap.txt
Also added "RegionalNumbers=" to pokemon in PBS pokemon.txt.
For example I want Chikorita to be the first in my regional dex, so in pokemon.txt:
Code:
[152]
Name=Chikorita
InternalName=CHIKORITA
Type1=GRASS
BaseStats=45,49,65,45,49,65
GenderRate=FemaleOneEighth
GrowthRate=Parabolic
BaseEXP=64
EffortPoints=0,0,0,0,0,1
Rareness=45
Happiness=70
Abilities=OVERGROW
HiddenAbility=LEAFGUARD
Moves=1,TACKLE,1,GROWL,6,RAZORLEAF,9,POISONPOWDER,12,SYNTHESIS,17,REFLECT,20,MAGICALLEAF,23,NATURALGIFT,28,SWEETSCENT,31,LIGHTSCREEN,34,BODYSLAM,39,SAFEGUARD,42,AROMATHERAPY,45,SOLARBEAM
EggMoves=ANCIENTPOWER,AROMATHERAPY,BODYSLAM,COUNTER,FLAIL,GRASSWHISTLE,HEALPULSE,INGRAIN,LEAFSTORM,LEECHSEED,NATUREPOWER,REFRESH,VINEWHIP,WRINGOUT
Compatibility=1,7
StepsToHatch=5355
Height=0.9
Weight=6.4
Color=Green
Habitat=Grassland
Kind=Leaf
Pokedex=It waves its leaf around to keep foes at bay. However, a sweet fragrance also wafts from the leaf, creating a friendly atmosphere that becalms the battlers.
BattlerPlayerY=0
BattlerEnemyY=14
BattlerAltitude=0
Evolutions=BAYLEEF,Level,16
[B]RegionalNumbers=1[/B]
When I compile data and play the game Chikorita is still no. 152 when I check Pokedex. I also used "pbUnlockDex(0)" script, but nothing happened.
Can anyone help with that? Thanks in advance.