Difference between revisions of "Wait EI"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {F1} {{IE_F1}} = Wait for a given number of frames before resuming. See Also: {E5} {{IE_E5}} == Time : Half-Word (unsigned) == Time required to...")
 
m (Xifanie moved page Event Instruction F1 to Wait EI)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
= {F1} {{IE_F1}} =
 
= {F1} {{IE_F1}} =
Wait for a given number of frames before resuming.
+
{{IE_F1_ex}}
 +
 
 +
{{IE_F1_desc}}
  
  
Line 7: Line 9:
  
 
== Time : Half-Word (unsigned) ==
 
== Time : Half-Word (unsigned) ==
Time required to perform the whole instruction.
+
Time required to perform the whole instruction. (1 frame = 1/60th of a second)
 
*00060 = 1,00 second
 
*00060 = 1,00 second
 
*00120 = 2,00 seconds
 
*00120 = 2,00 seconds
 
*00300 = 5,00 seconds
 
*00300 = 5,00 seconds
 
*65535 = 1092,25 seconds
 
*65535 = 1092,25 seconds

Latest revision as of 05:13, 23 February 2021

{F1} Wait

Wait(TIMER)

Wait for a given number of frames before resuming.


See Also: {E5} WaitForInstruction


Time : Half-Word (unsigned)

Time required to perform the whole instruction. (1 frame = 1/60th of a second)

  • 00060 = 1,00 second
  • 00120 = 2,00 seconds
  • 00300 = 5,00 seconds
  • 65535 = 1092,25 seconds