Quote:
Originally Posted by robosllim
I might as well ask about this too... Does anyone know where the battle AI code might be? How can I find it? I can see some bytes flipping really quickly in VBA's memory viewer, which... might be the address of the code it's jumping to? Is there a guide that might help me find that code and see what's going on?
|
Have a quick eye, and catch the numbers that fly through when the battle starts.
Then breakpoint the suspected code, and then let the research begin!
There's really not a better way to do that. (Do you really want to step through that much code manually?)
btw you should pm someone experienced (like JPAN) for stuff like this