Difference between revisions of "FF8/Field/Script/Opcodes/023 JUMP"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x023''' * Short name: '''JUMP''' * Long name: Jump to location ==== Argument ==== Walkmesh triangle ID. ==== Stack ==== :''XCoord'' :''YCoord'' :''Speed in fr...")
 
my_wiki>Albeoris
(Created page with "* Opcode: '''0x023''' * Short name: '''JUMP''' * Long name: Jump to location ==== Argument ==== Walkmesh triangle ID. ==== Stack ==== : ''XCoord'' : ''YCoord'' : ''Spe...")
Line 3: Line 3:
 
* Long name: Jump to location
 
* Long name: Jump to location
  
==== Argument ====
+
==== Argument ====
  
 
Walkmesh triangle ID.
 
Walkmesh triangle ID.
  
==== Stack ====
+
==== Stack ====
:''XCoord''
 
:''YCoord''
 
:''Speed in frames?''
 
:'''JUMP'''
 
  
==== Description ====
+
: ''XCoord''
 +
: ''YCoord''
 +
: ''Speed in frames?''
 +
: '''JUMP'''
 +
 
 +
==== Description ====
  
 
Makes this entity move from its current position to the given coordinates. I'm 99% positive that the last parameter is the speed of the jump. JUMP is only used in three places in the entire game: Twice in Dollet when the two Galbadian soldiers jump off the bridge, and once in Caraway's mansion when Irvine jumps from the chair over the desk.
 
Makes this entity move from its current position to the given coordinates. I'm 99% positive that the last parameter is the speed of the jump. JUMP is only used in three places in the entire game: Twice in Dollet when the two Galbadian soldiers jump off the bridge, and once in Caraway's mansion when Irvine jumps from the chair over the desk.

Revision as of 04:32, 24 March 2018

  • Opcode: 0x023
  • Short name: JUMP
  • Long name: Jump to location

Argument

Walkmesh triangle ID.

Stack

XCoord
YCoord
Speed in frames?
JUMP

Description

Makes this entity move from its current position to the given coordinates. I'm 99% positive that the last parameter is the speed of the jump. JUMP is only used in three places in the entire game: Twice in Dollet when the two Galbadian soldiers jump off the bridge, and once in Caraway's mansion when Irvine jumps from the chair over the desk.