summaryrefslogtreecommitdiff
path: root/src/pokedex.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-12-14 22:14:50 -0500
committerGitHub <noreply@github.com>2019-12-14 22:14:50 -0500
commitd064611e623bc21f148356f06c916eaebce1e971 (patch)
tree03cd64704bb3eb57ff9223bff1fbc0a29af16585 /src/pokedex.c
parentf12824e3b1643f86599e2c03c96b752a87a73746 (diff)
parent3301c8ff1d852ab95a6607783500beaa96c807bd (diff)
Merge pull request #181 from PikalaxALT/pokedex_screen
Pokedex screen
Diffstat (limited to 'src/pokedex.c')
-rw-r--r--src/pokedex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c
index 1354aac8c..683b605d4 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"