diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/text_window_graphics.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text_window_graphics.c b/src/text_window_graphics.c index 1133abbdb..347de3d65 100644 --- a/src/text_window_graphics.c +++ b/src/text_window_graphics.c @@ -1,6 +1,8 @@ #include "global.h" #include "text_window_graphics.h" +const u16 gUnknown_8470B0C[] = INCBIN_U16("graphics/text_window/unk_8470B0C.4bpp"); + static const u16 gUnknown_8470D6C[] = INCBIN_U16("graphics/text_window/unk_8470D6C.4bpp"); static const u16 gUnknown_8470E8C[] = INCBIN_U16("graphics/text_window/unk_8470E8C.4bpp"); static const u16 gUnk_Empty_Space_8470FAC[16] = {0}; |