diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-14 22:01:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-14 22:01:31 -0400 |
commit | 200bdcb5c2c34f18ca8ccb667642080441feb97f (patch) | |
tree | ed504cfb57480f0a9c6d8af9aded8e5300f16a3d /include/pokedex.h | |
parent | 8219bb53d59c426de31c43ec3a045b61d7108798 (diff) | |
parent | 817f20d2275d29a2d1976fa2e1281a15b0c45630 (diff) |
Merge branch 'master' of github.com:pret/pokeruby
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 61597981b..a243e6064 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -135,7 +135,7 @@ void sub_8090A3C(u8); void sub_8090C68(void); u8 *GetPokemonCategory(u16); -s8 sub_8090D90(u16, u8); +s8 GetNationalPokedexFlag(u16, u8); u16 GetNationalPokedexCount(u8); u16 GetHoennPokedexCount(u8); bool8 sub_8090FC0(void); |