summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-11-15 00:47:34 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-11-15 00:47:34 -0600
commitce0e5cbfe4439a9767134a670868f65cc9920e65 (patch)
tree07d1e496a653dc2c6584022cb977bbdf273858aa /include/pokedex.h
parent6e6e11205d312a296391ec7d16d809e52c5b4027 (diff)
parent3fb2a488f99d4d8499a2b0247f73f45837b07156 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_maps
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 79721899f..236feac45 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -2,7 +2,7 @@
#define GUARD_POKEDEX_H
void ResetPokedex(void);
-const u8 *GetPokemonCategory(u16);
+void CopyMonCategoryText(u16 species, u8 *dst);
u16 GetPokedexHeightWeight(u16 dexNum, u8 data);
u16 GetNationalPokedexCount(u8);
u16 GetHoennPokedexCount(u8);