- 5
- Posts
- 10
- Years
- Seen Jun 24, 2014
I'm trying to change the starter Pokemon in Fire Red through hex editing. (A-Starter does NOT work on my computer.) I can find the basic stats no problem -- offset 0x2547A0 is Bulbasaur, every 28 bytes is the next Pokemon, etc.
In Pokemon Ruby I easily changed the starter Pokemon using hex (0x3F7604). I gather it's not the same for Fire Red! I tried looking for a string representing Bulbasaur, Squirtle, and Charmander:
0100 0400 0700
No such luck. While the string EXISTS in Fire Red, changing it doesn't change the starter Pokemon. I can't find any information on what offsets or pointers I should be looking for. Has anyone here edited Fr/Lg starters without using Advance Starter?
In Pokemon Ruby I easily changed the starter Pokemon using hex (0x3F7604). I gather it's not the same for Fire Red! I tried looking for a string representing Bulbasaur, Squirtle, and Charmander:
0100 0400 0700
No such luck. While the string EXISTS in Fire Red, changing it doesn't change the starter Pokemon. I can't find any information on what offsets or pointers I should be looking for. Has anyone here edited Fr/Lg starters without using Advance Starter?