diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-21 09:21:53 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-21 10:34:15 -0400 |
commit | 704dc2f913a9d3f2cd6217795a10dd54ad6d2e2f (patch) | |
tree | b14daa387d349dd7ee54ec41586f9ee84dc902e4 /include/pokedex.h | |
parent | cf553c7006f2b7a290a1f000f40e437f102acb71 (diff) |
Document 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 aad4849de..12f03e87d 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -48,6 +48,6 @@ bool16 HasAllHoennMons(void); bool16 HasAllKantoMons(void); bool16 HasAllMons(void); -u8 sub_8106B60(u16 species); +u8 DexScreen_RegisterMonToPokedex(u16 species); #endif // GUARD_POKEDEX_H |