From 55cdcda18fa09e2c6ca1aa67e3996c5bc86d57ff Mon Sep 17 00:00:00 2001 From: Rory Kelly Date: Thu, 2 Dec 2021 23:11:54 +0000 Subject: [PATCH] Remove TMC for the time being. --- src/assets/json/games.json | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/assets/json/games.json b/src/assets/json/games.json index df58aec..e1965f3 100644 --- a/src/assets/json/games.json +++ b/src/assets/json/games.json @@ -97,27 +97,5 @@ ] } ] - }, - { - "slug": "tmc", - "title": "The Minish Cap", - "links": { - "github": "https://www.github.com/zeldaret/tmc" - }, - "progress": "progress-tmc", - "columns": [ - { - "type": "percent", - "index": 3, - "name": "Source code", - "display": "{0}% of source code decompiled" - }, - { - "type": "percent", - "index": 5, - "name": "Data", - "display": "{0}% of data decompiled" - } - ] } ]