List of Opcodes: Difference between revisions
| Line 4,744: | Line 4,744: | ||
|} | |} | ||
=== 0x102 - SetEffect === | === 0x102 - SetEffect === | ||
Plays back an [[List of Effect Animations|effect animation]] assigned to an actor or performer. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 4,757: | Line 4,757: | ||
|Effect | |Effect | ||
|effect_id | |effect_id | ||
| | |The effect ID can be a number or a name if one has been given in SkyTemple. | ||
|- | |- | ||
|2 | |2 | ||
|uint | |uint | ||
|position_marker_id? | |position_marker_id? | ||
| | |Set to one of the following character sprite offsets: | ||
0: Head<br>1: Right Hand<br>2: Left Hand<br>3: Center | |||
|} | |} | ||
=== 0x103 - SetFunctionAttribute === | === 0x103 - SetFunctionAttribute === | ||
<TO DO: Opcode description> | <TO DO: Opcode description> | ||