Jump to content

Pokemon Black 2 help: Changing starters in hex?


Recommended Posts

EDIT: My new problem is that I can't correctly calculate the hex ID's for the Pokemon Charmander, Totadile, and Treeko. Whenever I try in a decimal to hexdecimal calculator, the Pokemon usually ends up being Bulbasaur, Shaymin, or Combusken, so can anyone give me the numbers for Charmander, Totadile, and Treeko?

Thanks!

PS-I know this is a VERY noobish question, sorry...-

Edited by HyruleShield
Link to comment
Share on other sites

givepkm, species, level

all you have to do is change the species; convert their dex number to hex and you just replace them.

                case 0x10C:
                   com.Name = "GivePokèmon";
                   com.parameters.Add(reader.ReadUInt16()); //Id Pokèmon
                   com.parameters.Add(reader.ReadUInt16());
                   com.parameters.Add(reader.ReadUInt16()); //Item
                   com.parameters.Add(reader.ReadUInt16()); //Level
                   break;

just search the script file that's used in aspertia and it's quite obvious which one it is.

The script narc is a/0/5/6. Andibad showed how to edit it in hex in BW1, but I'm sure it will work for BW2 as well:

http://projectpokemon.org/forums/showthread.php?15520-Starter-Editor-for-Pokemon-Black-amp-White&p=129650&viewfull=1#post129650

Please bear in mind that he changed the values of snivy to EC 01 (shaymin). You could try to search for values like

"f2 01" in the narc. (Where f2 01 = 498 = Tepig)

Not sure if it works, but I hope I helped!

narc : a/0/5/6, file : 854, script : 7

Link to comment
Share on other sites

I already changed the sprites of Tepig to Charmander, Snivy to Treeko, and Oshawott to Totadile, so those aren't misleading. And I truly can choose a LV.5 Shaymin, but it's only move is growth.

But whenever I try converting the Pokemon's dex numbers to hex, I never end up with the Pokemon I'm looking for. So my new and final question (A very noobish one at that):

What are the hex values for Charmander, Totadile, and Treeko, I keep failing at calculating them.

Edited by HyruleShield
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...