summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pokedex_screen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pokedex_screen.h b/include/pokedex_screen.h
index ab1115dd8..128fc1ad3 100644
--- a/include/pokedex_screen.h
+++ b/include/pokedex_screen.h
@@ -11,6 +11,10 @@
#define DEX_CATEGORY_URBAN 7
#define DEX_CATEGORY_RARE 8
+#include "pokedex.h"
+
+extern const struct PokedexEntry gPokedexEntries[];
+
void CB2_OpenPokedexFromStartMenu(void);
s8 sub_8104AB0(u16 nationalDexNo, u8 caseId, bool8 indexIsSpecies);