summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-04 02:38:25 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-04 02:38:25 -0500
commitcfc70c980630525d660156c4e732ae10d9f57729 (patch)
treefab7658c01d7275792312e5f5ae24e977a8acf45 /src
parentba758afc1486b6cfb262d2fa96bbe9efd6c1720c (diff)
Extract baseroms from miscellaneous files
Had to leave some unfinished due to complexity at the moment
Diffstat (limited to 'src')
-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 *))
{