FF7/Field/Script/Opcodes/B0 CANIM1

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 17:51, 21 January 2008 by my_wiki>Akari
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Opcode: 0xB0
  • Short name: CANIM1
  • Long name: Particial Animation.

Memory layout

0xAF A F L S

Arguments

  • const UByte A: Animation ID for this entity's field object.
  • const UByte F: First frame of animation.
  • const UByte L: Last frame of animation.
  • const UByte S: Relative speed of animation. Real model animation speed divide by this to calculate real play speed.

Description

Exactly the same as ANIME2, but allow set first and last frame of given animation.