Does anybody have the RAM address for the current unit's sex?
This sort of info should be added to the wiki as much as possible to encourage ASM hacking a bit more.
It's not currently in the list but if you do find it, add it.
http://www.ffhacktics.com/wiki/Formula_Hacking (http://www.ffhacktics.com/wiki/Formula_Hacking)
Will do.
Do you have any tips for trying to find it?
Well 0x80 = male, 0x40 = female, 0x20 = monster so it shouldn't be too hard to find.
To test just try with steal heart?
Good idea!
Looks like those are bit values.
I guess I'd be looking for some sort of comparison instruction and subsequent branches afterwords.