From dc8c03d13fa1972c02fbe32f6f3143f3f36a7355 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 31 Oct 2019 12:09:21 -0400 Subject: Dump wild encounter tables --- src/wild_pokemon_area.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3