summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-06-01 00:02:46 -0700
committerGitHub <noreply@github.com>2018-06-01 00:02:46 -0700
commit0b09575fd4a3f8b001e283f7ea6842d3357359bd (patch)
treee8e5094fa06efa07599d874c4414706249d1e3a5 /include/pokedex.h
parentdd28854a226753e2da53b35dcf1f67b142b75b77 (diff)
parent94030c6b53dc0de149ff9bddcaf6e618be282993 (diff)
Merge pull request #249 from golemgalvanize/decompile_pokedex
Decompile pokedex
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 19e1162e2..f9e236588 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -2,7 +2,7 @@
#define GUARD_POKEDEX_H
void ResetPokedex(void);
-void CopyMonCategoryText(u16 species, u8 *dst);
+void CopyMonCategoryText(u32 species, u8 *dst);
u16 GetPokedexHeightWeight(u16 dexNum, u8 data);
u16 GetNationalPokedexCount(u8);
u16 GetHoennPokedexCount(u8);