Skip to content

Commit

Permalink
Rename verb 0xff 🖱️.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed May 30, 2024
1 parent f28ae05 commit f701c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/opcodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ const verbs = {
0x0d: 'Go To',
0x0e: 'Get',
0x0f: undefined,
0xff: 'Any verb', // Also used for buttons in the UI (e.g. character selection, num pad...).
};

export { opCodes, varNames, verbs };

0 comments on commit f701c43

Please sign in to comment.