From dfa0fa4a9ed3ee46521bcaec9b7ad517192e91c7 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Mon, 28 Sep 2020 20:43:22 -0600 Subject: [PATCH] Add gray buttons to the C2M implementation --- js/format-c2m.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/format-c2m.js b/js/format-c2m.js index e2558ad..243d66d 100644 --- a/js/format-c2m.js +++ b/js/format-c2m.js @@ -340,7 +340,9 @@ const TILE_ENCODING = { 0x46: { name: 'force_floor_all', }, - // 0x47: 'button_gray', + 0x47: { + name: 'button_gray', + }, // FIXME swivel floors... argh... 0x48: { name: 'swivel_sw',