diff options
author | shinny456 <shinny456@users.noreply.github.com> | 2019-01-19 12:14:59 -0500 |
---|---|---|
committer | shinny456 <shinny456@users.noreply.github.com> | 2019-01-19 12:14:59 -0500 |
commit | f06c0749bcebc10fe146ca038a6a8597952a0f21 (patch) | |
tree | 4f678f66dd83d4eee45c86fa841e0dac8d5ba626 /src/pokedex.c | |
parent | 1b30da21d9a0f1264ba3649e725ac1a62eca3e3a (diff) |
trainer_card up to sub_80C4998
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 8c6ed3159..3d294e9e9 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -4381,7 +4381,7 @@ u16 sub_80C089C(u8 caseID) return count; } -bool8 sub_80C08E4(void) +bool16 sub_80C08E4(void) { u16 i; |