diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-14 22:11:32 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-14 22:11:32 +0200 |
commit | 1e2dc716025614209e58c672afd73d4c86d7c2c7 (patch) | |
tree | 66aee3a9cc68ed4a04662d28fdd82a8bfd73bf87 /src/wild_encounter.c | |
parent | 3f0250648efc347ce6fab48e8bb814000c847b77 (diff) |
pokeblock feed is on the way
Diffstat (limited to 'src/wild_encounter.c')
-rw-r--r-- | src/wild_encounter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wild_encounter.c b/src/wild_encounter.c index 96f47c067..7001c2eaa 100644 --- a/src/wild_encounter.c +++ b/src/wild_encounter.c @@ -3161,7 +3161,7 @@ static u8 PickWildMonNature(void) } for (i = 0; i < 25; i++) { - if (sub_810CAE4(natures[i], safariPokeblock) > 0) + if (PokeblockGetGain(natures[i], safariPokeblock) > 0) return natures[i]; } } |