Merge pull request #79 from yenatch/longer-charmap

Increase the length of charmaps.
This commit is contained in:
AntonioND
2017-02-26 22:04:26 +00:00
committed by GitHub

View File

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