• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Hex Editing Legendary Pokemon

Elementologist

Pokemon Master
12
Posts
16
Years
Hex Editing Legendary Pokemon
Well this tutorial is for beginners so if you think you are one then read on.

What You Need
1. A Pokemon Rom (preferably FR or LG)
2. Hex Workshop (Get it from download.com)
3. Advance Map (Unless you have another way to find the right offsets)

What You Do
Step 1
Open Advance Map and load you rom.

Step 2
Go to the third level of Cerulian Cave (We Are Going to use Mewtwo) and right click + copy Mewtwo's Offset without the "$"

Step 3
Open Hex Workshop and click "Edit" and then "Goto".
Paste the offset (in this case for FR 1624F5) and select "hex" instead of "decimal" and then "beginning of file".
So then you will see this:
022A 8100 0325 8701 210D 8002 0006 01E0
7A1A 0825 8801 6A5A 30A1 9600 0200 679F
7F17 0866 C528 1400 3356 0100 6DB6 9600
4600 0029 0708 2538 0127 2A07 0826 0D80

So The Red Colored One Is The Pokemon (9600, well 96 in decimal is 150 which is Mewtwo's position in the Pokedex).
And The Blue Colored One Is The Level (4600, 46 in decimal is 70 which is Mewtwo's level).

So change these two values however you like.
To find out what hex number the pokemon you want has, open calculator click "view" and then "scientific". After that select the Decimal box and write the Pokemon's Pokedex Number.
Then Select the hex box and whatever you see just add to zeros behind it. Same goes with the level, so write the level in the Decimal box.

Here are some examples:
Entei F400
Suicune F500
Raikou F300
Ho-Oh FA00

10 Level: A000
20 Level: 1400
30 Level: 1E00
40 Level: 2800
50 Level: 3200
60 Level: 3C00
70 Level: 4600
80 Level: 5000
90 Level: 5A00
100 Level: 6400

Final Step
In Hex workshop click "file" and then "save".
You're Done!

NOTE
REMEMBER TO MAKE A BACKUP OF YOUR ROM BEFORE DOING ANY OF THIS
 
Last edited by a moderator:

cooley

///Keepin' it simple
1,148
Posts
17
Years
Yeah, Mostly everyone knows how to do it now, And we now have a lot of tools,
that can help us to do so. (e.g. poketronic, etc.)
 
2
Posts
16
Years
  • Seen May 17, 2008
problem

Everytime i script a pokemon with the hex editor or hex workshop the pokemon always comes back after the battle so I can always battle it again.Help?
 

ZodiacDaGreat

Working on a Mobile System
429
Posts
17
Years
I tutorial helps mostly noobs, who donot script. The way you're suggesting will cause glitches later on in the game, due to flags and stuff. So its better to create your original wild battle.
 
Back
Top