summaryrefslogtreecommitdiff
path: root/src/pokemon_3.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-09 15:55:12 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-09 15:55:12 +0100
commit9e7696f25a02e233c4970f70e7b79be32646418d (patch)
tree8a31cc6dc2a0c184fc440733b9967447d1b5779a /src/pokemon_3.c
parent387dbf48d0bbb22dc16158a1ee0d373c166c8438 (diff)
decompile pokemon1
Diffstat (limited to 'src/pokemon_3.c')
-rw-r--r--src/pokemon_3.c2
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)
{