Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesTiler')
-rw-r--r--NesTiler/ColorFinder.cs2
-rw-r--r--NesTiler/nestiler-colors.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/NesTiler/ColorFinder.cs b/NesTiler/ColorFinder.cs
index 9705dc3..0166320 100644
--- a/NesTiler/ColorFinder.cs
+++ b/NesTiler/ColorFinder.cs
@@ -11,7 +11,7 @@ namespace com.clusterrr.Famicom.NesTiler
{
class ColorFinder
{
- static byte[] FORBIDDEN_COLORS = { 0x0D, 0x0E, 0x0F, 0x1E, 0x1F, 0x2E, 0x2F, 0x3E, 0x3F };
+ static byte[] FORBIDDEN_COLORS = { 0x0D };
public readonly Dictionary<byte, SKColor> Colors;
private readonly Dictionary<SKColor, byte> cache = new();
diff --git a/NesTiler/nestiler-colors.json b/NesTiler/nestiler-colors.json
index dbf2bff..ee9970e 100644
--- a/NesTiler/nestiler-colors.json
+++ b/NesTiler/nestiler-colors.json
@@ -12,6 +12,7 @@
"0x0A": "#005000",
"0x0B": "#003C14",
"0x0C": "#183C5C",
+ "0x0F": "#000000",
"0x10": "#BCBCBC",
"0x11": "#0070EC",
"0x12": "#2038EC",
@@ -25,7 +26,6 @@
"0x1A": "#00A800",
"0x1B": "#009038",
"0x1C": "#008088",
- "0x1D": "#000000",
"0x20": "#FCFCFC",
"0x21": "#3CBCFC",
"0x22": "#5C94FC",