diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-09 10:23:23 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-10-09 10:40:04 -0700 |
commit | 72beb410f423cafd35989c0b8dd4c52860cf80f8 (patch) | |
tree | 155aa1e2c39ebd504e095bc8c1dc218aad3acdc4 /include/pokedex.h | |
parent | a871ce87a74421df64a9ad381d37dc32ff9bdc6d (diff) | |
parent | 3e03d362fae398fa56c4a6e45d7b999772d0803f (diff) |
Merge remote-tracking branch 'upstream/master' into party_menu
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 12 |
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); |