summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-15 09:01:56 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-15 09:01:56 -0500
commit89b695278d0a126279ac232d534aebdc351cc2be (patch)
tree2b22248f02a30a906187553274dee989c6ddb74e /include/pokedex.h
parent79609d52c8d8489b490589a1150b0754c0f61568 (diff)
parent055a419830c0725a629f971b0299c89082c192fd (diff)
Merge branch 'master' into heal_location
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);