• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
June 14, 2024, 08:14:54 am

News:

Please use .png instead of .bmp when uploading unfinished sprites to the forum!


ASM for Chakra (Formula 34) edit?

Started by Conlius, November 18, 2012, 05:17:55 am

Conlius

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! :)

Glain

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>
  • Modding version: Other/Unknown

Conlius

Thanks! I'll give it a try and see how it goes!