Difference between revisions of "SCUMM/V5 opcodes"

Jump to navigation Jump to search
m (→‎ifClassOfIs ($1D): args is a standard arg list)
m (→‎stopObjectCode ($00): stopObjectCode opcode is $A0)
Line 1,440: Line 1,440:




==stopObjectCode ($00)==
==stopObjectCode ($A0 or $00)==


===Encoding===
===Encoding===
Line 1,448: Line 1,448:
Marks the calling script as dead, to be later pruned from the thread pool. Cleans up residual arrays.
Marks the calling script as dead, to be later pruned from the thread pool. Cleans up residual arrays.


Is $00 correct?


==stopObjectScript ($6E)==
==stopObjectScript ($6E)==