Difference between revisions of "FF8/Field/Script/Opcodes/05D MAPJUMPON"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x05D''' * Short name: '''MAPJUMPON''' * Long name: Enable Field Exits ==== Argument ==== none ==== Stack ==== :'''MAPJUMPON''' ==== Description ==== Lets the ...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Enable Field Exits
 
* Long name: Enable Field Exits
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:'''MAPJUMPON'''
+
 
 +
: '''MAPJUMPON'''
 +
 
 +
====  Description  ====
  
==== Description ====
 
 
Lets the player leave a field via a field exit (ie walk off the screen to go to another area). This is the default behavior of fields. This function is only used to undo [[FF8/Field/Script/Opcodes/05E_MAPJUMPOFF|MAPJUMPOFF]].
 
Lets the player leave a field via a field exit (ie walk off the screen to go to another area). This is the default behavior of fields. This function is only used to undo [[FF8/Field/Script/Opcodes/05E_MAPJUMPOFF|MAPJUMPOFF]].

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x05D
  • Short name: MAPJUMPON
  • Long name: Enable Field Exits

Argument

none

Stack

MAPJUMPON

Description

Lets the player leave a field via a field exit (ie walk off the screen to go to another area). This is the default behavior of fields. This function is only used to undo MAPJUMPOFF.