FF7/Field/Script/Opcodes/A3 ANIME1

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 00:37, 13 September 2006 by my_wiki>Synergy Blades
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Opcode: 0xA3
  • Short name: ANIME1
  • Long name: Wait While Animate/Return

Memory layout

0xA3 A S

Arguments

  • const UByte A: Animation ID for this entity's field object.
  • const UByte S: Speed the animation is played at. Higher numbers indicate slower animations.

Description

Plays the animation found at ID A in this entity's field object, at the speed marked by S. When the animation is completed, the field object returns to its original state.

The current script's execution is halted whilst the animation is played, and continues when the animation has completed.