FF8/Field/Script/Opcodes/01C HALT
< FF8 | Field | Script | Opcodes
Jump to navigation
Jump to search
Revision as of 04:30, 24 March 2018 by my_wiki>Albeoris (Created page with "* Opcode: '''0x01C''' * Short name: '''HALT''' * Long name: Halt ==== Argument ==== Always 0. ==== Stack ==== No change. ==== Description ==== Exits the current sc...")
- 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.