Difference between revisions of "FF8/Field/Script/Opcodes/05D MAPJUMPON"
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 ...") |
my_wiki>Albeoris (Created page with "* Opcode: '''0x05D''' * Short name: '''MAPJUMPON''' * Long name: Enable Field Exits ==== Argument ==== none ==== Stack ==== : '''MAPJUMPON''' ==== Description ====...") |
||
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]]. |
Revision as of 15:16, 24 March 2018
- 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.