FF6 Hacking
Question: Changing a Battle Command to a single spell - 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: Question: Changing a Battle Command to a single spell (/thread-3912.html)

Pages: 1 2


RE: Question: Changing a Battle Command to a single spell - C-Dude - 04-23-2020

Hmm... I think I may have made an oops. Try changing the second "85 B6" to "85 B5"... it looks like the code I provided overwrites the animation twice instead of overwriting the animation and then the command.
So A9 ** 85 B6 A9 02 85 B5


RE: Question: Changing a Battle Command to a single spell - Morendo - 04-23-2020

Aha! That did it! I'll have to fool around with it some more, but this is an excellent jumping-off point. Thanks!

EDIT- For anyone else following along, if you jump to $1741 instead of $1765 it will display the name of the magic spell at the top of the screen instead of just "Magic". Happy coding!