Difference between revisions of "FF8/Field/Script/Opcodes/05C MAPJUMPO"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x05C''' * Short name: '''MAPJUMPO''' * Long name: Map jump ==== Argument ==== none ==== Stack ==== :''Field Map ID'' :''Walkmesh ID'' :'''MAPJUMP3''' ==== Des...")
 
m (4 revisions imported)
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
* Long name: Map jump
 
* Long name: Map jump
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Field Map ID''
+
 
:''Walkmesh ID''
+
: ''Field Map ID''
:'''MAPJUMP3'''
+
: ''Walkmesh ID''
 +
: '''MAPJUMPO'''
  
==== Description ====
+
==== Description ====
  
 
Jump the player to the field with the given ID and starting on the given walkmesh triangle. The walkmesh is almost always 0 because MAPJUMPO is intended to be used for teleporting the player into a cutscene, and the cutscenes place the characters where they need to be on initialization, so it doesn't matter where they're initially teleported.
 
Jump the player to the field with the given ID and starting on the given walkmesh triangle. The walkmesh is almost always 0 because MAPJUMPO is intended to be used for teleporting the player into a cutscene, and the cutscenes place the characters where they need to be on initialization, so it doesn't matter where they're initially teleported.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x05C
  • Short name: MAPJUMPO
  • Long name: Map jump

Argument

none

Stack

Field Map ID
Walkmesh ID
MAPJUMPO

Description

Jump the player to the field with the given ID and starting on the given walkmesh triangle. The walkmesh is almost always 0 because MAPJUMPO is intended to be used for teleporting the player into a cutscene, and the cutscenes place the characters where they need to be on initialization, so it doesn't matter where they're initially teleported.