FF6 Hacking
switching sprites part way through game - 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: switching sprites part way through game (/thread-2221.html)



switching sprites part way through game - ribbits - 06-22-2013

How hard is it or is it possible to switch sprites part way through a hack. I guess it would be similar to ff1 and the new class, but only on one or two sprites.

Thanks in advance


RE: switching sprites part way through game - madsiur - 06-23-2013

You can assign a new sprite to a character via events. Now if you want to have more sprites in the game, there is other things to consider and ASM changes to do.


RE: switching sprites part way through game - ribbits - 06-23-2013

so if i wanted to switch sprites part way through the game for a character, then i would either need to add a sprite through asm hacking or not use one of the other sprites or characters?


RE: switching sprites part way through game - B-Run - 06-23-2013

Pretty much. I've got adding new sprites mostly working at this point, but it is a little but of an involved process, to say the least. I'm planning a tutorial video in the next couple weeks when I have time to iron out the minor details that are left.


RE: switching sprites part way through game - ribbits - 06-23-2013

good to know thanks. I have VERY limited asm skills so i'll keep my eyes open for your tutorial and see if I will want to take on that adventure myself.