Difference between revisions of "FF7/Field/Script/Opcodes/13 JMPBL"
Jump to navigation
Jump to search
my_wiki>Synergy Blades |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
* Opcode: '''0x13''' | * Opcode: '''0x13''' | ||
| − | * Short name: ''' | + | * Short name: '''LBACK''' |
* Long name: Jump back (long) | * Long name: Jump back (long) | ||
| Line 6: | Line 6: | ||
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;" | {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;" | ||
! width="40" | 0x10 | ! width="40" | 0x10 | ||
| − | ! width=" | + | ! width="80" | ''A'' |
|} | |} | ||
==== Arguments ==== | ==== Arguments ==== | ||
| − | * '''const | + | * '''const UShort''' ''A'': Amount to jump backwards. |
==== Description ==== | ==== Description ==== | ||
| − | Jumps backward in the current script a specified amount. The jump begins just before the jump opcode itself and then moves the current byte pointer back the specified number of bytes. Unlike [[FF7/Field/Script/Opcodes/12 JMPB| | + | Jumps backward in the current script a specified amount. The jump begins just before the jump opcode itself and then moves the current byte pointer back the specified number of bytes. Unlike [[FF7/Field/Script/Opcodes/12 JMPB|BACK]], this jump command allows jumps longer than 0xFF bytes. |
Latest revision as of 15:43, 21 September 2025
- Opcode: 0x13
- Short name: LBACK
- Long name: Jump back (long)
Memory layout
| 0x10 | A |
|---|
Arguments
- const UShort A: Amount to jump backwards.
Description
Jumps backward in the current script a specified amount. The jump begins just before the jump opcode itself and then moves the current byte pointer back the specified number of bytes. Unlike BACK, this jump command allows jumps longer than 0xFF bytes.