Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: Vanya on September 23, 2009, 09:09:03 am

Title: ASM related question...
Post by: Vanya on September 23, 2009, 09:09:03 am
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.
Title:
Post by: Zenko on September 23, 2009, 10:12:17 am
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)
Title:
Post by: Vanya on September 23, 2009, 10:50:20 am
Will do.
Do you have any tips for trying to find it?
Title:
Post by: Zenko on September 23, 2009, 11:48:31 am
Well 0x80 = male, 0x40 = female, 0x20 = monster so it shouldn't be too hard to find.

To test just try with steal heart?
Title:
Post by: Vanya on September 23, 2009, 02:54:27 pm
Good idea!

Looks like those are bit values.
I guess I'd be looking for some sort of comparison instruction and subsequent branches afterwords.