Honestly, I have no idea what I am doing. I wish the logs of LD's lessons helped me, but all they really did was give me links to programs. Is there any way I can find the offsets for Charging status, and be able to edit the bonus damage to whatever I wanted? Either that, or a link to other ASM tutorial guides would be helpful.
Thanks in advance.
http://www.ffhacktics.com/wiki/Formula_Hacking (http://www.ffhacktics.com/wiki/Formula_Hacking)
Statuses
* 0x0058
o 0x80
o 0x40 Crystal
o 0x20 Dead
o 0x10 Undead
o 0x08 Charging
o 0x04 Jump
o 0x02 Defending
o 0x01 Performing
Just add 0x58 to the address of your unit inflicted with Charging and you have your new breakpoint address.
Find the main address with this list:
http://www.ffhacktics.com/wiki/Quick_References (http://www.ffhacktics.com/wiki/Quick_References)