WaitForInstruction

From Final Fantasy Hacktics Wiki
Revision as of 16:24, 30 December 2013 by Xifanie (talk | contribs) (Created page with "= WaitForInstruction = Wait for any given instruction type instance to complete before resuming. == Instruction Type : Byte (hex) == *0x01: ShowDialog *0x04: Camera *0x06: {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WaitForInstruction

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


Instruction Type : Byte (hex)

  • 0x01: ShowDialog
  • 0x04: Camera
  • 0x06: {1A}
  • 0x07: {1B}
  • 0x08: {2A}/{2B} block
  • 0x0B: UnitSprAnim / UnitAnim
  • 0x0C: {3E}
  • 0x34: {58}
  • 0x36: DarkScreen / RemoveDarkScreen
  • 0x38: DisplayConditions
  • 0x3D: ShowChapter
  • 0x41: Wait
  • 0x43: Stop


Unknown 1 : Byte (hex)

Always x00.