Difference between revisions of "FF7/Field/Script/Opcodes/DC CCANM"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Akari
my_wiki>BukTop
m (2 revisions imported)
(No difference)

Revision as of 12:34, 4 April 2018

  • Opcode: 0xDC
  • Short name: CCANM
  • Long name: Stand/Walk/Run animation.

Memory layout

0xDC A unused I

Arguments

  • const UByte A: Animation ID for selected action.
  • const UByte I: Id of selected action. (0 - stand, 1 - walk, 2 - run).

Description

Opcode set animation id used for standart player action: stand, walk and run. This is global for location so if you want to change your player model you need to be sure that this model has animation with this id.