Final Fantasy Hacktics

Modding => Help! => Topic started by: Ansehelm on May 21, 2020, 09:02:47 am

Title: How to Increase Steal Gil Yields? (PSX)
Post by: Ansehelm on May 21, 2020, 09:02:47 am
Howdy y'all,
I'm looking for a way to make gil stealing more viable in my mod, partially by lowering the bonus money generated from standard battles, but even so, most of the time the ability just isn't nearly strong enough to be worth using. Ideally I'd want a hack that can change the formula to yield somewhere from 3 to 10x what it currently gives, and I don't believe there's any way to do this in patcher. Any ASM leads?
Title: Re: How to Increase Steal Gil Yields? (PSX)
Post by: stuminator on October 22, 2021, 05:28:31 pm
This topic is well over a year old, but if you're still looking for this here's a quick patch that will multiply the amount of gil stolen by 8:

<Patch name="Gil stolen x 8">
  <Location file="BATTLE_BIN" offset="11F788">
  C0801000
  </Location>
</Patch>