summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-13 19:58:45 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-13 19:58:45 +0200
commit72ed86171500c58644655bac7d33c07749cbf299 (patch)
tree66ef93a15092fa5978fe4c1409605fc3236390ef /include/pokedex.h
parent20d158cf4a17e8d362cdafbf13906c59d9916e24 (diff)
parent3040c1e1aa07a8a6466dd3653462595c2dd0fc9c (diff)
fix rom3 conflicts
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