summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-13 11:16:34 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-13 11:16:34 -0400
commite24f3808f47d292776f4e7506217f93756dd19bf (patch)
treed910619ff23e466bfd4b673381c1642656e3dc5c /include/pokedex.h
parent74c59af856216332b6c73cbc382edff3518a0eab (diff)
parent52db3ad5aa83ae70e06eae87f502b09fff55aecc (diff)
Merge branch 'master' into mail
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 38aca0915..79721899f 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -16,6 +16,8 @@ enum
FLAG_SET_CAUGHT
};
-u8 GetSetPokedexFlag(u16 nationalNum, u8 caseId);
+s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId);
+u16 pokedex_count(u8);
+u16 sub_80C0844(u8);
#endif // GUARD_POKEDEX_H