move fonts from data/graphics/ to graphics/

This commit is contained in:
garakmon
2020-03-12 13:40:00 -04:00
parent c73fdb8954
commit b1dd945cbf
29 changed files with 26 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
ALIGNED(4)
static const u8 sUnknown_08616124[] = {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);