diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-22 14:43:42 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-22 14:43:42 -0500 |
commit | 25d2e64ae54a78c573262cd89a39979ffccd02a7 (patch) | |
tree | 9d32381babe1bd66354c3c039b1fd38f909e63ca /include/pokedex_screen.h | |
parent | 337d755fc58165e12bf8ef5683eb994bc2d96719 (diff) |
Unify pokedex_screen rodata
Diffstat (limited to 'include/pokedex_screen.h')
-rw-r--r-- | include/pokedex_screen.h | 4 |
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); |