diff options
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index 3a6417251..5b7a24c4c 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -78,7 +78,7 @@ void sub_8090A3C(u8); void sub_8090C68(void); const u8 *GetPokemonCategory(u16); -s8 sub_8090D90(u16, u8); +s8 GetNationalPokedexFlag(u16, u8); u16 GetNationalPokedexCount(u8); u16 GetHoennPokedexCount(u8); bool8 sub_8090FC0(void); |