diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-14 11:18:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 11:18:46 -0500 |
commit | b422fd4a499e44889243dc5087b34fdd9f85c6aa (patch) | |
tree | 665651ae927895004e8cf368734679357a9a6fdd /include/pokedex.h | |
parent | 43033ec97cfe3ea3128a93c079cf4a525ce3fbbf (diff) | |
parent | ccd75ad32e08465fb38773b2961433916c2ae96c (diff) |
Merge pull request #389 from Kurausukun/dexmatching
[LEAK-INFORMED] match the rest of pokedex_screen
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 c132ae794..aad4849de 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -48,6 +48,6 @@ bool16 HasAllHoennMons(void); bool16 HasAllKantoMons(void); bool16 HasAllMons(void); -u32 sub_8106B60(u16 species); +u8 sub_8106B60(u16 species); #endif // GUARD_POKEDEX_H |