![]() |
Locke talks to himself... - 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: Locke talks to himself... (/thread-2576.html) |
Locke talks to himself... - Royaken - 05-10-2014 Sorry about all the posts today guys. This one I'm ashamed a didn't think about before hand. In fight against magitek armor or the 1st fight you use magic on with terra Locke and edger they freek out about her using magic. Well I changed edgers ability to jump so.... Locke ended up talking to himself. How do I fix this? Is there a way to make terra cast fire at the start of that battle before anything else happens? RE: Locke talks to himself... - madsiur - 05-10-2014 The bit to clear is 1DD1:1 This will prevent the "m-m-m-magic" battle event from happening. You can clear the bit with event command B9. Edit: Bit 1DCE:0 disable the battle event. You could also try setting that one. RE: Locke talks to himself... - Gi Nattak - 05-10-2014 This was a funny issue in the Eternal Crystals hack I remember, who's Edgar character also had jump which allowed this to happen. You can't really practically make Terra cast a spell first thing in that battle without giving her a script and turning her into a character acting as monster, like Cyan in the Imperial Camp. The only thing I can think of to just knock out the whole battle event from happening by clearing or preventing the event bit from being set that causes it to play out. it's this bit here: $1DC9($41) [$1DD1, bit 1] it's at address CA/637F in the event dump. FD FD the B8 41 should do it I think. Besides this I'm not sure what you could do. RE: Locke talks to himself... - Xenovant - 05-10-2014 Or you could delete the lines that trigger that scene on the battle script of the magitek armors Edit: the ID of the magitek armors is 66 RE: Locke talks to himself... - Royaken - 05-10-2014 (05-10-2014, 01:37 PM)Xenovant Wrote: Or you could delete the lines that trigger that scene on the battle script of the magitek armors Well it can haappen in other battles as well if you don't use it that one. Lol. Alright thanx guys! |