• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Cyndaquil, Totodile, Chikorita vs Charmander, Squirtle, Bulbasaur

Status
Not open for further replies.

Loki

Fisherman
I want to get charmander as my first pokemon but cyndaquil pops out instead of him. How can i get charmander?
 

Prince Vade

Champion
Trusted Support
Retired Mod
One of 2 ways....
1. Go into Your Pokemon folder after selecting a starter and follow this directory.
Saves\<playername>
Then, open the Party.dat file with Notepad, or a similar program.
Select the entire line and replace it with this one:
Code:
{"Pokemon"[4]}{"Experience"[268]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[5]}{"OT"[80156]}{"Ability"[65]}{"Status"[]}{"Nature"[1]}{"CatchLocation"[at Pallet Town]}{"CatchTrainer"[Hunter]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Prof. Oak]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[10,30,30]}{"Attack2"[45,40,40]}{"Attack3"[]}{"Attack4"[]}{"Stats"[20,20,12,9,12,11,13]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
Instead of clicking "continue" click "Load game"

OR

2. Go into your Pokemon folder before selecting a starter
Open up "Scripts"
Then find the "charmander.dat" file
Find the following line:
@Action:GetPokemon(155,5,As a gift from Prof. Elm,5,at New Bark Town)

Change that line to the following:
@Action:GetPokemon(4,5,As a gift from Prof. Elm,5,at New Bark Town)

I recommend the second method.
 

Loki

Fisherman
what if i want squirtle and bulbasaur too?
do you have any magical codes for that? lol
 

Prince Vade

Champion
Trusted Support
Retired Mod
what if i want squirtle and bulbasaur too?
do you have any magical codes for that? lol
I most certainly do.
Follow the same steps as method number one in my post above:
in the party.dat, go to the end of the first line, press enter once.
Then, copy and paste one or both of these codes into the party.dat:
Code:
Bulbasaur
{"Pokemon"[1]}{"Experience"[264]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[5]}{"OT"[80156]}{"Ability"[65]}{"Status"[]}{"Nature"[1]}{"CatchLocation"[at Pallet Town]}{"CatchTrainer"[Hunter]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Prof. Oak]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[33,30,30]}{"Attack2"[45,40,40]}{"Attack3"[]}{"Attack4"[]}{"Stats"[21,21,12,10,13,13,11]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
Code:
Squirtle
{"Pokemon"[7]}{"Experience"[272]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[5]}{"OT"[80156]}{"Ability"[65]}{"Status"[]}{"Nature"[1]}{"CatchLocation"[at Pallet Town]}{"CatchTrainer"[Hunter]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Prof. Oak]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[33,30,30]}{"Attack2"[39,30,30]}{"Attack3"[]}{"Attack4"[]}{"Stats"[20,20,12,11,11,12,10]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
Follow method number 2 for this next step:
This time, open either the "bulbasaur" or the "squirtle" .dat files.
For Bulbasaur find the following line:
@Action:GetPokemon(152,5,As a gift from Prof. Elm,5,at New Bark Town)
And replace it with this one:
@Action:GetPokemon(1,5,As a gift from Prof. Elm,5,at New Bark Town)

For Squritle find this line:
@Action:GetPokemon(158,5,As a gift from Prof. Elm,5,at New Bark Town)
and replace it with this one:
@Action:GetPokemon(7,5,As a gift from Prof. Elm,5,at New Bark Town)
 
Status
Not open for further replies.
Top