Jump to content

Pokemon BW2 Type Chart Editing: Inputing the Fairy-typing


Recommended Posts

It did help actually. Thanks. I tried it before but I wasn't sure if I did it correctly. How exactly can edit the typings of certain Pokemon and possibly add Fairy-typing to them? Or is there no tool that reads the newly added typing? And once the Fairy-typing is added, do only the newly reclassified Fairy-types: The Ralts Line, the Azurill line, etc get it?

Link to comment
Share on other sites

You will have to add the Fairy-type manually, even for Pokémon who are canonically Fairy-typed nowadays, since the concept didn't exist back then.

AFAIK, there's no tool to easily edit Pokémon typing, and even if there is one it wouldn't take into account the Fairy-type anyways.

You have to hex edit them with CrystalTile2.

To do so:

_click CTRL+N and search for narc a/0/1/6.

_right click on a/0/1/6 and a new window will open, each file points to an individual Pokémon.

Byte 0 is the HP stat.

Byte 1 is the Attack stat.

Byte 2 is the Defense stat.

Byte 3 is the Speed stat.

Byte 4 is the Special Attack stat.

Byte 5 is the Special Defense stat.

Base stats range from 0 to 255 included (00 to FF in hex).

Byte 6 is the first type.

Byte 7 is the second type.

00 = Normal

01 = Fighting

02 = Flying

03 = Poison

04 = Ground

05 = Rock

06 = Bug

07 = Ghost

08 = Steel

09 = Fire

0A = Water

0B = Grass

0C = Electric

0D = Psychic

0E = Ice

0F = Dragon

10 = Dark

11 = Fairy*

*doesn't exist in a vanilla Gen V game.

If Byte 7 is equal to Byte 6, then the Pokémon is mono-typed, else it is dual-typed.

For example if you click on file 6-282 (which refers to Gardevoir), the 8 first bytes will be :

44 41 41 50 7D 73 0D 0D

To make Gardevoir Psychic/Fairy, you would change the second 0D into 11 thus:

44 41 41 50 7D 73 0D 11

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...