Quote:
|
Originally Posted by Blazichu
Where is the Ho-oh event in Pokemon Gold in a Hex Editor because I can't find it? Like what is the Hex numbers and letters for the Ho-oh event?
|
As I already told you in my last post, the command
5C loads the Pokémon and Level data into the RAM of the game.
So, if you would have used the list I linked you to, you would have found out that HO-OH's Hex value is
FA. And since it appears on Level 40 in the game, you just have to convert that number into Hex. (40 Dec <->
28 Hex)
Now all you have to do is to put these 3 values together (
5CFA28) and search for them, and you will find your HO-OH event in the ROM.