Jump to content

Loading units depending On Tact Gender


TheMaskedRaider
 Share

Recommended Posts

From a quick search of this forum

IFAF 0x01 0xE01471

Seems to be the condition for tactician male/female. Haven't tried it myself, but it seems to work.

That'll only work if you put the ASM routine that checks for tactician gender to offset 0xE01470. Here's the routine in binary:

https://dl.dropbox.com/u/341300/IfTacticianMale.bin

Link to comment
Share on other sites

copy the stuff in that .bin file into some free space in your ROM that has an offset starting with 0, 4, 8 or C

remember that offset

then use the routine

IFAT condition offset+1

the offset+1 is very important it will not work if you don't do it

Link to comment
Share on other sites

for the love of fuck

PASTE the contents of the .bin file wherever. let's just say that it's at 0x0C0000 for the sake of teaching.

REMEMBER that it is at 0x0C0000

ADD one to that offset to get 0x0C0001

RECALL that the asm condition is IFAT or IFAF

THEREFORE the code should be

IFAT id 0x0C0001

or

IFAF id 0x0C0001

Link to comment
Share on other sites

the tutorial does in fact explain this

and wtf are you doing with the indexmode and everything

just use the damn thing in your code

IFAT 0x1 0x0C0001
MOVE 0x3 [00, 00]
ENUN
LOU1 good
ENUN
ENIF 0x1

Edited by CT075
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...