Difference between revisions of "Focus"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= Focus = Reach unit with the camera automatically using UnitID. Centers between Unit ID 1 and Unit ID 2. Thus, if the two are identical, focuses on that unit. See Also: E...")
 
Line 1: Line 1:
= Focus =
+
= [[Event_Instruction_1F|{1F} {{IE_1F}}]] =
Reach unit with the camera automatically using UnitID. Centers between Unit ID 1 and Unit ID 2. Thus, if the two are identical, focuses on that unit.
+
Reach unit with the camera automatically using UnitID. Centers between Unit 1 ID and Unit 2 ID. Thus, if the two are identical, focuses on that unit.
  
 +
Might rely on [[Event_Instruction_19|{19} {{IE_19}}]] to work
  
See Also: [[Event_Instruction_19|{19}Camera]]  [[Event_Instruction_E5|{E5}WaitForInstruction]]
 
  
 +
See Also: [[Event_Instruction_19|{19} {{IE_19}}]]
  
== Unit ID 1 : Byte (hex) ==
+
 
 +
== Unit 1 ID : Byte (hex) ==
 
ID of the unit specified in the ENTD.
 
ID of the unit specified in the ENTD.
  
Line 14: Line 16:
  
  
== Unit ID 2 : Byte (hex) ==
+
== Unit 2 ID : Byte (hex) ==
 
ID of the unit specified in the ENTD.
 
ID of the unit specified in the ENTD.
  

Revision as of 00:06, 31 December 2013

{1F} Focus

Reach unit with the camera automatically using UnitID. Centers between Unit 1 ID and Unit 2 ID. Thus, if the two are identical, focuses on that unit.

Might rely on {19} Camera to work


See Also: {19} Camera


Unit 1 ID : Byte (hex)

ID of the unit specified in the ENTD.


Unknown 1 : Byte (hex)

Always x00.


Unit 2 ID : Byte (hex)

ID of the unit specified in the ENTD.


Unknown 2 : Byte (hex)

Always x00.


Unknown 3 : Byte (hex)

Almost always x00; sometimes x01.