Open main menu

Difference between revisions of "SCUMM/V5 opcodes"

6 bytes added ,  12:04, 26 March 2009
m
m (→‎Operation: unambiguity)
Line 1,023: Line 1,023:
===Operation===
===Operation===
  forall (res) {
  forall (res) {
if (res >= $80) then _resourceMapper[res & $7F] := val
  if (res >= $80) {
}
  _resourceMapper[res & $7F] := val
  }
}


What does this actually do? We may never know.
What does this actually do? We may never know.


==putActor ($01)==
==putActor ($01)==
125

edits