List of Opcodes: Difference between revisions
→0x176 - worldmap_MoveCamera: Added description for worldmap_MoveCamera Tags: Mobile edit Mobile web edit |
m Replace opcode references with links and other minor fixes |
||
| Line 6,218: | Line 6,218: | ||
=== 0x159 - WaitBackEffect === | === 0x159 - WaitBackEffect === | ||
Pauses the current routine until | Pauses the current routine until [[List of Opcodes#0x2 - back SetBackEffect|back_SetBackEffect]] is called. | ||
No parameters. | No parameters. | ||
=== 0x15a - WaitBack2Effect === | === 0x15a - WaitBack2Effect === | ||
Pauses the current routine until | Pauses the current routine until [[List of Opcodes#0x12 - back2 SetBackEffect|back2_SetBackEffect]] is called. | ||
No parameters. | No parameters. | ||
| Line 6,394: | Line 6,393: | ||
|} | |} | ||
=== 0x167 - WaitLockSupervision === | === 0x167 - WaitLockSupervision === | ||
Pauses the current routine until | 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. | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 6,531: | Line 6,530: | ||
|} | |} | ||
=== 0x175 - worldmap_DeleteArrow === | === 0x175 - worldmap_DeleteArrow === | ||
Remove the yellow arrow from the world map. | |||
No parameters. | No parameters. | ||
| Line 6,558: | Line 6,557: | ||
=== 0x178 - worldmap_SetArrow === | === 0x178 - worldmap_SetArrow === | ||
Shows an arrow | Shows an arrow pointing to a specified world map marker | ||
{| class="wikitable" | {| class="wikitable" | ||