From e95513bb3c04528fdd7908d7764c67fc0b0764f5 Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Fri, 16 Aug 2019 20:01:38 +0200 Subject: [PATCH] Referenced registers should be able to have names too. --- assets_generation/resources/scripting/opcodes.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets_generation/resources/scripting/opcodes.schema.json b/assets_generation/resources/scripting/opcodes.schema.json index 128bff3a..0836ceb8 100644 --- a/assets_generation/resources/scripting/opcodes.schema.json +++ b/assets_generation/resources/scripting/opcodes.schema.json @@ -78,6 +78,9 @@ "type": { "$ref": "#/definitions/param_type" }, + "name": { + "type": "string" + }, "doc": { "type": "string" },