FF6 Hacking
Speeding up the ATB bars - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Speeding up the ATB bars (/thread-2720.html)

Pages: 1 2


RE: Speeding up the ATB bars - vince94 - 10-19-2014

Yeah, the [A0] code is part of the ASM stuff. The hex values after the [A0]s are what we can edit.No, we can't change the order of the numbers, like which one is haste, which one is slow, etc. We can change the actual numbers, though, and that's what counts.


Going from Madsiur's post above, these are the numbers for slow, normal, and haste, respectively.

(GO to 0209D3 in WindHex)
[...A0 20 BD F8 3E 89 04 D0 08 A0 40 89 08 F0 02 A0 54...]


RE: Speeding up the ATB bars - ShinMrKarate - 10-19-2014

@vince94 I just did some testing, I change the [20] (Slow), the [40] (Normal), and the [54] (Haste) code is change to [AA] it works the ATB bar are fast even the slow status are ignored....BTW it is also the Bushido/Sword Tech from Cyan are affected this!?If not where's the exact location of this Bushido/Sword Tech code!?


RE: Speeding up the ATB bars - vince94 - 10-19-2014

I don't know, that wasn't in the other posts above.


RE: Speeding up the ATB bars - Synchysi - 10-19-2014

If you set all three multipliers to the same value, then of course the slow and haste statuses will be ignored. Those multipliers tell the game how much to slow down or speed up characters by.

Those values will not affect the SwdTech gauge. The patch I linked above will speed that up. It's a custom-built function rather than an easy manipulation of a certain value.