Difference between revisions of "FF8/Field/Script/Opcodes/10D WORLDMAPJUMP"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "__NOTOC__ * Opcode: '''0x10D''' * Short name: '''WORLDMAPJUMP''' * Long name: Jump to world map ==== Argument ==== none ==== Stack ==== :''Location'' :''Vehicle flags?'' :'...")
 
my_wiki>Albeoris
(Created page with "* Opcode: '''0x10D''' * Short name: '''WORLDMAPJUMP''' * Long name: Jump to world map ==== Argument ==== none ==== Stack ==== : ''Location'' : ''Vehicle flags?'' : ''?...")
Line 1: Line 1:
__NOTOC__
 
 
* Opcode: '''0x10D'''
 
* Opcode: '''0x10D'''
 
* Short name: '''WORLDMAPJUMP'''
 
* Short name: '''WORLDMAPJUMP'''
 
* Long name: Jump to world map
 
* Long name: Jump to world map
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Location''
 
:''Vehicle flags?''
 
:''?''
 
:'''WORLDMAPJUMP'''
 
  
==== Description ====
+
: ''Location''
 +
: ''Vehicle flags?''
 +
: ''?''
 +
: '''WORLDMAPJUMP'''
 +
 
 +
==== Description ====
  
 
Jumps the player to the world map. The game has a preset list of locations to jump to - there is no way AFAIK to jump to a specific XY point.
 
Jumps the player to the world map. The game has a preset list of locations to jump to - there is no way AFAIK to jump to a specific XY point.

Revision as of 15:47, 24 March 2018

  • Opcode: 0x10D
  • Short name: WORLDMAPJUMP
  • Long name: Jump to world map

Argument

none

Stack

Location
Vehicle flags?
?
WORLDMAPJUMP

Description

Jumps the player to the world map. The game has a preset list of locations to jump to - there is no way AFAIK to jump to a specific XY point.