summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-10-01 00:21:17 -0500
committercamthesaxman <cameronghall@cox.net>2017-10-01 00:21:17 -0500
commit1a8b3fa9af2c248bd40e72ae467b45ba888e31bf (patch)
tree66dec9ad8b1eac336690eda0c0438779012d28e2 /include/pokedex.h
parent30bc88f6572c435ff49b62f16c3734c12f75f7f0 (diff)
parent83efcc9c3d1e81b78c2cd9ceab3ac6420a5f4070 (diff)
move sound_check_menu.c to debug
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 1bc63a4ff..c47494e1f 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -9,7 +9,17 @@ void CB2_InitPokedex(void);
u8 sub_809070C(u16 dexNum, u32 b, u32 c);
const u8 *GetPokemonCategory(u16);
u16 GetPokedexHeightWeight(u16 dexNum, u8 data);
-s8 GetNationalPokedexFlag(u16, u8);
+
+enum
+{
+ FLAG_GET_SEEN,
+ FLAG_GET_CAUGHT,
+ FLAG_SET_SEEN,
+ FLAG_SET_CAUGHT
+};
+
+s8 GetSetPokedexFlag(u16, u8);
+
u16 GetNationalPokedexCount(u8);
u16 GetHoennPokedexCount(u8);
bool8 sub_8090FC0(void);