Difference between revisions of "InflictStatus"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
= {92} {{IE_92}} =
 
= {92} {{IE_92}} =
Inflict a status on a given unit.
+
{{IE_92_ex}}
 +
 
 +
{{IE_92_desc}}
  
  

Revision as of 00:42, 8 January 2014

{92} InflictStatus

InflictStatus(xID,x00,xSS,x0C,x00)

Inflict a status on a given unit.


See Also: {83} ChangeStats{E5} WaitForInstruction(x43,x00)


Unit ID : Byte (hex)

ID of the unit specified in the ENTD.


x00 : Byte (hex)

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


Status : Byte (hex)

  • 0x00 = Revive with 1HP if necessary
  • 0x01 = Crystal
  • 0x02 = Poison + Critical


Unknown : Byte (hex)

Often 0x0C, else 0x01.


x00 : Byte (hex)

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