summaryrefslogtreecommitdiff
path: root/src/pokedex.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-12-11 19:51:51 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2019-12-11 19:51:51 -0500
commitaf1c24b751a12b5c5d283e13326df3a997ef27dd (patch)
treec85749e46d0f0dba95483ee16f264652c9233c1f /src/pokedex.c
parent0d586d304dbae11eeb0809ef7a06e2d23db5010c (diff)
parentf12824e3b1643f86599e2c03c96b752a87a73746 (diff)
Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen
Diffstat (limited to 'src/pokedex.c')
-rw-r--r--src/pokedex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c
index fc9781c48..683b605d4 100644
--- a/src/pokedex.c
+++ b/src/pokedex.c
@@ -87,7 +87,7 @@ bool16 HasAllHoennMons(void)
return TRUE;
}
-bool8 HasAllKantoMons(void)
+bool16 HasAllKantoMons(void)
{
u16 i;