FF6 Hacking
Help with editing some in-battle events - 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: Help with editing some in-battle events (/thread-3783.html)



Help with editing some in-battle events - strings805 - 12-30-2018

Hey all, working on a rom hack and was looking to edit Vargas's in-battle event so that when Sabin joins the fray, instead of the other three characters being forced out, all 4 would finish the battle together. Is there an event script like the one we use for event editing in-game for battle events? Thanks for your help!


RE: Help with editing some in-battle events - Everything - 12-30-2018

You're looking for the Battle Event Script. There are a couple different versions available on the wiki. The script for when Sabin joins the fight is at D0/A49D. If you want the other 3 characters to stay in the battle you'll need to remove the commands from D0/A54E through D0/A567. You will probably also need to modify the animations scripts at D0/A633, D0/A5FD, and D0/A618 to stop them from getting blown off screen. That will take a bit of trial and error.


RE: Help with editing some in-battle events - strings805 - 12-31-2018

Awesome! Thanks so much for the reply!