summaryrefslogtreecommitdiff
path: root/src/diploma.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-03-08 13:28:49 -0600
committerGitHub <noreply@github.com>2019-03-08 13:28:49 -0600
commitd637317e324a9055ae42286046dd4b081f39d51a (patch)
tree99c243e92cae64a2b60b5c4b86e161db9072a7b0 /src/diploma.c
parentbd157b301dea3526a4c373737dc8167d9a02b168 (diff)
parent5886f82ef5593fda68687c2e44b2feef76028ce3 (diff)
Merge pull request #592 from Phlosioneer/extern-cleanup
Extern cleanup
Diffstat (limited to 'src/diploma.c')
-rw-r--r--src/diploma.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/diploma.c b/src/diploma.c
index 716495034..2113b09ed 100644
--- a/src/diploma.c
+++ b/src/diploma.c
@@ -13,8 +13,7 @@
#include "text.h"
#include "overworld.h"
#include "menu.h"
-
-extern bool16 sub_80C0944(void);
+#include "pokedex.h"
extern const u8 gText_DexNational[];
extern const u8 gText_DexHoenn[];