Difference between revisions of "FF8/Field/Script/Opcodes/006 RET"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Myst6re
 
my_wiki>BukTop
m (1 revision imported)
(No difference)

Revision as of 12:36, 4 April 2018

  • 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.