Move gfx out of data

This commit is contained in:
GriffinR
2020-04-06 10:01:35 -04:00
parent 6ecd9dd943
commit 100188ac43
274 changed files with 259 additions and 280 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
extern u8 gGlyphInfo[];
static const u8 gUnknown_846FB08[] = {1, 2, 4};
static const u16 sFont6BrailleGlyphs[] = INCBIN_U16("data/graphics/fonts/font6.fwjpnfont");
static const u16 sFont6BrailleGlyphs[] = INCBIN_U16("graphics/fonts/font6.fwjpnfont");
static void DecompressGlyphFont6(u16);