FF7/Field/Script/Opcodes/00 RET

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 12:16, 21 September 2025 by Akari (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Opcode: 0x00
  • Short name: RET
  • Long name: Return from request / Halt

Memory layout

0x00

Arguments

None.

Description

When an actor's event is being executed as part of a request (function call), the return opcode will cause current execution to halt and return to whatever the actor was previously executing (at some lower priority). If the execution was requested via a synchronous call (REQEW or PRQEW), the completion of execution is also signalled to the calling actor which can resume execution.

If return is used when executing at lowest priority (0x7), execution will simply halt. This is what happens in the entry scripts.