List of Opcodes: Difference between revisions

m renamed Routine to Coroutine for consistency
0x167 - WaitLockSupervision: Added description for WaitLockSupervision
Tags: Mobile edit Mobile web edit
Line 6,393: Line 6,393:
|}
|}
=== 0x167 - WaitLockSupervision ===
=== 0x167 - WaitLockSupervision ===
<TO DO: Opcode description>
Pauses the current routine until the opcode <code>Lock</code> with the specified ''lock_id'' is reached in <code>def 0</code>. After the lock is reached, the routine will resume.


{| class="wikitable"
{| class="wikitable"
Line 6,405: Line 6,405:
|1
|1
|uint
|uint
|unk0
|lock_id
|
|
|}
|}
=== 0x168 - WaitMe ===
=== 0x168 - WaitMe ===
<TO DO: Opcode description>
<TO DO: Opcode description>