diff options
author | Evan <eroelke@gmail.com> | 2019-12-11 11:35:10 -0500 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-11 11:35:10 -0500 |
commit | 9806a60837602916d99076f7ba0e6df67f9b3515 (patch) | |
tree | 0b14b8d14714a694bbe2f5e4433479240453eeb8 /src/pokedex.c | |
parent | af24633bf3f00e47a9d52e0ae6f1914e0f1cfa3d (diff) |
finish trainer card matching and data
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; |