You are not logged in.
Pages: 1
I cannot locate the Red/Shiny Gyarados in Gold/Silver using hex editor to change it's level, moves or change the Pokemon. I can only locate it in Crystal version. Does anyone know the hex values for Gold/Silver?
Offline
You could for example open Lake of Rage map with Johtomap and check the event properties of that person event.
Its level and pokemon number are part of its script data, which you can edit with a hex editor or pksvui.
5C Load Pokémon data:
---------------------
Loads Pokémon data. Writes 80 to BattleRAM.Structure:
[5C][Poke no][Level]
So you can find these three bytes attached to gyarados' script data and modify them accordingly.
The move data the red gyarados uses is simply the same as any other gyarados has at that level.
Last edited by Miksy91 (2013-04-08 09:27:50)
Offline
Thanks but is there any way to find the Red Gyarados moves (Thrash,Bite,Dragon Rage,Leer) in only hex view?
Offline
Like I said, it uses the move data of any other wild gyarados at level 30.
There are evolution-/move learning tutorials around which will give you an idea how to edit them. It's quite simple really.
And instead of actually reading anything, you could go for watching the second video of my hacking tutorial series. There is quite a lot more content than just move data editing introduced in it.
Offline
Okay i understand the process now. Could you share me the simple evolution/move learning tutorials link? Sorry i'm still a beginner but fast learner.
Offline
Offline
Pages: 1