FF6 Hacking

Full Version: Game Over Command
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all, I was wondering if there is a software that can modify Command "FB" Miscellaneous "2- End combat" into "Game Over" effect instead. Or some interesting script/code that result in a instant game over. For example, if a certain hostage (Not in party so no lead character, but instead classify as a monster/enemy) was killed, its game over. Similar to FF8 Adel capture Rinoa.
I dunno if there is a way to achieve this with the actual AI scripting system but to modify an AI command you can use an assembler like bass or xkas. The C2 disassembly can help you locate the code to modify, as you can search comments in it. If you've never coded ASM before, there will be a learning curve though.