diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-09 15:55:12 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-09 15:55:12 +0100 |
commit | 9e7696f25a02e233c4970f70e7b79be32646418d (patch) | |
tree | 8a31cc6dc2a0c184fc440733b9967447d1b5779a /src/pokemon_3.c | |
parent | 387dbf48d0bbb22dc16158a1ee0d373c166c8438 (diff) |
decompile pokemon1
Diffstat (limited to 'src/pokemon_3.c')
-rw-r--r-- | src/pokemon_3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_3.c b/src/pokemon_3.c index de9e481df..790de0368 100644 --- a/src/pokemon_3.c +++ b/src/pokemon_3.c @@ -633,7 +633,7 @@ u8 GetTrainerEncounterMusicId(u16 trainerOpponentId) return TRAINER_ENCOUNTER_MUSIC(trainerOpponentId); } -u16 nature_stat_mod(u8 nature, u16 n, u8 statIndex) +u16 ModifyStatByNature(u8 nature, u16 n, u8 statIndex) { if (statIndex < 1 || statIndex > 5) { |