FF8/Field/Script/Opcodes/006 RET

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Revision as of 05:22, 23 May 2019 by BukTop (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Opcode: 0x006
  • Short name: RET
  • Long name: Return

Argument

Unknown.

Stack

No change.

Description

If the script was called by another script, return to the another script where the current script was requested. Else the script is halted.