shithub: rgbds

Download patch

ref: 92b81b1d5a7346aa018cdd621f3fe705e7881ee7
parent: 42b5be24b42a6bae11c68751146d9981aadc459d
parent: 1a15ee53634dce6df005a31d52b1fc5b194446ae
author: AntonioND <[email protected]>
date: Sun Feb 26 17:04:26 EST 2017

Merge pull request #79 from yenatch/longer-charmap

Increase the length of charmaps.

--- a/include/asm/charmap.h
+++ b/include/asm/charmap.h
@@ -2,7 +2,7 @@
 #define RGBDS_ASM_CHARMAP_H
 
 #define MAXCHARMAPS	512
-#define CHARMAPLENGTH	8
+#define CHARMAPLENGTH	16
 
 struct Charmap {
 	int count;