gMiscBlank_Gfx

This commit is contained in:
PikalaxALT
2019-05-03 17:05:29 -04:00
parent 58aa02b87a
commit 2555f72246
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -555,8 +555,6 @@ gUnknown_825E2F4:: @ 825E2F4
.section .rodata.825EF0C
.incbin "baserom.gba", 0x25E70C, 0x800
gUnknown_825EF0C:: @ 825EF0C
.incbin "baserom.gba", 0x25EF0C, 0x8E8
+1
View File
@@ -111,6 +111,7 @@ static const u16 gCrc16Table[] =
0x7BC7, 0x6A4E, 0x58D5, 0x495C, 0x3DE3, 0x2C6A, 0x1EF1, 0x0F78,
};
const u8 gMiscBlank_Gfx[] = INCBIN_U8("graphics/interface/blank.4bpp");
u8 CreateInvisibleSpriteWithCallback(void (*callback)(struct Sprite *))
{