colcolstyles
Yours truly
- 1,588
- Posts
- 16
- Years
- The Bay Area
- Seen May 19, 2019
Ok, that makes sense. I'm guessing we're at a dead end now, colcolstyles. I don't know how to locate the routines that are run after 0x79 "givepokemon" is called, and it doesn't sound like you do either. Does anyone know how to locate the routines that calculate the pokemon's personality value, IV's, and all that stuff?
You could put a breakpoint on read at whatever address the '0x79' byte is at, play through the game until it breaks, and then disassemble the routines at whatever address comes up. It won't be easy and if you don't know what you're doing, don't bother. There are probably much easier ways to do whatever you're trying to accomplish.