diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-02-11 21:50:39 -0500 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-02-11 21:50:39 -0500 |
commit | 6c77c7a714e2e3dc674b24d8aaa96ccf63d51d95 (patch) | |
tree | dea4d43193696bb2e3d78b65737b92cd08a27b1b /include/pokedex.h | |
parent | a34c9d09b6b4da949ec6da6fa31b9f6eb12bdbee (diff) |
[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 |