diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-11 16:44:27 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-11 16:44:27 +0100 |
commit | 81410fee17547726e551204dcadc7271a9334aa2 (patch) | |
tree | d8dd292fd118f59af4f12b3328ead150d579abd8 /src/pokemon.c | |
parent | 1437755cdd2b5ce0a6eae4b9f716bcca4fc00061 (diff) |
Factory done
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index b858ee925..2a17c8851 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -2904,7 +2904,7 @@ void CreateApprenticeMon(struct Pokemon *mon, const struct Apprentice *src, u8 m CalculateMonStats(mon); } -void CreateMonWithEVSpreadPersonalityOTID(struct Pokemon *mon, u16 species, u8 level, u8 nature, u8 fixedIV, u8 evSpread, u32 otId) +void CreateMonWithEVSpreadNatureOTID(struct Pokemon *mon, u16 species, u8 level, u8 nature, u8 fixedIV, u8 evSpread, u32 otId) { s32 i; s32 statCount = 0; |