• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
March 28, 2024, 04:48:42 am

News:

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


Formula 11 help

Started by Argy, March 15, 2014, 07:03:57 am

Argy

Hi All,

Can someone quickly help me with this. It's Pride's Formula 11 become Y damage

0x122124

16 76 05 08

0xf6858

E8FFBD27
1000BFAF
4421060C
00000000
08004014
00000000
1980043C
FA388490
1980033C
902D638C
80000234
250062A0
040064A4
1000BF8F
1800BD27
0800E003
00000000


I was wondering if someone could place it in the correct patch context like this

<?xml version="1.0" encoding="UTF-8"?>
<Patches>
<Patch name="Support under Equip Change adds 20% Hit (with Xif's Hack)">
<Description>
     What's a description. 
    </Description>
<Location file="BATTLE_BIN" offset="11e9cc">
        FC470508
   00000000
       </Location>
       <Location file="BATTLE_BIN" offset="EAFF0">
1980043C
942D848C
00000000
92008490
10000334
06006414
00000000
   </Location>
   <Location file="BATTLE_BIN" offset="EB00c">
14004224
64004328
02006014
00000000
64000224
2A00A2A4
21800001
75160608
00000000
    </Location>
<Location file="BATTLE_BIN" offset="11f5d8">
1980013C
CE382294
CE3830A4
D03822A4
D0382394
CE382294
92006492
10008430
03000410
21104300
14004324
21106200
902D248C
       </Location>
  </Patch>
</Patches>


Your help would be great appreciated!

Cheers Argy
  • Modding version: PSX
Kotetsu Quad Killer!!

Celdia

You can slap this into an existing .xml



<Patch name="Formula 11 becomes Damage = Y">
  <Location file="BATTLE_BIN" offset="122124">
    16760508
  </Location>
  <Location file="BATTLE_BIN" offset="F6858">
    E8FFBD27
    1000BFAF
    4421060C
    00000000
    08004014
    00000000
    1980043C
    FA388490
    1980033C
    902D638C
    80000234
    250062A0
    040064A4
    1000BF8F
    1800BD27
    0800E003
    00000000
  </Location>
</Patch>



or just download the attached and drop it in with your others as a standalone.
  • Modding version: PSX
  • Discord username: Celdia#0

Argy

Celdia,

Thank you for your work and quick response.

Cheers Argy

  • Modding version: PSX
Kotetsu Quad Killer!!

Choto

Argy, just so you know how the format is supposed to go:

<Patch name="Formula 11 becomes Damage = Y"> - This is self explanatory, name of the patch goes between the quotes.

<Location file="BATTLE_BIN" offset="122124">
16760508
</Location>

Most hacks modify Battle.bin, so that's not a huge deal. The "offset" is where in the file the hack is going to edit. So since Pride's patch modifies at 0x122124, this number goes in the quotations. The code beneath the location in prides patch should be placed between the <Location file=.....blahblah> and </Location>

If there are multiple locations that the patch writes to, you just have to make another <Location file=....> and </Location> with the code in the middle.

</Patch> - this just goes at the end.

Raven also designed an .xml creator for patches. http://ffhacktics.com/smf/index.php?topic=7719.0

Just some info for ya :P

Argy

Thanks for that Choto.  :D
I have tried Raven's .xml creator and it works well.
Cheers Argy
  • Modding version: PSX
Kotetsu Quad Killer!!