summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-09-25 13:49:34 -0400
committerGitHub <noreply@github.com>2019-09-25 13:49:34 -0400
commit44f8d694ce5760fba5272936cfe3ab1fe48537a8 (patch)
tree59ef21892a02c9d266f5cac36872458bdbe0de61 /include/pokedex.h
parent6539884c8850aca6c2057017dba9c3d78ca15784 (diff)
parent0e217e22d8fa3e075416cb332435c3756548357e (diff)
Merge pull request #86 from jiangzhengwenjz/battle
battle
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 718d2e853..a08d4ed26 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -45,4 +45,6 @@ u16 GetNationalPokedexCount(u8);
u16 sub_80C0844(u8);
u16 GetKantoPokedexCount(u8);
+u32 sub_8106B60(u16 species);
+
#endif // GUARD_POKEDEX_H