Derive data for scripts that include opcode 255

This commit is contained in:
Jordan Eldredge 2019-09-28 21:52:14 -07:00
parent 88478a1670
commit 7c40cca3e7
2 changed files with 837 additions and 630 deletions

File diff suppressed because it is too large Load diff

View file

@ -68,6 +68,9 @@ const COMMANDS = {
"112": { name: "strangeCall", arg: "objFunc", in: "0", out: "1" },
// Mystery opcode
// "255": { name: "MYSTERY", short: "WAT", in: "0", out: "0" },
"300": { name: "blockStart", short: "{", in: "0", out: "0" },
"301": { name: "blockEnd", short: "}", in: "0", out: "0" },