summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-31 12:09:21 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-31 12:09:21 -0400
commitdc8c03d13fa1972c02fbe32f6f3143f3f36a7355 (patch)
treec40579755b766f550d8d3278d303303bc194d025 /src
parent596cf3a9cb5388c768bbe353b5e9bbef8dd83716 (diff)
Dump wild encounter tables
Diffstat (limited to 'src')
-rw-r--r--src/wild_pokemon_area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wild_pokemon_area.c b/src/wild_pokemon_area.c
index df8f9b8d9..fc4df06ed 100644
--- a/src/wild_pokemon_area.c
+++ b/src/wild_pokemon_area.c
@@ -265,7 +265,7 @@ static bool32 PokemonInAnyEncounterTableInMap(const struct WildPokemonHeader * d
return TRUE;
if (PokemonInEncounterTable(data->waterMonsInfo, species, 5))
return TRUE;
- if (PokemonInEncounterTable(data->fishingMonsInfo, species, 12))
+ if (PokemonInEncounterTable(data->fishingMonsInfo, species, 12)) // 10
return TRUE;
if (PokemonInEncounterTable(data->rockSmashMonsInfo, species, 5))
return TRUE;