summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-12 22:36:55 -0600
committerGitHub <noreply@github.com>2018-02-12 22:36:55 -0600
commitbb8c53f8988be6cad8f270c46f24e0f6f1e862cc (patch)
treedca7115e05ed132733c1e5ea0b4a3322a2d41e9a /include/pokedex.h
parent398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff)
parentaaea65c37bb6dbe04de602492f6e175cabc87f22 (diff)
Merge pull request #208 from KDSKardabox/master
Decompile birch_pc.c
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 236feac45..d3cb670c8 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -17,7 +17,7 @@ enum
};
s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId);
-u16 pokedex_count(u8);
-u16 sub_80C0844(u8);
+u16 GetNationalPokedexCount(u8);
+u16 GetHoennPokedexCount(u8);
#endif // GUARD_POKEDEX_H