summaryrefslogtreecommitdiff
path: root/src/wild_encounter.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-28 17:54:25 -0400
committerGitHub <noreply@github.com>2020-07-28 17:54:25 -0400
commit7ada56f0395ca6d4d6810c6f3762f8e03dc60cb7 (patch)
treeacdd4137cef25d027789bc67ab972d49aeb81b50 /src/wild_encounter.c
parentc6b27013cc42161636ae345c913a2bd26c5854fd (diff)
parente06de33cbdab8ca853bcdd1b4c8909a61aabfcef (diff)
Merge pull request #1085 from GriffinRichards/doc-overworld
Document field effects / misc overworld
Diffstat (limited to 'src/wild_encounter.c')
-rw-r--r--src/wild_encounter.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wild_encounter.c b/src/wild_encounter.c
index 1c4fd24fd..492a10101 100644
--- a/src/wild_encounter.c
+++ b/src/wild_encounter.c
@@ -185,13 +185,6 @@ static u8 ChooseWildMonIndex_WaterRock(void)
return 4;
}
-enum
-{
- OLD_ROD,
- GOOD_ROD,
- SUPER_ROD
-};
-
static u8 ChooseWildMonIndex_Fishing(u8 rod)
{
u8 wildMonIndex = 0;