diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-11 11:02:42 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-11 11:02:42 -0500 |
commit | f55abfddc54e936ccae318d0b4e6efe8f8998d42 (patch) | |
tree | fe10b8079095252830facd352c010e717205fda3 /src/pokedex.c | |
parent | 6645ad8ccf92b74cb00098601a4dafcc8349de62 (diff) |
through sub_8103A40
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 84ca59549..fc9781c48 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -1,9 +1,8 @@ #include "global.h" #include "pokedex.h" +#include "pokedex_screen.h" #include "constants/species.h" -extern s8 sub_8104AB0(u16 nationalDexNo, u8 caseID, u8 unk); - ALIGNED(4) static const u8 gExpandedPlaceholder_PokedexDescription[] = _(""); #include "data/pokemon/pokedex_text.h" |