I’ve got an issue with FEbuilder that’s getting my goat. I’ve programmed a battle quote, and for some reason, both units have the same portrait. Also,the portrait on the left does not have mouth movement, and the right portrait’s mouth is janked up.
I’ve done dialogue before, and never had this problem. I’ve also written the characters separate portraits to display, so I’m not sure what’s going on.
I encountered the same problem when making flux’s conquest. I’d have to double check the ROM but I believe the issue is there cannot be two portraits up at the same time for a battle quote and one needs to be removed before the other is loaded (kinda a pain but should fix your issues)
That fixed it. Thank you!
I do have one more issue with the battle quotes. One quote is triggering for both characters, if that makes sense. I don’t know why this is happening, because I have two different flags set.
This one is definitely a bit more complicated. In the battle quote editor, which can be accessed if you just select it from the unit on the unit placer screen. I would check that the correct unit is there, there will also need to be a completion flag that is different. But more importantly it pulls the quotes in the order they are in the list (top to bottom) so if the general unit quote, or a different quote for the unit is before the one you want, that will be pulled first. You should be able to rearrange the list if required.
Alright, I think the order of the quotes is the issue. Thanks again!