Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: yamish on February 14, 2019, 01:44:45 pm

Title: Any ASM replacements for traditionally player only skills?
Post by: yamish on February 14, 2019, 01:44:45 pm
Asking because i know there is stuff out there that isn't bundled with fftorgasm.

Looking to replace gained jp up, move get xp and jp (hiker is not a job), and monster skill specifically.

I figured maybe there is some stuff already since these are regular removals/replacements.
Title: Re: Any ASM replacements for traditionally player only skills?
Post by: Kurosabes on March 04, 2019, 12:15:33 am

In FFT Arena, Move-EXP and Move-JP are replaced with "Warpath" and "Pilgrimage", which increase Brave and Faith as you walk.



<Patch name="Warpath/Pilgrimage">
  <Description>
Move-Get JP and Move-Get EXP become Warpath and Pilgrimage. Does not display Br/Fa gains as you walk but it works.
  </Description>
    <Location file="BATTLE_BIN" offset="11910C">
      BD610508
      94004292
    </Location>
    <Location file="BATTLE_BIN" offset="F16F4">
      24004392 <!-- Load Brave -->
      40004430
      06008010
      20004430
      02006324 <!-- First byte = amount it increases by -->
      6400702C
      02000016
      00000000
      64000334
      240043A2
      26004392 <!-- Load Faith -->
      06008010
      00000000
      02006324  <!-- First byte = amount it increases by -->
      6400702C
      02000016
      00000000
      64000334
      260043A2
      4D00060C
      21204002
      45000608
      00000000
    </Location>
</Patch>
Title: Re: Any ASM replacements for traditionally player only skills?
Post by: Xifanie on March 04, 2019, 09:25:37 am
Oh wow, now I can post in this topic without looking like a jackass providing the false hope of an answer. :D

Quote from: yamish on February 14, 2019, 01:44:45 pm(hiker is not a job)

I just wanted to say I got hired and paid during the summer summer to hike trails, ensure the respect of nature and ensure the safety of people walking.
11 Canadian Rupees an hour, and they even covered gas from the office to wherever they wanted us to walk
Title: Re: Any ASM replacements for traditionally player only skills?
Post by: yamish on March 04, 2019, 08:54:28 pm
Interesting. I haven't played arena, but that's a cool replacement that offers new playstyle possibilities.

And I didn't mean hiker in real life, i meant in game job..like hiker is not a class.
Title: Re: Any ASM replacements for traditionally player only skills?
Post by: Kurosabes on March 06, 2019, 01:12:44 am
I have just realized that there is probably extra code required to disable the EXP and JP gains. As you can't level up in Arena, removing that part of code didn't matter. I could look into it.
Title: Re: Any ASM replacements for traditionally player only skills?
Post by: yamish on March 06, 2019, 10:41:11 am
No need to do anything extra. I was reaching out to see what all was out there since I won't be using those in my patch