• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
March 28, 2024, 09:15:37 pm

News:

Use of ePSXe before 2.0 is highly discouraged. Mednafen, RetroArch, and Duckstation are recommended for playing/testing, pSX is recommended for debugging.


FFMaster's small ASM hacks{Another Oil hack made}

Started by FFMaster, August 09, 2010, 06:18:26 am

Lockeadon

@White Knight, that would work, but to do so for *all* undead would seem to require making every job immortal o.o sorry for late reply.

@anyone also, what happens if you have a drain effect over 100% o.o trying to make a vampire class similar to fftsocial or bravely default. finally, some way to make vampire status not take control? i've (finally) got my other classes sorted, mostly. (blue, angel, mystic knight) but vampire is giving me trouble.

Emmy

December 30, 2015, 12:56:59 am #181 Last Edit: December 30, 2015, 03:57:27 am by Elric
QuoteRaijinili: also ask xif if she would edit ffm's post with a corrected version of the hack so it won't happen again


Please?

  <Patch name="Silent Walk becomes Flee - FIXED for branching/load issue">
    <Description>Add 4 move when unit is in critical. FIXED thanks to Raijinili!!</Description>
    <Location file="BATTLE_BIN" offset="10D860">
      ED600508
    </Location>
    <Location file="BATTLE_BIN" offset="F13B4">
      95002292
      00000000
      02004230
      07000210
      3A003092
      5A002292
      00000000
      01004230
      02000210
      00000000
      04001026
      1AD20508
      00000000
    </Location>
  </Patch>

Bolded numbers can be changed, as per original directions of this hack.  (95 and 02 tie it to Silent Walk, 04 change to whatever move you want to add/4 is default here)
  • Modding version: PSX

JadeKnightblazer

Quote from: FFMaster on September 13, 2011, 09:07:24 amThe Disable Move hack. Units using abilities flagged Weapon Strike and not flagged Follow Target will not be able to move after acting. Found it while looking for some other stuff last night, it looks like it, but may not be. I haven't got time to check it due to 10000000 assessments.

0x11CBAC
51610508
00000000

0xF1544
1980053C
F338A690
F438A590
1000BFAF
2000C630
1000A530
0400A010
21280000
0200C010
00000000
0100A524
ED0E0608
00000000

What ever happened to this ASM Hack? Was is ditched?
  • Modding version: PSX
  • Discord username: JadeKnightblazer

JadeKnightblazer

Sadly I am confused once the numbers go into the 100+... (Haven't learnt when alphabet kicks in)

What would the value be if
0x80 = Fire
0x40 = Lightning
0x20 = Ice
0x10 = Wind
0x08 = Earth
0x04 = Water
0x02 = Holy
0x01 = Dark

I want oil to effect all elements, and be removed by all elements?

  • Modding version: PSX
  • Discord username: JadeKnightblazer

Orkney

Hi,

Here is a tutorial that explain hexadecimal https://ffhacktics.com/tutorials.php?id=11. At the beginning, you'll see all the value going up.

So after 9 you'll go to A then B until F, and then go back to 0. (So 8 + 4 = C). Your windows calculator can do the job too if you configure it to programmer (not sure how it's called in english). Then it will give you access to hexadecimal operations.

Anyway,  if you want to affect all elements the value will be FF.





  • Modding version: PSX

JadeKnightblazer

Tyvm!!!

And more so for including the tutorial link! :)
  • Modding version: PSX
  • Discord username: JadeKnightblazer