summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalax1@gmail.com>2017-09-22 21:18:53 -0400
committerPikalaxALT <pikalax1@gmail.com>2017-09-22 21:18:53 -0400
commit561d60342f7ec39f03671ce37ab4f0ab8d0244c6 (patch)
tree62ef226a44649af7229358266a33ecc255cbb339 /src
parent293a506474115d2090620253cd8e5d9ebc840823 (diff)
Decompile data
Diffstat (limited to 'src')
-rw-r--r--src/unk_text_util_2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unk_text_util_2.c b/src/unk_text_util_2.c
index d9bd9d98d..d88af611f 100644
--- a/src/unk_text_util_2.c
+++ b/src/unk_text_util_2.c
@@ -4,8 +4,8 @@
#include "text.h"
#include "sound.h"
-extern const u8 gUnknown_08616124[];
-extern const u16 gFont6BrailleGlyphs[];
+static const u8 gUnknown_08616124[] = {1, 2, 4};
+static const u16 gFont6BrailleGlyphs[] = INCBIN_U16("data/graphics/fonts/font6.fwjpnfont");
static void DecompressGlyphFont6(u16);