mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Derive data for scripts that include opcode 255
This commit is contained in:
parent
88478a1670
commit
7c40cca3e7
2 changed files with 837 additions and 630 deletions
1464
modern/resources/maki-skin-data.json
vendored
1464
modern/resources/maki-skin-data.json
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue