Difference between revisions of "WaitForInstruction"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
= {E5} {{IE_E5}} =
 
= {E5} {{IE_E5}} =
Wait for any given instruction type instance to complete before resuming.
+
{{IE_E5_ex}}
 +
 
 +
{{IE_E5_desc}}
  
  
Line 11: Line 13:
 
*0x06: [[Event_Instruction_1A|{1A} {{IE_1A}}]]
 
*0x06: [[Event_Instruction_1A|{1A} {{IE_1A}}]]
 
*0x07: [[Event_Instruction_1B|{1B} {{IE_1B}}]]
 
*0x07: [[Event_Instruction_1B|{1B} {{IE_1B}}]]
*0x08: [[Event_Instruction_2A|{2A} {{IE_2A}}]] / [[Event_Instruction_2B|{2B} {{IE_2B}}]] ?
+
*0x08: [[Event_Instruction_2B|{2B} {{IE_2B}}]] ?
 
*0x0B: UnitSprAnim?  / [[Event_Instruction_11|{11} {{IE_11}}]]
 
*0x0B: UnitSprAnim?  / [[Event_Instruction_11|{11} {{IE_11}}]]
 
*0x0C: [[Event_Instruction_3E|{3E} {{IE_3E}}]]
 
*0x0C: [[Event_Instruction_3E|{3E} {{IE_3E}}]]
Line 22: Line 24:
  
  
== Unknown 1 : Byte (hex) ==
+
{{x00}}
Always x00.
 

Revision as of 20:09, 7 January 2014

{E5} WaitForInstruction

WaitForInstruction(xIN,x00)

Wait for any given instruction type instance to complete before resuming.


See Also: {29} WaitWalk{57} WaitFieldObject{64} WaitRotateUnit{65} WaitRotateAll{6F} WaitSpriteMove{F1} Wait


Instruction Type : Byte (hex)


x00 : Byte (hex)

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