• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
June 20, 2025, 03:05:29 pm

News:

Don't be hasty to start your own mod; all our FFT modding projects are greatly understaffed! Find out how you can help in the Recruitment section or our Discord!


Custom formula request

Started by DuxorW, January 08, 2012, 05:57:47 am

DuxorW

January 08, 2012, 05:57:47 am Last Edit: January 08, 2012, 06:33:39 am by DuxorW
As I begin learning ASM hacking, would it be possible for someone to make a formula hack for me that replaces 08 Dmg_F(MA*Y) with DMG_F(MA*Y)100% status? The other 100% status inflicting formulas either involve PA damage, %HP damage, or don't deal damage at all, unless I'm overlooking something...

Thanks

Pride

Copy and paste into a Notepad and save it as a .xml file. Add it to your folder that has FFTorgASM and apply it with that.

<?xml version="1.0" encoding="utf-8"?>
<Patches>

  <Patch name="Formula 8 inflicts 100% Status">
    <Description>Formula 8 inflicts a Status 100% of the time with All or Nothing flagged on the status effect.</Description>
    <Location file="BATTLE_BIN" offset="121DD4">
      00000000
    </Location>
  </Patch>

</Patches>
  • Modding version: PSX
Check out my ASM thread. Who doesn't like hax?

DuxorW

Thanks! This worked perfectly.