FINAL FANTASY VI

FINAL FANTASY VI

Not enough ratings
How to hack the battle speed to always be fast regardless of auto battle
By eyrie0
I was able to track down how the Auto Battle flag is used in the game, and there are two separate bits of code looking at it. One controls the battle speed and the other controls the automatic input. By hacking just the code that controls the battle speed, we can get fast battles regardless of whether the Auto Battle flag is set.

Note that the values to search for are slightly different for each Pixel Remaster game, so I'll add separate guides for the other games.
   
Award
Favorite
Favorited
Unfavorite
Edit GameAssembly.dll in a hex editor
(Updated 7/9/22)

First, open GameAssembly.dll in a hex editor. I use HxD.

Search for the hex values:

E8 EC 30 15 00 84 C0



Replace with the values:

E8 EC 30 15 00 3C FF



And that's it! Save the dll, and play with always fast battles!

PS. Check out my similar guide for FF1 Pixel Remaster for additional notes for future hackers.
1 Comments
Axel Arden Mar 12, 2022 @ 8:46pm 
works great, thanks! battles feel so much better paced with this change