Hey all. I was wondering if it's possible to use a slide code with a pointer code. In Mega Man, I found the addresses that store the information on how much of each battle chip you have, the problem is the data keeps shifting around. So I hacked a pointer for it. I used the battle chip "cannon" as the base of the address I want to use, because Cannon is the very first battle chip in the list with it being labled "00."
I know making an asm code for this kind of thing would be easier, but for some reason, Dolphin crashes after I clear a breakpoint on the address I am using.
As usual, any help would be appreciated.
I know making an asm code for this kind of thing would be easier, but for some reason, Dolphin crashes after I clear a breakpoint on the address I am using.
As usual, any help would be appreciated.
Comment