Difference between revisions of "FF8/Field/Script/Opcodes/01C HALT"
Jump to navigation
Jump to search
my_wiki>Shard (→Description) |
m (4 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* Long name: Halt | * Long name: Halt | ||
− | ==== Argument ==== | + | ==== Argument ==== |
Always 0. | Always 0. | ||
− | ==== Stack ==== | + | ==== Stack ==== |
No change. | No change. | ||
− | ==== Description ==== | + | ==== Description ==== |
Exits the current script and all scripts that are waiting on it. To end only the current script, use RET instead. | Exits the current script and all scripts that are waiting on it. To end only the current script, use RET instead. |
Latest revision as of 05:23, 23 May 2019
- 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.