mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Merge pull request #79 from yenatch/longer-charmap
Increase the length of charmaps.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user