Hello everyone, I am trying to edit cooldown timer functions in IDA and for some reason the code I am changing it to is not doing anything. I am new to IDA so any suggestions/ideas would be much appreciated.
SetInitialCooldownTimer (float)
STR R1, [R0,#0x18) (Edited to: MOV R1, #0)
Bx LR
End...
Hello everyone,
I am currently working on modding a game and what I would like to do is disable the cooldown timer that gets enabled after using a characters special ability. I have found the line of code but have no idea how to edit it as I am still new to IDA. Any suggestions/ideas would be...