Difference between revisions of "FF7/Field/Script/Opcodes/B1 CANM!1"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>BukTop
m (1 revision imported)
ffrtt>BukTop
m (2 revisions imported)
(No difference)

Revision as of 04:18, 23 May 2019

  • Opcode: 0xB1
  • Short name: CANM!1
  • 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 ANIM!1, but allow set first and last frame of given animation.