Soaprman / FEFTwiddler

A save editor for Fire Emblem Fates
GNU General Public License v3.0
54 stars 17 forks source link

All bond units are set to gender="Male" in Characters.xml #44

Closed Soaprman closed 8 years ago

Soaprman commented 8 years ago

Probably half of them should be changed to Female.

Gonna just leave filling this in to somebody who knows who all these wacky people are, since I'd rather not have to guess based on their names!

RainThunder commented 8 years ago

I already added "isFemale" flag for a while ago. You can change the database file based on that flag.

Soaprman commented 8 years ago

Huh, I completely overlooked that.

Is the "isFemale" flag more true to the way the game handles things? And if so, does it work the same for classes? The purpose of setting these is to get values right for the class picker, which I just enabled a bit ago.

RainThunder commented 8 years ago

Yes, they are how the game handles things. Same for classes.

Soaprman commented 8 years ago

Alright, I'll drop the Gender enum and switch the implementation to that, then.