From 25d2e64ae54a78c573262cd89a39979ffccd02a7 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 22 Dec 2019 14:43:42 -0500 Subject: Unify pokedex_screen rodata --- include/pokedex_screen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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); -- cgit v1.2.3