List of Opcodes: Difference between revisions

0x165 - WaitLockObject: Added description for WaitLockObject
Tags: Mobile edit Mobile web edit
0x166 - WaitLockPerformer: Added description for WaitLockPerformer
Tags: Mobile edit Mobile web edit
Line 6,374: Line 6,374:


=== 0x166 - WaitLockPerformer ===
=== 0x166 - WaitLockPerformer ===
<TO DO: Opcode description>
Pauses the current routine until a [[List of Opcodes#0x8b - Lock|Lock]] opcode with the specified ''lock_id'' is reached in the specified performer's targeted routine. After the lock is reached, the routine will resume.
 


{| class="wikitable"
{| class="wikitable"
Line 6,394: Line 6,395:
|
|
|}
|}
=== 0x167 - WaitLockSupervision ===
=== 0x167 - WaitLockSupervision ===
Pauses the current routine until a [[List of Opcodes#0x8b - Lock|Lock]] opcode with the specified ''lock_id'' is reached in <code>def 0</code>. After the lock is reached, the routine will resume.
Pauses the current routine until a [[List of Opcodes#0x8b - Lock|Lock]] opcode with the specified ''lock_id'' is reached in <code>def 0</code>. After the lock is reached, the routine will resume.