diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-08 10:20:51 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-08 10:20:51 -0500 |
commit | 7738fcee638985656b7cf376ec6936f04f53c255 (patch) | |
tree | 440fc41a1736bd37a48d98420ce933691acc5e79 /src/pokemon.c | |
parent | 9c5f01fc8efb546fa6ef546cd1c627befcfd6740 (diff) |
through sub_815E9FC
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index 5cd2cd2d7..9d902f901 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -351,7 +351,7 @@ void CreateMonWithEVSpread(struct Pokemon *mon, u16 species, u8 level, u8 fixedI CalculateMonStats(mon); } -void sub_803E0A4(struct Pokemon *mon, struct UnknownPokemonStruct *src) +void sub_803E0A4(struct Pokemon *mon, struct BattleTowerPokemon *src) { s32 i; u8 value; @@ -410,7 +410,7 @@ void CreateObedientMon(struct Pokemon *mon, u16 species, u8 level, u8 fixedIV, u SetMonData(mon, MON_DATA_OBEDIENCE, &obedient); } -void sub_803E23C(struct Pokemon *mon, struct UnknownPokemonStruct *dest) +void sub_803E23C(struct Pokemon *mon, struct BattleTowerPokemon *dest) { s32 i; u16 heldItem; |