Difference between revisions of "FF8/Field/Script/Opcodes/02A MAPJUMP3"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x02A''' * Short name: '''MAPJUMP3''' * Long name: Jump to map ==== Argument ==== Walkmesh ID ==== Stack ==== :''Field Map ID'' :''XCoord'' :''YCoord'' :''ZCoo...")
 
my_wiki>Albeoris
(Created page with "* Opcode: '''0x02A''' * Short name: '''MAPJUMP3''' * Long name: Jump to map ==== Argument ==== Walkmesh ID ==== Stack ==== : ''Field Map ID'' : ''XCoord'' : ''YCoord''...")
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''
 
:''(angle?)''
 
:'''MAPJUMP3'''
 
  
==== Description ====
+
: ''Field Map ID''
 +
: ''XCoord''
 +
: ''YCoord''
 +
: ''ZCoord''
 +
: ''(angle?)''
 +
: '''MAPJUMP3'''
 +
 
 +
==== Description ====
  
 
Jump the player to the field with the given ID at the specified coordinates. Last parameter is probably the angle to face, because it's never above 360 (the highest I've found is 240). Interestingly, the last parameter is always even, and except for the values 6 and 10, it's always a multiple of 4 in the game.
 
Jump the player to the field with the given ID at the specified coordinates. Last parameter is probably the angle to face, because it's never above 360 (the highest I've found is 240). Interestingly, the last parameter is always even, and except for the values 6 and 10, it's always a multiple of 4 in the game.

Revision as of 04:34, 24 March 2018

  • Opcode: 0x02A
  • Short name: MAPJUMP3
  • Long name: Jump to map

Argument

Walkmesh ID

Stack

Field Map ID
XCoord
YCoord
ZCoord
(angle?)
MAPJUMP3

Description

Jump the player to the field with the given ID at the specified coordinates. Last parameter is probably the angle to face, because it's never above 360 (the highest I've found is 240). Interestingly, the last parameter is always even, and except for the values 6 and 10, it's always a multiple of 4 in the game.