Increase the length of charmaps.

This commit is contained in:
yenatch
2015-10-13 08:46:29 -07:00
parent 2ea2e47231
commit 1a15ee5363

View File

@@ -2,7 +2,7 @@
#define RGBDS_ASM_CHARMAP_H #define RGBDS_ASM_CHARMAP_H
#define MAXCHARMAPS 512 #define MAXCHARMAPS 512
#define CHARMAPLENGTH 8 #define CHARMAPLENGTH 16
struct Charmap { struct Charmap {
int count; int count;