Quote:
Originally Posted by Normalhuman78
I've been trying to find a good easy way to edit base stats (and maybe other things but I'm not sure) for gen 1 roms. I'm not planning on editing much past that, as this is basically just for a personal playthrough to make some things I want to use less bad. I know there is something called "pokered" but I don't really want to go through 30 minutes of setup for 5 minutes of editing. Does anyone have any programs I could use for this?
|
Yo! The fact that nobody had a good answer and neither did google got me a little annoyed, so I looked through the rom data of Red specifically and posted my findings
here. Open that link up if you wanna edit the stats data.
What you're gonna wanna do is get a hex editor like
HxD. Then open up your rom with the hex editor and go to the offset of the pokemon you wanna edit (in HxD you'd do this by going to search and go to, or command/control + G) . Now you're gonna wanna use a hex converter like
this one to edit the stats. Let's say you want to make goldeen's attack stat change from 67 to 100. You would edit the 43 byte (it goes HP/Attack/Defense/Speed/Special) and then replace the 43 with 64 (100 in hex).
Good luck!