Difference between revisions of "FF8/Field/Script/Opcodes/005 LBL"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>BukTop
m (1 revision imported)
m (clarification)
 
(2 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
====  Description  ====
 
====  Description  ====
  
Specify the absolute identifier of the script. Each script starts with this opcode. This may be redundant and optional information.
+
Specify the absolute identifier of the script. Each script must start with this opcode to clear out the temp list onto the stack. The ID itself is ignored during execution but used elsewhere as an identifier.

Latest revision as of 19:34, 24 October 2020

  • Opcode: 0x005
  • Short name: LBL
  • Long name: Label

Argument

Script ID.

Stack

No change.

Description

Specify the absolute identifier of the script. Each script must start with this opcode to clear out the temp list onto the stack. The ID itself is ignored during execution but used elsewhere as an identifier.