diff options
author | garakmon <garakmon@gmail.com> | 2020-03-12 13:40:00 -0400 |
---|---|---|
committer | garakmon <garakmon@gmail.com> | 2020-03-12 13:40:00 -0400 |
commit | b1dd945cbf44339a369c408892c77b6254df89cb (patch) | |
tree | a3a43fded7c1dc5586d80fb16aca2c5d45f93f90 /src | |
parent | c73fdb89546ec1670cba8eb5ea2b8b26f75d2566 (diff) |
move fonts from data/graphics/ to graphics/
Diffstat (limited to 'src')
-rw-r--r-- | src/unk_text_util_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unk_text_util_2.c b/src/unk_text_util_2.c index 02648bf93..b1d2264e4 100644 --- a/src/unk_text_util_2.c +++ b/src/unk_text_util_2.c @@ -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); |