Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: ekaiser on July 05, 2019, 10:54:45 pm

Title: (Rfh Asm) Need help for formula edit
Post by: ekaiser on July 05, 2019, 10:54:45 pm
Hi! Need help when apply the Rfh Jump formula in http://ffhacktics.com/smf/index.php?topic=9050.0  but cant edit the Y value in ffpatcher (Y+1)% on hit so all my jumps have only 1% on hit, i cant find the Y in the jump horizontal or vertical abilities, also no Y value in the Asm code itself.
Also try the worker formula apply elemental and stat but hive me large and increased random damages each time i select and deselect a target.  :cry:
Title: Re: (Rfh Asm) Need help for formula edit
Post by: ekaiser on July 09, 2019, 12:31:44 am
And the original Rfh post is really old (around 2014) to post there this help treat,Rfh is not here anymore i think, i just undone my changes and use another great stuff, well have nice modding yall lol
Title: Re: (Rfh Asm) Need help for formula edit
Post by: Zenn on July 09, 2019, 09:03:56 am
You shouldn't give up so easily...

Apply this patch after Rfh jump patch:

  <Patch name="Add variable to Rfh jump patch">
    <Description>Changes the Y parameter to a Y variable. Default value 63h=99d.</Description>
    <Variable name="Y" file="BATTLE_BIN" default="63" offset="F702C"/>
    <Location file="BATTLE_BIN" offset="F702D">
        000334
      00000000
    </Location>
  </Patch>


QuoteI'm not good creating ASM ...

Then you should start reading ASM tutorials and start practicing. You won't find much help on ASM, besides those tutorials and the wiki.
Title: Re: (Rfh Asm) Need help for formula edit
Post by: ekaiser on July 21, 2019, 05:55:56 am
Thanx for reply Zenn!   :D Still recently see you reply because i really trow the towel on this Lancer treat and not enter to see any reply again. Great i will try it later this day, and test if worked, i really like the idea of a lancer moded that way and really get a little frustrated after not find the "y" value to edit the % of hit.
Title: Re: (Rfh Asm) Need help for formula edit
Post by: ekaiser on July 24, 2019, 10:53:48 pm
Works like a Charm! Thanxs    :D