List of Opcodes: Difference between revisions
→0x167 - WaitLockSupervision: Added description for WaitLockSupervision Tags: Mobile edit Mobile web edit |
→0x16b - WaitRandom: Added description for WaitRandom Tags: Mobile edit Mobile web edit |
||
| Line 6,434: | Line 6,434: | ||
No parameters. | No parameters. | ||
=== 0x16b - WaitRandom === | === 0x16b - WaitRandom === | ||
Pauses the routine for a random number of frames. After the number of frames, the routine will resume. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 6,446: | Line 6,446: | ||
|1 | |1 | ||
|uint | |uint | ||
| | |duration_min | ||
| | |Minimum number of frames that the routine will wait for before resuming. | ||
|- | |- | ||
|2 | |2 | ||
|uint | |uint | ||
| | |duration_max | ||
| | |Maximum number of frames that the routine will wait for before resuming. | ||
|} | |} | ||
=== 0x16c - WaitScreenFade === | === 0x16c - WaitScreenFade === | ||
<TO DO: Opcode description> | <TO DO: Opcode description> | ||