diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-11 18:20:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-11 18:20:58 -0500 |
commit | f12824e3b1643f86599e2c03c96b752a87a73746 (patch) | |
tree | ea95b65775cf7caf2089ea21f47a07c8571413bd /src/pokedex.c | |
parent | 7526b2ccf1ab02a975ee477341f8accbf3f108c5 (diff) | |
parent | b43c48202ba3b3a1cd31c8abf1a726bf8980f043 (diff) |
Merge pull request #180 from ghoulslash/trainer-card
Trainer card
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 84ca59549..1354aac8c 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -88,7 +88,7 @@ bool16 HasAllHoennMons(void) return TRUE; } -bool8 HasAllKantoMons(void) +bool16 HasAllKantoMons(void) { u16 i; |