![]() |
Using Lore within the Fanatics Tower - 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: Using Lore within the Fanatics Tower (/thread-4438.html) |
Using Lore within the Fanatics Tower - fedorajoe - 09-22-2024 Hey, I would like the Lore command to be enabled when inside the Fanatics Tower, both for Strago and Gogo. Does anyone know what I'd need to edit to do this? Thanks! RE: Using Lore within the Fanatics Tower - Everything - 09-22-2024 There's a block of code startingĀ at C2/5354 that updates each character's command list for battles in the Fanatics' Tower. There are commented disassemblies on the wiki that should clarify how this code works. I don't see a super obvious way to enable the Lore command, but it's certainly possible. Hope this helps. RE: Using Lore within the Fanatics Tower - fedorajoe - 09-22-2024 (09-22-2024, 01:32 PM)Everything Wrote: There's a block of code startingĀ at C2/5354 that updates each character's command list for battles in the Fanatics' Tower. There are commented disassemblies on the wiki that should clarify how this code works. I don't see a super obvious way to enable the Lore command, but it's certainly possible. Hope this helps. Oh, thank you! I didn't know that was out there. This at least gives me a good place to start! |