summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-05-20 15:22:22 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-05-20 15:22:22 -0400
commitbc75a7d97920cf51627e0803285d096d22c949d9 (patch)
tree46153e272cc0a9648aaa5d0aab7b2d968c51e69e /include/pokedex.h
parent4cdeb15831cde9e02b8e3cdcf8496316d666f26f (diff)
sub_80C01D4 (nonmatching but presumed functionally correct)
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 5dd44cd2f..61597981b 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);
+s8 sub_8090D90(u16, u8);
u16 GetNationalPokedexCount(u8);
u16 GetHoennPokedexCount(u8);
bool8 sub_8090FC0(void);