Difference between revisions of "FF8/Field/Script/Opcodes/03E MOVE"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
my_wiki>Shard
(Created page with "* Opcode: '''0x03E''' * Short name: '''MOVE''' * Long name: Move ==== Argument ==== none ==== Stack ==== :''X position'' :''Y Position' :''?'' :''Distance to stop?'' :'''MO...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Move
 
* Long name: Move
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''X position''
 
:''Y Position'
 
:''?''
 
:''Distance to stop?''
 
:'''MOVE'''
 
  
==== Description ====
+
: ''X position''
 +
: ''Y Position'''
 +
: ''?''
 +
: ''Distance to stop?''
 +
: '''MOVE'''
 +
 
 +
==== Description ====
  
 
Make this entity walk/run to the given coordinates.
 
Make this entity walk/run to the given coordinates.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x03E
  • Short name: MOVE
  • Long name: Move

Argument

none

Stack

X position
Y Position'
?
Distance to stop?
MOVE

Description

Make this entity walk/run to the given coordinates.