Difference between revisions of "FF8/Field/Script/Opcodes/042 FMOVE"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x042''' * Short name: '''FMOVE''' * Long name: Facing? Move ==== Argument ==== none ==== Stack ==== :''X'' :''Y'' :''Z'' :''????'' (always 0?) :'''FMOVE''' ==...")
 
my_wiki>Albeoris
(Created page with "* Opcode: '''0x042''' * Short name: '''FMOVE''' * Long name: Facing? Move ==== Argument ==== none ==== Stack ==== : ''X'' : ''Y'' : ''Z'' : ''????'' (always 0?) : '''F...")
Line 3: Line 3:
 
* Long name: Facing? Move
 
* Long name: Facing? Move
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''X''
+
 
:''Y''
+
: ''X''
:''Z''
+
: ''Y''
:''????'' (always 0?)
+
: ''Z''
:'''FMOVE'''
+
: ''????'' (always 0?)
 +
: '''FMOVE'''
 +
 
 +
====  Description  ====
  
==== Description ====
 
 
Moves this entity. Unlike the other move functions, this will not cause the entity's walk animation to play, but will make it face in the direction of movement.
 
Moves this entity. Unlike the other move functions, this will not cause the entity's walk animation to play, but will make it face in the direction of movement.
 
[[Category:Unfinished FF8 Opcodes]]
 

Revision as of 14:46, 24 March 2018

  • Opcode: 0x042
  • Short name: FMOVE
  • Long name: Facing? Move

Argument

none

Stack

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

Description

Moves this entity. Unlike the other move functions, this will not cause the entity's walk animation to play, but will make it face in the direction of movement.