summaryrefslogtreecommitdiff
path: root/include/text_window_graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-05-19 11:56:19 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-05-19 11:56:19 -0400
commit6c2d5ea50d8b2505f7eccc4283bfc32961adfb92 (patch)
tree9c58eaed16d7dee62e85ba3be8afe44afec4009b /include/text_window_graphics.h
parentd045449298a6edba1492e6e99100862d4e5b9510 (diff)
text_window_graphics
Diffstat (limited to 'include/text_window_graphics.h')
-rw-r--r--include/text_window_graphics.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/text_window_graphics.h b/include/text_window_graphics.h
new file mode 100644
index 000000000..1d7b2b7c9
--- /dev/null
+++ b/include/text_window_graphics.h
@@ -0,0 +1,18 @@
+#ifndef GUARD_TEXT_WINDOW_GRAPHICS_H
+#define GUARD_TEXT_WINDOW_GRAPHICS_H
+
+struct TextWindowGraphics
+{
+ const void * tiles;
+ const void * palette;
+};
+
+extern const u16 gUnknown_8471A4C[];
+extern const u16 gUnknown_8471B6C[];
+extern const u16 gUnknown_8471DEC[][16];
+
+extern const struct TextWindowGraphics gUnknown_8471E8C[];
+
+const struct TextWindowGraphics * sub_8069788(u8 idx);
+
+#endif //GUARD_TEXT_WINDOW_GRAPHICS_H