Final Fantasy Hacktics

Modding => Help! => Topic started by: Cyril on November 25, 2009, 09:38:01 pm

Title: Getting generic sprites with non-generic classes
Post by: Cyril on November 25, 2009, 09:38:01 pm
Pretty simple question. Say I want a generic sprite for an enemy entry in the ENDT (like a male Mediator), but I want to assign a special job to it. Is this sanely possible?
Title:
Post by: philsov on November 25, 2009, 11:39:18 pm
certainly.  Any sprite below 80 can be used with the ENTD to force specials into a generic sprite np.  Rip the iso with shishi to generate a list of what each sprite number correlates to.  Setting a special to bard, dancer, or mime isn't easy though.  

And, yes, its done via the ENTD section.
Title:
Post by: Cyril on November 26, 2009, 03:03:23 am
That did the trick perfectly. Thank you for your timely assistance =)