Final Fantasy Hacktics

Modding => Help! => Topic started by: Conlius on November 18, 2012, 05:17:55 am

Title: ASM for Chakra (Formula 34) edit?
Post by: Conlius on November 18, 2012, 05:17:55 am
Just wondering if anyone has edited the chakra formula before?

I would like to adjust the formula from: Heal_(PA*Y) HealMP_(PA*Y/2) NS

to: Heal_(MA*Y) HealMP_(PA*Y/2) NS or possibly Heal_(MA*Y) HealMP_(MA*Y/X)

I am trying to give one of my casters the ability to restore health/mana in one cast instead of having monks do it.  If no one knows, i'll put an ASM request up on the hacking forums.

Thanks! :)
Title: Re: ASM for Chakra (Formula 34) edit?
Post by: Glain on November 18, 2012, 01:21:19 pm
Disclaimer: I didn't test this at all.  Eh, it seems like it should work.


  <Patch name="Formula [34] uses MA instead of PA">
    <Location file="BATTLE_BIN" offset="122E9C" mode="ASM">
      jal   0x185c94
    </Location>
  </Patch>
Title: Re: ASM for Chakra (Formula 34) edit?
Post by: Conlius on November 19, 2012, 01:36:21 am
Thanks! I'll give it a try and see how it goes!