From 1a15ee53634dce6df005a31d52b1fc5b194446ae Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 13 Oct 2015 08:46:29 -0700 Subject: [PATCH] Increase the length of charmaps. --- include/asm/charmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm/charmap.h b/include/asm/charmap.h index 6f958040..bea54ef2 100644 --- 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;