Difference between revisions of "FF8/Field/Script/Opcodes/01C HALT"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Myst6re
 
my_wiki>Shard
(Description)
Line 13: Line 13:
 
==== Description ====
 
==== Description ====
  
Unknown effect.
+
Exits the current script and all scripts that are waiting on it. To end only the current script, use RET instead.

Revision as of 07:25, 12 May 2014

  • Opcode: 0x01C
  • Short name: HALT
  • Long name: Halt

Argument

Always 0.

Stack

No change.

Description

Exits the current script and all scripts that are waiting on it. To end only the current script, use RET instead.