changeset 239:f6565b8c3691

Oops, fix C64 multicolor Advanced Art Studio import.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Sep 2018 11:31:44 +0300
parents 3a85cf4a4fef
children aaebdac6a555
files exporters.pde
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/exporters.pde	Mon Sep 10 11:23:17 2018 +0300
+++ b/exporters.pde	Mon Sep 10 11:31:44 2018 +0300
@@ -354,7 +354,7 @@
             ad = x + y * 40;
             mpCopyByte(fdata,
                 1024 + x * 8 + y * (320 * 8) + y2 * 320,
-                0x2402 + x * 8 + y * (40 * 8) + y2);
+                2 + x * 8 + y * (40 * 8) + y2);
 
             p1 = fdata[0x1f42 + ad] & 0x0f;
             p2 = (fdata[0x1f42 + ad] >> 4) & 0x0f;