Shufflejoy
Tutturu!
- 23
- Posts
- 11
- Years
- Seen Jan 13, 2015
I was facing the same problem a few days ago. Repoint the battle script at 0x2DBD84 is not means to replace the original one with the new one directly in the address.
Firstly, you can place all the machine code in 0xECC060 like this:
"image removed"
Then replace the two pointers here from 84 BD 2D 08 to 60 C0 EC 08:
"image removed"
"image removed"
Finally, replace the bytes at 0x3DE7C with B5 DE 03 08. It may working properly now.
Ahh, I understand what I'd done wrong now. I was trying to replace the original battle script, instead of finding the pointers to it and changing those. Thanks a lot!