damage hack not work for me as describe:
- It does not work all the time (have to hit a few time to proc 9999)
- Each enemy monster has an unique damage address.
Also, the addresses in my device change all the time, for example, they will change from battle to battle. If there's a cut scene, the addresses will also change. At first, I thought this were an implementation of dynamic address from the developer which is popular for pc game, but from your explained experience, it doesn't seem to be the case.
I think the reason for changing addresses in my case is limited memory (350mb), and also custom ROM which may direct the device to flush the memory regularly. If your addresses do not change, it is likely that they are cached because you have free resource. They should change if you cut the power source.
I will look into making a modded version. Obviously searching for new addresses every battle is not a nice experience