FINAL FANTASY V Edit GameAssembly.dll in a hex editor – Mod Config

FINAL FANTASY V Edit GameAssembly.dll in a hex editor – Mod Config 1 - steamsplay.com
FINAL FANTASY V Edit GameAssembly.dll in a hex editor – Mod Config 1 - steamsplay.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 8A D9 F1 FF 84 C0
 
 
FINAL FANTASY V Edit GameAssembly.dll in a hex editor - Mod Config - Edit GameAssembly.dll in a hex editor - EDD0310
 
 
Replace with the values:
 
 
E8 8A D9 F1 FF 3C FF
 
 
FINAL FANTASY V Edit GameAssembly.dll in a hex editor - Mod Config - Edit GameAssembly.dll in a hex editor - 67F82FD
 
 
And that’s it! Save the dll, and play with always fast battles!
 
 

Written by eyrie0

 
 
Hope you enjoy the post for FINAL FANTASY V Edit GameAssembly.dll in a hex editor – Mod Config, If you think we should update the post or something is wrong please let us know via comment and we will fix it how fast as possible! Thank you and have a great day!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*