• Welcome to Final Fantasy Hacktics. Please login or sign up.
 

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - bht

1
Help! / Re: Issue with an ASM outside of ePSXe.
January 30, 2014, 04:15:50 am
That did the trick. Thanks again.
2
PSX FFT Hacking / Re: A formula request.
January 29, 2014, 08:01:37 pm
If it helps, I've been using one for another spell that is -almost- what I want:
Drawout to (MA+PA)/2*Y by Pride
<Patch name="DrawOut fomula 20,21,23 to (MA+PA)/2*Y">
  <Location file="BATTLE_BIN" offset="F690C">
1980023c
942d428c
1980033c
942d638c
37004290
36006390
1980013c
21106200
42100200
1980033c
FA386390
CE3822A4
D03823A4
0800E003
00000000
</Location>
<Location file="BATTLE_BIN" offset="1225D4">
4376050C
</Location>
<Location file="BATTLE_BIN" offset="122604">
4376050C
</Location>
<Location file="BATTLE_BIN" offset="12268C">
4376050c
</Location>
</Patch>

I basically need the Formula 20 from there, just on a different slot, magic-evadeable and not tied to the Katana Inventory.
If there is an issue with Steal Gil/Exp, there's several others I'm not using, those two were just the first to pop to mind.
Thanks again.
3
Help! / Issue with an ASM outside of ePSXe.
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.
4
PSX FFT Hacking / A formula request.
January 28, 2014, 01:48:38 pm
If it's simple enough, could anyone make an ASM that turns either 27-Steal Gil or 28-Steal Exp (if one of them happens to be easier) into:
(MA+PA)/2*Y Status ME (Magic Attack/Defend Up, Shell) (and works outside of ePSXe).
Thanks.
5
Thanks for the quick response.
6
Like they did in WotL?
7
Thanks!
8
Quote from: Elric on January 11, 2014, 11:03:49 pm
Which version is it? Can you post your XML file into a spoiler and post it here?


I think it's the one that comes with FFTPatcher suite 482.

<Patch name="Defend reduces physical dmg by 25%">
<Location file="BATTLE_BIN" offset="11F378">
4B4D0508
</Location>
<Location file="BATTLE_BIN" offset="11E48A">42</Location>
<Location file="BATTLE_BIN" offset="EC52C">
21204000
58008390
02006330
03006014
5B008290
E0180608
00000000
CE382384
21106000
40100200
21104300
82100200
CE3822A4
982D228C
5B004290
E0180608
00000000
</Location>
</Patch>


Quote from: Toshiko on January 11, 2014, 11:03:23 pm
LOOOOOOOOOOTS of ASM hacks bork with PSP/console because of poor practices. Like, too many to list. Like, an embarrassing number. Someone will likely notice and fix eventually, though, especially since you mentioned it.


The only other one I've had an issue with is Equip Crossbow also equips Bow, but I haven't tried too many. Might have to go emulator. Unfortunate, I like my psp.
9
It works fine in an emulator. If I turn the game into an EBOOT with PSX2PSP, the damage reduction goes from XA*0.75 to XA*0.33.

I was wondering if there is a quick fix for this (it's the only ASM that I've run into an issue with on an EBOOT so far), and if so, do I need to get my Raw out or can I just patch it on top?

Thanks. And if it helps, this is the ASM:
BATTLE_BIN, offset 11F378, 4B4D0508