• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
April 16, 2024, 01:39:33 am

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!


Any ASM replacements for traditionally player only skills?

Started by yamish, February 14, 2019, 01:44:45 pm

yamish

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.
  • Modding version: PSX & WotL
  • Discord username: riggz raggz

Kurosabes


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>
  • Modding version: PSX
  • Discord username: Kurosabes#0312

Xifanie

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
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

yamish

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.
  • Modding version: PSX & WotL
  • Discord username: riggz raggz

Kurosabes

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.
  • Modding version: PSX
  • Discord username: Kurosabes#0312

yamish

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
  • Modding version: PSX & WotL
  • Discord username: riggz raggz