Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: Glain on May 21, 2018, 03:43:43 pm

Title: ATTACK.OUT Scenario Conditional Command Reference on Wiki
Post by: Glain on May 21, 2018, 03:43:43 pm
I recently went through the code that handles ATTACK.OUT battle event conditionals and made a reference for all of the conditional commands contained therein... and there were quite a few more than I've seen documented anywhere, and some were a bit different than how they'd been described before.

Some of these are well known and others less so!  I added a table to the Wiki page here (http://ffhacktics.com/wiki/Attack.Out_Battle_Event_Conditionals) for the ATTACK.OUT conditionals since the table didn't seem to fit very well as a post.
Title: Re: ATTACK.OUT Scenario Conditional Command Reference on Wiki
Post by: Pride on May 21, 2018, 05:31:31 pm
Oh! New stuff! That routine you documented is battle.bin? Just wanted to double check
Title: Re: ATTACK.OUT Scenario Conditional Command Reference on Wiki
Post by: Xifanie on May 21, 2018, 06:26:56 pm
Huh, and here I thought I already made such an article... but I can't find any. :v
Title: Re: ATTACK.OUT Scenario Conditional Command Reference on Wiki
Post by: Glain on May 21, 2018, 06:29:34 pm
Yeah, battle.bin.

That routine is an inner routine for this one, also in battle.bin: http://ffhacktics.com/wiki/Process_Scenario_Conditionals
The data is loaded into SCUS RAM from this code in attack.out: http://ffhacktics.com/wiki/Load_Scenario_Conditionals
Title: Re: ATTACK.OUT Scenario Conditional Command Reference on Wiki
Post by: Pride on May 21, 2018, 06:39:16 pm
@xifanie i know the world conditionals you put up but i dont remember seeing the attack.out
Title: Re: ATTACK.OUT Scenario Conditional Command Reference on Wiki
Post by: Xifanie on May 21, 2018, 06:41:54 pm
Interesting, I had the last instruction wrong. I thought it was only usable with Allied units. TIL!