summaryrefslogtreecommitdiff
path: root/src/unk_text_util_2.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2020-03-12 10:47:55 -0700
committerGitHub <noreply@github.com>2020-03-12 10:47:55 -0700
commit20d28ee18b2efd0fd3386f409c74156718b29a21 (patch)
treea3a43fded7c1dc5586d80fb16aca2c5d45f93f90 /src/unk_text_util_2.c
parentc73fdb89546ec1670cba8eb5ea2b8b26f75d2566 (diff)
parentb1dd945cbf44339a369c408892c77b6254df89cb (diff)
Merge pull request #1003 from garakmon/move-fonts
move fonts from data/graphics/ to graphics/
Diffstat (limited to 'src/unk_text_util_2.c')
-rw-r--r--src/unk_text_util_2.c2
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);