List of Opcodes: Difference between revisions

Adex (talk | contribs)
Document some of BranchSum
Adex (talk | contribs)
m BranchSum operator description + SetEffect list tweak
Line 4,763: Line 4,763:
|position_marker_id?
|position_marker_id?
|Set to one of the following character sprite offsets:
|Set to one of the following character sprite offsets:
0: Head<br>1: Right Hand<br>2: Left Hand<br>3: Center<br>4: No offset (bottom of sprite)
# <li value="0">Head</li>
# Right Hand
# Left Hand
# Center
# No offset (bottom of sprite)
|}
|}


Line 7,097: Line 7,101:
|2
|2
|uint
|uint
|condition
|operator
|Conditional operator used when comparing variable sum against a value.
|Comparison operator used when comparing variable sum against a value.
# <li value="0">Always true</li>
# Always false
# Equal
# Greater than
# Less than
# Greater than or equal
# Less than or equal
# Not equal
# Bitwise AND
# Bitwise XOR
# Test specific bit
|-
|-
|3
|3