Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: Zareb on May 27, 2013, 03:01:44 pm

Title: ASM Request: Float's Earth immunity disabled. (ASM hack created by Pride)
Post by: Zareb on May 27, 2013, 03:01:44 pm
Hey guys,

I'm planning on releasing a tournament patch within a week or so and would like for this modification to be made to Float for said patch.  If it's too difficult to disable Float's Earth immunity, then I would gladly accept its immunity to be changed to Fire, Lightning or Ice.  Thanks to whomever considers making this hack for me.

- Zareb
Title: Re: ASM Request: Float's Earth immunity disabled or changed to Fire, Lghtng or Ice.
Post by: Pride on May 27, 2013, 03:51:25 pm
Copy and paste into a text editor and save as a .xml

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

  <Patch name="Disable Float's Earth Immunity">
    <Location file="BATTLE_BIN" offset="1200B4">
      00000234
    </Location>
  </Patch>

</Patches>
Title: Re: ASM Request: Float's Earth immunity disabled or changed to Fire, Lghtng or Ice.
Post by: Zareb on May 27, 2013, 04:34:26 pm
Quote from: Pride on May 27, 2013, 03:51:25 pm
Copy and paste into a text editor and save as a .xml

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

  <Patch name="Disable Float's Earth Immunity">
    <Location file="BATTLE_BIN" offset="1200B4">
      00000234
    </Location>
  </Patch>

</Patches>



Just tested it; works perfectly.  Thanks a lot, man.