diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-12 01:57:43 -0400 |
|---|---|---|
| committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-12 01:57:43 -0400 |
| commit | 0354f2cc5ae9771d745e6ffadd4715bdc8ff5221 (patch) | |
| tree | 0b5af5f10a3adce9e0a401f9ae40557d83a08134 /include | |
| parent | c10de4945141a6cca8c1b7328f4102bfc2c8ae28 (diff) | |
remove unknowns from birch_pc.c
Diffstat (limited to 'include')
| -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 5dd44cd2f..d67fa29a6 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -135,7 +135,7 @@ void sub_8090A3C(u8); void sub_8090C68(void); u8 *GetPokemonCategory(u16); -bool8 sub_8090D90(u16, u8); +bool8 GetNationalPokedexFlag(u16, u8); u16 GetNationalPokedexCount(u8); u16 GetHoennPokedexCount(u8); bool8 sub_8090FC0(void); |
