Final Fantasy Hacktics

Modding => Help! => Topic started by: FFMaster on August 08, 2010, 07:13:31 am

Title: Trying to edit Charging status damage bonus
Post by: FFMaster on August 08, 2010, 07:13:31 am
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.
Title: Re: Trying to edit Charging status damage bonus
Post by: Xifanie on August 08, 2010, 07:22:00 am
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)