FINAL FANTASY III – How to Edit GameAssembly.dll in a Hex Editor for Battle Speed Faster

FINAL FANTASY III – How to Edit GameAssembly.dll in a Hex Editor for Battle Speed Faster 1 - steamlists.com
FINAL FANTASY III – How to Edit GameAssembly.dll in a Hex Editor for Battle Speed Faster 1 - steamlists.com
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.

 
 

Edit GameAssembly.dll in a hex editor

 
First, open GameAssembly.dll in a hex editor. I use HxD. 
 
Search for the hex values: 
 
E8 5A 72 00 00 84 C0 
 
FINAL FANTASY III - How to Edit GameAssembly.dll in a Hex Editor for Battle Speed Faster 
 
Replace with the values: 
 
E8 5A 72 00 00 3C FF 
 
FINAL FANTASY III - How to Edit GameAssembly.dll in a Hex Editor for Battle Speed Faster 
 
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. 
 

Written by eyrie0

I hope you enjoy the Guide we share about FINAL FANTASY III – How to Edit GameAssembly.dll in a Hex Editor for Battle Speed Faster; if you think we forget to add or we should add more information, please let us know via commenting below! See you soon!
 
 
 
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*