Difference between revisions of "FF8/Field/Script/Opcodes/029 MAPJUMP"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x029''' * Short name: '''MAPJUMP''' * Long name: Jump to map ==== Argument ==== Walkmesh ID ==== Stack ==== :''Field Map ID'' :''XCoord'' :''YCoord'' :''ZCoor...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Jump to map
 
* Long name: Jump to map
  
==== Argument ====
+
==== Argument ====
  
 
Walkmesh ID
 
Walkmesh ID
  
==== Stack ====
+
==== Stack ====
:''Field Map ID''
 
:''XCoord''
 
:''YCoord''
 
:''ZCoord''
 
:'''MAPJUMP'''
 
  
==== Description ====
+
: ''Field Map ID''
 +
: ''XCoord''
 +
: ''YCoord''
 +
: ''ZCoord''
 +
: '''MAPJUMP'''
 +
 
 +
==== Description ====
  
 
Jump the player to the field with the given ID at the specified coordinates.
 
Jump the player to the field with the given ID at the specified coordinates.

Latest revision as of 05:23, 23 May 2019

  • Opcode: 0x029
  • Short name: MAPJUMP
  • Long name: Jump to map

Argument

Walkmesh ID

Stack

Field Map ID
XCoord
YCoord
ZCoord
MAPJUMP

Description

Jump the player to the field with the given ID at the specified coordinates.