Final Fantasy Hacktics

Modding => Help! => Topic started by: bht on January 29, 2014, 07:47:42 pm

Title: Issue with an ASM outside of ePSXe.
Post by: bht on January 29, 2014, 07:47:42 pm
I was wondering if anyone could fix this one to work on consoles, if it isn't too much of a hassle:
Crossbow=WP*WP from Nate1984
<Patch name="Crossbow WP*WP">
<Location file="BATTLE_BIN" offset="11EB4C">
00000000
71520508
</Location>
<Location file="BATTLE_BIN" offset="ED9C4">
0B000234
02006210
D0382290
D5160608
CE3822A0
20170608
00000000
</Location>
</Patch>


Many thanks.
Title: Re: Issue with an ASM outside of ePSXe.
Post by: Choto on January 29, 2014, 09:47:29 pm
I think this should work

<Patch name="Crossbow WP*WP">
<Location file="BATTLE_BIN" offset="11EB4C">
00000000
71520508
</Location>
<Location file="BATTLE_BIN" offset="ED9C4">
0B000234
03006210
D0382290
D5160608
00000000
20170608
CE3822A0
</Location>
</Patch>
Title: Re: Issue with an ASM outside of ePSXe.
Post by: bht on January 30, 2014, 04:15:50 am
That did the trick. Thanks again.
Title: Re: Issue with an ASM outside of ePSXe.
Post by: formerdeathcorps on January 31, 2014, 12:32:48 am
bht, where did you get that ASM?  I thought I deleted the old version of that ASM in the latest Patcher release (because it's known to glitch and there now exists a general ASM to cover weapon formula requests).