shithub: gm4s

Download patch

ref: 46167609619811b450262f642eef192ee827b2f6
parent: b49bb95da55067a350cefae2f9ccf17bc6e9a792
author: qwx <qwx@sciops.net>
date: Tue Aug 5 15:15:59 EDT 2025

increase brightness of background grid

--- a/dat.c
+++ b/dat.c
@@ -32,7 +32,7 @@
 0xf37317,0xeb6f0f,0xdf670f,0xd75f0b,0xcb5707,0xc34f00,0xb74700,0xaf4300,
 0x00c7c7,0xffffd7,0xffffb3,0xffff8f,0xffff6b,0xffff47,0xffff23,0xffff00,
 0xfef000,0xf9ea00,0xefe100,0xe8d000,0x4f3b27,0x432f1b,0x372313,0x2f1b0b,
-0x00dede,0x009292,0x005a5a,0x003535,0x000023,0x000017,0x00000b,0x000000,
+0x00dede,0x009292,0x005a5a,0x003535,0x000023,0x000047,0x00000b,0x000000,
 0xff9f43,0xffe74b,0xff7bff,0xff00ff,0xcf00cf,0x9f009b,0x6f006b,0xa76b6b
 };
 
--- a/gm4s.c
+++ b/gm4s.c
@@ -94,7 +94,6 @@
 		}
 	next:
 		oldkeys = ke;
-		//oldkeys = ke;
 		sleep(1);
 	}
 }
--- a/spr/pal
+++ b/spr/pal
@@ -244,7 +244,7 @@
 0x005a5a
 0x003535
 0x000023
-0x000017
+0x000037
 0x00000b
 0x000000
 0xff9f43
--