Difference between revisions of "DismissUnit"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {7A} {{IE_7A}} = Removes the first unit found with the given Special Job ID from the player's roster. == Special Job ID : Byte (Hex) == Job ID of the unit to be removed fr...")
 
m (Xifanie moved page Event Instruction 7A to DismissUnit)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= {7A} {{IE_7A}} =
 
= {7A} {{IE_7A}} =
Removes the first unit found with the given Special Job ID from the player's roster.
+
{{IE_7A_ex}}
 +
 
 +
{{IE_7A_desc}}
  
  
 
== Special Job ID : Byte (Hex) ==
 
== Special Job ID : Byte (Hex) ==
 
Job ID of the unit to be removed from the party roster (formation).
 
Job ID of the unit to be removed from the party roster (formation).
 +
 +
 +
{{x00}}

Latest revision as of 15:31, 22 February 2021

{7A} DismissUnit

DismissUnit(xJB,x00)

Removes the first unit which matches the given Special Job ID from the player's roster.


Special Job ID : Byte (Hex)

Job ID of the unit to be removed from the party roster (formation).


x00 : Byte (hex)

This value is always set to x00 in the original game; it probably doesn't have a function.