Difference between revisions of "FF8/Field/Script/Opcodes/041 CMOVE"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x041''' * Short name: '''CMOVE''' * Long name: C? Move ==== Argument ==== none ==== Stack ==== :''X'' :''Y'' :''Z'' :''?'' :'''CMOVE''' ==== Description ==== ...")
 
my_wiki>Shard
m
Line 10: Line 10:
 
:''Y''
 
:''Y''
 
:''Z''
 
:''Z''
:''?''
+
:''????'' (always 0?)
 
:'''CMOVE'''
 
:'''CMOVE'''
  

Revision as of 05:48, 19 May 2014

  • Opcode: 0x041
  • Short name: CMOVE
  • Long name: C? Move

Argument

none

Stack

X
Y
Z
???? (always 0?)
CMOVE

Description

Move this entity. Unlike the other MOVE functions, this will not play the entity's walking animation or make it turn. It will retain its current facing and continue its current animation as it moves.