summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/event_data.h1
-rw-r--r--include/pokedex.h1
-rw-r--r--include/text_window_graphics.h18
3 files changed, 20 insertions, 0 deletions
diff --git a/include/event_data.h b/include/event_data.h
index 34d103967..013579ab5 100644
--- a/include/event_data.h
+++ b/include/event_data.h
@@ -36,6 +36,7 @@ bool32 sub_806E2BC(void);
void sub_806E6FC(void);
void sub_806E2D0(void);
void sub_806E370(void);
+bool32 sub_806E25C(void);
extern u16 gSpecialVar_0x8000;
extern u16 gSpecialVar_0x8001;
diff --git a/include/pokedex.h b/include/pokedex.h
index ca642ed1a..b389bf821 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -21,5 +21,6 @@ enum
s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId);
u16 pokedex_count(u8);
u16 sub_80C0844(u8);
+u16 sub_8088EDC(u8);
#endif // GUARD_POKEDEX_H
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