summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-10 11:48:16 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-10 11:48:16 +0200
commite382a73e9d706fee763723b5a275b36db3b0fc97 (patch)
tree0a93d36a2cca12a56d5f441194d6fda311208978 /src/util.c
parentab03b03c4bb872af131a9c52ef285c488b8e4865 (diff)
parent8914645231c9301579ed39bdd9200ad50e5296d0 (diff)
merge branch master
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 27b7c5ee5..58088c3ee 100644
--- a/src/util.c
+++ b/src/util.c
@@ -112,7 +112,7 @@ static const u16 sCrc16Table[] =
0x7BC7, 0x6A4E, 0x58D5, 0x495C, 0x3DE3, 0x2C6A, 0x1EF1, 0x0F78,
};
-const u8 gMiscBlank_Gfx[] = INCBIN_U8("graphics/interface/blank.4bpp"); // unused in Emerald
+const u8 gMiscBlank_Gfx[] = INCBIN_U8("graphics/interface/blank.4bpp");
u8 CreateInvisibleSpriteWithCallback(void (*callback)(struct Sprite *))
{