Final Fantasy Hacktics

Modding => Help! => Topic started by: Rfh on January 06, 2012, 02:21:26 pm

Title: Remove Weapon Strike Fix and Reflexes doubles C-EV ASM hacks
Post by: Rfh on January 06, 2012, 02:21:26 pm
Does anyone know the original hex of these ASM hacks?
Title: Re: Remove Weapon Strike Fix and Reflexes doubles C-EV ASM hacks
Post by: RavenOfRazgriz on January 06, 2012, 05:18:43 pm
You could just extract a Vanilla BATTLE.BIN, go to the offset the hack lists, highlight the original hex, copy it, and write it over each of the ASM hacks you applied.

Alternatively, you can just get a fresh BATTLE.BIN, insert it into your ISO, and then reapply your hacks via OrgASM, which should only take a couple minutes tops.
Title: Re: Remove Weapon Strike Fix and Reflexes doubles C-EV ASM hacks
Post by: formerdeathcorps on January 07, 2012, 02:56:34 am
What exactly is wrong with these hacks in question?
Title: Re: Remove Weapon Strike Fix and Reflexes doubles C-EV ASM hacks
Post by: Rfh on January 07, 2012, 09:59:28 am
I go to to the offset  0x000E92AC in my Battle Bin, and I see ''e7'' and in the vanilla Battle Bin I see ''00'' Now, What I have to do?
Title: Re: Remove Weapon Strike Fix and Reflexes doubles C-EV ASM hacks
Post by: Rfh on January 10, 2012, 11:53:31 am
Quote from: Rfh on January 07, 2012, 09:59:28 am
I go to to the offset  0x000E92AC in my Battle Bin, and I see ''e7'' and in the vanilla Battle Bin I see ''00'' Now, What I have to do?

(...) This is very rare, in my other ASM Hacks appears the correct Hex, maybe I've put on top another Asm.
Title: Re: Remove Weapon Strike Fix and Reflexes doubles C-EV ASM hacks
Post by: formerdeathcorps on January 12, 2012, 10:04:01 am
No, this is right.  The 0xE9000 section of BATTLE.BIN in vanilla is the space reserved for Kanji characters.  Since a US ROM doesn't need those characters, we overrode those with ASM hacks.  You don't even need to change the Kanji section back as long as you restore the code from the 0x110000-0x130000 section (which is the code for battle mechanics).

However, you still haven't said why you want to delete these hacks.  If something is bugged about them, I'd like to help out.