Difference between revisions of "FF8/Field/Script/Opcodes/05D MAPJUMPON"
Jump to navigation
Jump to search
Qhimm>Shard (Created page with "* Opcode: '''0x05D''' * Short name: '''MAPJUMPON''' * Long name: Enable Field Exits ==== Argument ==== none ==== Stack ==== :'''MAPJUMPON''' ==== Description ==== Lets the ...") |
ffrtt>BukTop m (3 revisions imported) |
||
(3 intermediate revisions by 3 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 ==== | |||
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 04: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.