• ✨ 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

How can I get my pokemon's moves?

Status
Not open for further replies.

iceryan

Bug Catcher
Hey guys, I found out how to get my own pokemon in the beginning of the game, but how can I let it have it's own moves? I am not abusing this, I just wanted to start off with my favorite pokemon, Kabuto. If anyone can tell me how I can give him moves, make him shiny, or do other stuff like that, I would appreciate it. :D
 

Darkfire

Administrator
Administrator
P3D Developer
in the party.dat are the saves for each pokemon
there is a selection"IsShiny" which if it = 1 will make the pokemon shiny
also there are the four attack stats
they are set up [attack ID, max pp, current pp]
attack ids can be gotten from bulbepedia
 

iceryan

Bug Catcher
in the party.dat are the saves for each pokemon
there is a selection"IsShiny" which if it = 1 will make the pokemon shiny
also there are the four attack stats
they are set up [attack ID, max pp, current pp]
attack ids can be gotten from bulbepedia
How do I change the attack ids? I don't want to ruin my game by overpowering everything... So its for a good cause :p
 

Darkfire

Administrator
Administrator
P3D Developer
Code:
{"Pokemon"[4]}{"Experience"[1365]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[13]}{"OT"[64985]}{"Ability"[65]}{"Status"[]}{"Nature"[17]}{"CatchLocation"[at New Bark Town]}{"CatchTrainer"[Ben]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Prof. Elm]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[28,30,30]}{"Attack2"[74,40,40]}{"Attack3"[52,25,25]}{"Attack4"[]}{"Stats"[35,35,22,17,23,19,21]}{"FPs"[0,0,0,0,0,0]}{"DVs"[18,26,9,2,7,8]}
each attack is listed separately
bulbapedia.bulbagarden.net/wiki/List_of_moves
go to this link
the IDs listed in this chart correspond to the move(pound is 1, karate chop is 2, etc.)
so looking at the above code it is a charmander with sand-attack, growth, and ember all with full pp
 
Status
Not open for further replies.
Top