diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/README.md b/README.md index b8c5d35..60ba5c3 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ Want to help out? If you see a bug, please feel free to fix it and submit a pull --- -For contributors, please read the [contributing page](contributions.html). - We use BrowserStack to test across multiple browsers: [](https://www.browserstack.com/) diff --git a/contributions.html b/contributions.html deleted file mode 100644 index 9ac234c..0000000 --- a/contributions.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - Pokefinder - Contributions - - - - - - - - - -
-
-

Contributions

-

- This project uses Pokesprite to generate icons for Pokemon.

-

- Thank to Bulbapedia for the route information and the awesome page! -

- To view various contributors to the project, please check out the Github repository. -

- I'm not related to Pokemon, and this is an unoffical project.

-
- - - diff --git a/css/night.css b/css/night.css index cdbd15c..eed299c 100644 --- a/css/night.css +++ b/css/night.css @@ -3,57 +3,57 @@ ******************************************************************/ body { - background-color: #000d1a; - color: white; + background-color: #000d1a; + color: white; } button { - background-color: #696969; - border: none; - color: white; - padding: 8px 15px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 14px; - border-radius: 12px; + background-color: #696969; + border: none; + color: white; + padding: 8px 15px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 14px; + border-radius: 12px; } button:hover { - background-color: #DCDCDC; + background-color: #DCDCDC; } ul { - background-color: #696969; - color: white; + background-color: #696969; + color: white; } li a { - color: white; + color: white; } /* Change the link color on hover */ li a:hover { - background-color: #DCDCDC; - color: white; + background-color: #DCDCDC; + color: white; } footer { - background-color: #696969; + background-color: #696969; } a { - color: #008B8B; + color: #008B8B; } /* day mode button styling */ .dmode { - background-color: white; - color: black; + background-color: white; + color: black; } /* donate button styling */ .donatebutton { - background-color: #edf1f7; - color: black; + background-color: #edf1f7; + color: black; } \ No newline at end of file diff --git a/css/style.css b/css/style.css index 8dacd65..808a88d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,199 +1,181 @@ .padding { - padding-left: 10px; + padding-left: 10px; } button { - background-color: #01b213; - border: none; - color: white; - padding: 8px 15px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 14px; - border-radius: 12px; + background-color: #01b213; + border: none; + color: white; + padding: 8px 15px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 14px; + border-radius: 12px; } .btn-primary { - background-color: #01b213; + background-color: #01b213; } .btn-primary:hover { - background-color: #a3a3a3; + background-color: #a3a3a3; } button:hover { - background-color: #a3a3a3; + background-color: #a3a3a3; } .center { - margin-left: auto; - margin-right: auto; - width: 90%; + margin-left: auto; + margin-right: auto; + width: 90%; } .ally { - color: orange; -} - -.padding-plus { - padding-left: 30px; + color: orange; } ul { - list-style-type: none; - margin: 0; - padding: 0; - background-color: #f1f1f1; - width: 100%; - display: table; + list-style-type: none; + margin: 0; + padding: 0; + background-color: #f1f1f1; + width: 100%; + display: table; } nav > ul { - flex-wrap: wrap; - display: flex; - flex-direction: row; + flex-wrap: wrap; + display: flex; + flex-direction: row; } nav > ul > li { - width: 25%; - display: table-cell; - text-align: center; - padding: 1em 0; + width: 25%; + display: table-cell; + text-align: center; + padding: 1em 0; } @media only screen and (max-width: 512px) { - nav > ul > li { - width: 100%; - } + nav > ul > li { + width: 100%; + } } nav ul ul { - display: none; + display: none; } nav li:target ul { - display: inline; + display: inline; } li a { - display: block; - color: #000; - padding: 6px 14px; - text-decoration: none; + display: block; + color: #000; + padding: 6px 14px; + text-decoration: none; } nav > ul > li > a { - font-weight: bold; + font-weight: bold; } /* Change the link color on hover */ li a:hover { - background-color: #555; - color: white; -} - -.header { - height:50px; -} - -.content { - position:absolute; - top: 50px; - left:0px; - right:0px; - bottom:0px; - overflow-y:scroll; + background-color: #555; + color: white; } .back-to-top { - position: fixed; - bottom: 20px; - right: 20px; - display: none; + position: fixed; + bottom: 20px; + right: 20px; + display: none; } footer { - background-color: #DCDCDC; + background-color: #DCDCDC; } /* Night mode button styling */ .nmode { - background-color: black; - color: white; + background-color: black; + color: white; } /* donate button styling */ .donatebutton { - background-color: #edf1f7; - color: black; + background-color: #edf1f7; + color: black; } +/*noinspection ALL*/ input#lightswitch:checked + .main { - background: #000d1a; - color: white; + background: #000d1a; + color: white; } input#lightswitch:checked + button { - background-color: #696969; - border: none; - color: white; - padding: 8px 15px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 14px; - border-radius: 12px; + background-color: #696969; + border: none; + color: white; + padding: 8px 15px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 14px; + border-radius: 12px; } input#lightswitch:checked + button:hover { - background-color: #DCDCDC; + background-color: #DCDCDC; } input#lightswitch:checked + ul { - background-color: #696969; - color: white; + background-color: #696969; + color: white; } input#lightswitch:checked + li a { - color: white; + color: white; } /* Change the link color on hover */ input#lightswitch:checked + li a:hover { - background-color: #DCDCDC; - color: white; + background-color: #DCDCDC; + color: white; } input#lightswitch:checked + footer { - background-color: #696969; + background-color: #696969; } input#lightswitch:checked + a { - color: #008B8B; + color: #008B8B; } /* Organizing the content to better fill the screen */ @media only screen and (min-width: 1024px) { - .center { - width: 100%; - padding: 2em 5em; - flex-wrap: wrap; - display: flex; - flex-direction: row; - justify-content: space-evenly; - } - .center > div { - padding: 2.5em 0.5em; - width: 33%; - } - - .center > div h3, .center > div h3 + p { - text-align: center; - } -} - -.donate-middle { - text-align: center; + .center { + width: 100%; + padding: 2em 5em; + flex-wrap: wrap; + display: flex; + flex-direction: row; + justify-content: space-evenly; + } + + .center > div { + padding: 2.5em 0.5em; + width: 33%; + } + + .center > div h3, .center > div h3 + p { + text-align: center; + } } + diff --git a/donate.html b/donate.html deleted file mode 100644 index 54adab5..0000000 --- a/donate.html +++ /dev/null @@ -1,32 +0,0 @@ -
- - Pokefinder - - - - - - - - -
- - - \ No newline at end of file diff --git a/index.html b/index.html index 5928b8a..79b5ef4 100644 --- a/index.html +++ b/index.html @@ -1,1380 +1,1587 @@ - + + - Pokefinder - - - - - - - - - + Pokefinder + + + + + + + + + + + -
- -
-
-

-
- -
-
- -
-

-

AMB means ambush encounter, and IS means Island Scan. Ally Pokemon that are different to the original caller are highlighted in orange, and are below the caller.

-
-

Route 1

-

Melemele Island

-

Proper

- Caterpie - 30%
- Rattata - 30% (N)
- Ledyba - 20% (D)
- Spinarak - 20% (N)
- pikipek - 30%
- Yungoos - 30% (D)
- Metapod - 10%
- Pichu - 5%
-
- Pikachu - Ally ^
- Happiny - Ally ^^
-
- Grubbin - 10%
- Bonsly - 15%
-
- Sudowoodo - Ally ^
- Happiny - Ally ^^
-
- Munchlax - 5%
-
- Snorlax - Ally ^
- Happiny - Ally ^^
-
-
-

Hau'oli Outskirts

-
Beachfront
- Rattata - 30% (N)
- Slowpoke - 20%
- Wingull - 50%
- Yungoos - 30% (D)
-
-
Surfing
- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%
-
-

Trainers' School

- Meowth - 30%
- Magnemite - 50%
- Grimer - 20%
-
-
-
-

Ten Carat Hill

-

Melemele Island

-

Cave and ocean Cave

- Zubat - 30%
- Diglett - 20%
- Roggenrola - 30%
- Carbink - 20%
-
- Sableye - Ally ^
-
-
-

Surfing

- Zubat - 80%
- Psyduck - 20%
-
-

Farthest Hollow

- Machop - 30%
- Spinda - 10%
- Roggenrola - 20%
- Carbink - 20%
- Rockruff - 20%
-
-
-
-

Melemele Sea

-

Melemele Island

-

Surfing

- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%
-
-

Fishing

- Magikarp - 78%, 20% @ bubble spot
-
- Gyarados - Ally ^
-
- Corsola - 1%, 20% @ bubble spot
-
- Mareanie - Ally ^
-
- Luvdisc - 1%, 40% @ bubble spot
- Wishiwashi - 20%
-
-
-
-

Hau'oli City

-

Melemele Island

-

Surfing

- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%
-
-

Shopping District

- Rattata - 20% (N)
- Meowth - 10%
- Abra - 25%
- Magnemite - 10%
- Grimer - 10%
- Pichu - 5%
-
- Pikachu - Ally ^
- Happiny - Ally ^^
-
- Wingull - 20%
- Yungoos - 20% (D)
-
-
-
-

Route 2

-

Melemele Island

- Rattata - 10% (N)
- Meowth - 30%
- Abra - 20%
- Drowzee - 20%
- Smeargle - 20%
- Yungoos - 10% (D)
- Spearow - 40%
- Growlithe - 20%
- Cutiefly - 20%
- Makuhita - 30%
- Crabrawler - 100% (Berry tree)
- Chikorita - One (IS)
-
-
-
-

Hau'oli Cemetery

-

Melemele Island

- Zubat - 20%
- Gastly - 50%
- Misdreavus - 30% (N)
- Drifloon - 30% (D)
-
-
-
-

Route 3

-

Melemele Island

- Rattata - 10% (N)
- Spearow - 40%
- Mankey - 20%
- Delibird - 10%
- Yungoos - 10% (D)
- Cutiefly - 20%
- Bagon - 1%
-
- Salamence - Ally ^
-
- Crabwraler - 100% (Berry tree)
- Cyndaquil - One (IS)
-
-
Ambush encounters
- Rufflet - 30% (Sun)
- Vullaby - 30% (Moon)
-
-
-
-

Melemele Meadow

-

Melemele Island

- Caterpie - 10%
-
- Butterfree - Ally ^
-
- Metapod - 9%
-
- Caterpie - Ally ^
- Butterfree - Ally ^^
-
- Butterfree - 1%
- Cottonee - 30% (Sun)
- Petilil - 30% (Moon)
- Oricorio (Pom-pom style) - 20%
- Cutiefly - 30%
-
-
-
-

Seaward Cave

-

Melemele Island

-

Walking

- Zubat - 70%
- Diglett - 30%
-
-

Surfing

- Zubat - 80%
- Psyduck - 20%
-
-

Fishing

- Magikarp - 99%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Barboach - 1%, 50% @ bubble spot
-
- Whiscash - Ally ^
-
-
-
-
-

Kala'e Bay

-

Melemele Island

-

Grass

- Ratata - 30% (N)
- Slowpoke - 20%
-
- Slowbro - Ally ^
-
- Wingull - 40%
- Bagon - 10%
-
- Shelgon - Ally ^
-
- Yungoos - 30% (D)
-
-

Surfing

- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%
-
-

Fishing

- Shellder - 1%, 20% @ bubble spot
- Magikarp - 79%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Wishiwashi - 20%, 30% @ bubble spot
-
-
-
-

Route 4

-

Akala Island

- Rattata - 10% (N)
- Eevee - 5%
-
- Espeon - Ally ^ (D)
- Umbreon - Ally ^^ (N)
-
- Igglybuff - 10% (D)
-
- Jigglypuff - Ally ^
- Happiny - Ally ^^
-
- Lillipup - 30%
- pikipek - 25%
- Yungoos - 10% (D)
- Grubbin - 10%
- Mudbray - 20%
- Venipede - One (IS)
-
-
-
-

Paniola Ranch

-

Akala Island

- Tauros - 5%
-
- Miltank - Ally ^
-
- Miltank - 5%
-
- Tauros - Ally ^
-
- Lilipup - 40%
- Mudbray - 50%
-
-
-
-

Route 5

-

Akala Island

-

Southern half

- Caterpie - 10%
-
- Butterfree - Ally ^
-
- Metapod - 9%
-
- Butterfree - Ally ^
-
- Butterfree - 1%
- Lilipup - 30%
- pikipek - 20%
- Grubbin - 10%
- Fomantis - 20%
-
-

Northern half

- Caterpie - 15%
- Metapod - 10%
- Butterfree - 5%
- Bonsly - 10%
- Trumbeak - 20%
- Grubbin - 10%
- Fomantis - 30%
- Diglett - 100% (AMB)
- Bellsprout - One (IS)
-
-
-
-

Brooklet Hill

-

Akala Island

- -

First field of grass

- Paras - 20% (D)
- Psyduck - 30%
- Poliwag - 10%
- Wingull - 10%
- Surskit - 10% (N)
- Lillipup - 20%
- Dewpider - 10% (D)
- Morelull - 20% (N)
-
- -

Field of grass across second lake

- Psyduck - 30%
- Poliwag - 20%
- Wingull - 30%
- Surskit - 20% (N)
- Dewpider - 20% (D)
-
- -

Surfing

- Psyduck - 20%
- Poliwag - 40%
- Surskit - 40% (N)
- Dewpider - 40% (D)
-
- -

Fishing

- Goldeen - 29%, 45% @ bubble spot
-
- Seaking - Ally ^
-
- Magikarp - 70%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Feebas - 1%, 5% @ bubble spot
-
- -
-
-

Lush Jungle

-

Akala Island

- -

Central area

- Caterpie - 10%
-
- Butterfree - Ally ^
-
- Metapod - 10%
-
- Caterpie - Ally ^
- Butterfree - Ally ^^
-
- Paras - 20% (D)
- Bonsly - 10%
-
- Sudowoodo - Ally ^
- Happiny - Ally ^^
-
- Trumbeak - 20%
- Fomantis - 20%
- Morelull - 20% (N)
- Comfey - 5%
- Oranguru - 5% (Moon)
- Passimian - 5% (Sun)
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Goomy - In rain - ~10%
- Castform - In rain - ~1%
- Castform - In hail or sandstorm ~10%
-
-
- -

Northwest area

- Paras - 10% (D)
- Trumbeak - 20%
- Fomantis - 20%, Ambush 100%
- Morelull - 10% (N)
- Bounsweet - 40%
- Comfey - 5%
- Oranguru - 5% (Moon)
- Passimian - 5% (Sun)
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Goomy - In rain - ~10%
- Castform - In rain - ~1%
- Castform - In hail or sandstorm ~10%
-
-
- -

North area

- Paras - 30% (D)
- Pinsir - 10%
- Trumbeak - 20%
- Fomantis - 30%
- Morelull - 30% (N)
- Comfey - 5%
- Oranguru - 5% (Moon)
- Passimian - 5% (Sun)
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Goomy - In rain - ~10%
- Castform - In rain - ~1%
- Castform - In hail or sandstorm ~10%
-
-
- -
-
-

Route 6

-

Akala Island

- Rattata - 10% (N)
- Eevee - 5%
-
- Espeon - Ally ^ (D)
- Umbreon - Ally ^^ (N)
-
- Igglybuff - 10%
-
- Jigglypuff - Ally ^
- Happiny - Ally ^^
-
- Lillipup - 30%
- pikipek - 25%
- Yungoos - 10% (D)
- Grubbin - 10%
- Mudbray - 20%
- Oricorio - 20%
- Gothita - One (IS)
-
-
-
-

Route 7

-

Akala Island

- Diglett - 100% (AMB)

-
Surfing
- Tentacool - 30%
- Wingull - 20%
- Finneon - 30%
- Pyukumuku - 20%
- Spheal - One (IS)

-
Fishing
- Staryu - 1%, 20% @ bubble spot
- Magikarp - 79%, 60% @ bubble spot
-
- Gyarados - Ally ^
-
- Wishiwashi - 20%
-
-
-
-

Wela Volcano Park

-

Akala Island

- - Cubone - 24%
-
- Kangaskhan - Ally ^
-
- Kangaskhan - 1%
- Magby - 15%
- Fletchling - 30%
- Salandit - 30%
-
-
-
-

Route 8

-

Akala Island

- Ratata - 30% (N)
- Fletchinder - 15%
- Trumbeak - 30%
- Yungoos - 30% (D)
- Salandit - 20%
- Stufful - 20%
- Crabrawler - 100% @ Berry Tree
- Wimpod - 100% (AMB)
- Luxio - One (IS)

-
Surfing
- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%

-
Fishing
- Magikarp - 79%, 60% @ fishing spot
-
- Gyarados - Ally ^
-
- Chinchou - 1%, 20% @ fishing spot
- Wishiwashi - 20%, 20% @ fishing spot
- -
-
-
-

Route 9

-

Akala Island

-
Fishing
- Magikarp - 15%
-
- Gyarados - Ally ^
-
- Corsola - 5%
-
- Mareanie - Ally ^
-
- Luvdisc - 70%
- Wishiwashi - 10%
-
-
- -
-

Memorial Hill

-

Akala island

- Zubat - 20%
- Gastly - 50%
- Phantump - 30%
-
-
- -
-

Akala Outskirts

-

Akala Island

- -

Grass

- Raticate - 30% (N)
- Wingull - 50%
- Nosepass - 15%
- Gumshoos - 30% (D)
- Stufful - 5%
-
- -

Fishing

- Magikarp - 79%, 60% @ fishing spot
-
- Gyarados - Ally ^
-
- Chinchou - 1%, 20% @ fishing spot
- Wishiwashi - 20%, 20% @ fishing spot
-
-
- -
-

Hano Beach

-

Akala Island

- -

Ambush encounters

- Staryu - 80% @ sand cloud
- Sandygast - 20% @ sand cloud
- Tentacool - 100% @ splash water
-
- -

Surfing

- Tentacool - 30%
- Wingull - 20%
- Finneon - 30%
- Pyukumuku - 20%
-
-
- -
-

Malie City

-

Ula'ula Island

- -

Outer cape

- Raticate - 20% (N)
- Magnemite - 20%
- Grimer - 30%
- Trubbish - 30%
-
- Garbodor - Ally ^
-
- Gumshoos - 20% (D)
-
- -
- -
-

Malie Garden

-

Ula'ula Island

- -

Grass

- Meowth - 20%
- Psyduck - 10%
- Poliwag - 20%
- Ledian - 20% (D)
- Ariados - 20% (N)
- Masquerain - 20% (N)
- Cottonee - 10% (Sun)
- Petilil - 10% (Moon)
- Araquanid - 20%
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Poliwhirl - In rain - ~10%
- Poliwrath - In rain - ~1% (D)
- Politoed - In rain - ~1% (N)
- Castform - Hail or sandstorm - ~10%
-
-
- -

Fishing

- Goldeen - 60%, 50% @ bubble spot
-
- Seaking - Ally ^
-
- Magikarp - 40%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
-
-
- -
-

Route 10

-

Ula'ula Island

- Raticate - 30% (N)
- Fearow - 30%
- Ledian - 20% (D)
- Ariados - 20% (N)
- Skarmory - 10%
- Pancham - 10%
-
- Pangoro - Ally ^
-
- Gumshoos - 10%
- Crabrawler - 100% (Berry tree)
- Staravia - One (IS)

-
Ambush encounters
- Fearow - 80%
- Skarmory - 20%
- -
-
- -
-

Mount Hokulani

-

Ula'ula Island

- Fearow - 40%(D), 30% (N)
- Ditto - 10%
- Cleffa - 10% (N)
-
- Clefairy - Ally ^
- Chansey - Ally ^^
-
- Skarmory - 10%
- Beldum - 10%
- Minior - 30%
-
-
- -
-

Route 11

-

Ula'ula Island

- Raticate - 20% (N)
- Paras - 10% (D)
- Ledian - 20% (D)
- Ariados - 20% (N)
- Pancham - 20%
-
- Pangoro - Ally ^
-
- Trumbeak - 20% (N)
- Gumshoos - 20% (D)
- Morelull - 10% (N)
- Komala - 10%
- Vigoroth - One (IS)
-
-
-
-

Route 12

-

Ula'ula Island

-
First ten fields of grass from the north
- Geodude - 40%
- Elekid - 10%
-
- Electabuzz - Ally ^
- Chansey - Ally ^^
-
- Torkoal - 20%
- Mudbray - 30%

-
Southernmost field of grass
- Geodude - 40%
- Elekid - 10%
- Torkoal - 20%
- Mudbray - 30%
-
-
- -
-

Blush Mountain

-

Ula'ula Island

- Geodude - 30%
- Elekid - 10%
-
- Electabuzz - Ally ^
- Chansey - Ally ^^
-
- Torkoal - 10% or 20%
- Charjabug - 10%
- Mudbray - 20%
- Turtonator - 10% (Sun)
- Togedemaru - 10%
-
-
- -
-

Route 13

-

Ula'ula Island

-
Fishing
- Magikarp - 79%
-
- Gyarados - Ally ^
-
- Wishiwashi - 20%
- Bruxish - 1%

-
Fishing at the bubbling spot
- Magikarp - 50%
-
- Gyarados - Ally ^
-
- Wishiwashi - 30%
- Bruxish - 20%
-
-
- -
-

Haina Desert

-

Ula'ula Island

- Dugtrio - 30%, 20% @ Ambush
- Sandile - 70%
- Trapinch - 10% @ Ambush
-
- -
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Gabite - Sandstorm - ~10%
- Castform - Sandstorm - ~1%
- Castform - Rain or Hail ~10%
-
-
-
- -
-

Ula'ula Island

-

Tapu Village

- Raticate - 30% (N)
- Sandshrew - 10% (Moon)
- Vulpix - 10% (Sun)
- Pelipper - 30%
- Absol - 10%
- Snorunt - 20%
- Gumshoos - 30% (D)
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Vanillite - In hail - ~10%
- Castform - In hail - ~1%
- Castform - Rain or Sandstorm ~10%
-
-
-
- -
-

Route 14

-

Ula'ula Island

-
Surfing
- Tentacool - 40%
- Pelipper - 20%
- Mudbray - 30%

-
Fishing
- Magikarp - 79%
- Wishiwashi - 20%
- Bruxish - 1%

-
Fishing at the bubbling spot
- Magikarp - 50%
-
- Gyarados - Ally ^
-
- Wishiwashi - 30%
- Bruxish - 20%
-
-
- -
-

Abandoned Site

-

Ula'ula Island

- Golbat - 40%
- Haunter - 40%
-
- Gengar - Ally ^
-
- Klefki - 15%
- Mimikyu - 5%
-
-
- -
-

Route 15

-

Ula'ula Island

- Raticate - 30% (N)
- Slowpoke - 20%
- Pelipper - 50%
- Gumshoos - 30% (D)

-
Surfing
- Tentacool - 40%
- Pelipper - 20%
- Mudbray - 30%

-
Fishing
- Magikarp - 79%
-
- Gyarados - Ally ^
-
- Wishiwashi - 20%
- Bruxish - 1%

-
Fishing at the bubbling spot
- Magikarp - 50%
-
- Gyarados - Ally ^
-
- Wishiwashi - 30%
- Bruxish - 20%
-
-
- -
-

Route 16

-

Ula'ula Island

- Raticate - 30% (N)
- Slowpoke - 20%
- Pelipper - 50%
- Gumshoos - 30% (D)
- Crabrawler - 100% (Berry tree)
- Duosion - One (IS)
-
-
- -
-

Ula'ula Meadow

-

Ula'ula Island

- Ledian - 20% (D)
- Ariados - 20% (N)
- Cottonee - 30% (Sun)
- Petilil - 30% (Moon)
- Oricorio (Baile style) - 20%
- Ribombee - 30%
-
-
- -
-

Route 17

-

Ula'ula Island

- Raticate - 30% (N)
- Fearow - 30%
- Ledian - 20% (D)
- Ariados - 20% (N)
- Pancham - 20%
-
- Pangoro - Ally ^
-
- Gumshoos - 30% (D)
- Crabrawler - 100% (Berry tree)

-
Yellow grass on the mountain
- Raticate - 30% (N)
- Fearow - 30%
- Graveler - 20%
- Skarmory - 10%
- Pancham - 10%
- Gumshoos - 30% (D)

-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Goomy - In rain - ~10%
- Castform - In rain - ~1%
- Castform - ~10%
-
-
-
- -
-

Mount Lanakila

- -

Grass

- Sandshrew - 30% (Moon)
- Vulpix - 30% (Sun)
- Sneasel - 20%
- Absol - 20%
- Snorunt - 30%
-
- Glalie - Ally ^
-
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Vanillish - In hail - ~10%
- Castform - In hail - ~1%
- Castform - Rain or Sandstorm ~10%
-
-
- -

Cave

- Golbat - 30%
- Sneasel - 20%
- Absol - 10% or 20%
- Snorunt - 30%
-
- Glalie - Ally ^
-
- Drampa - 10% (Moon)
-
-
- -
-

Seafolk Village

-

Poni Island

-

Fishing

- Magikarp - 79%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Wailmer - 20%, 40% @ bubble spot
-
- Wailord - Ally ^
-
- Dhelmise - 1%, 10% @ bubble spot
-
-
- -
-

Exeggutor Island

-

Poni Island

- Exeggcute - 40%
- Exeggutor - 20%
- Pelipper - 30%
- Gastrodon (East-sea form) - 10%
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Sliggoo - In rain - ~10%
- Castform - In rain - ~1%
- Castform - In hail or sandstorm ~10%
-
-
-
- -
-

Poni Wilds

-

Poni Island

- -

Grass

- Raticate - 30% (N)
- Exeggcute - 10%
- Granbull - 20%
- Pelipper - 30%
- Gastrodon (East-sea form) - 10%
- Gumshoos - 30% (D)
- Wimpod - 100% (Ambush - chase)
-
- -

Surfing

- Tentacruel - 10% or 20%
-
- Lumineon - Ally ^
-
- Lapras - 5%
- Pelipper - 20%
- Gastrodon (East-sea form) - 20%
- Lumineon - 25%
- Wailmer - 90% (Ambush - water splash)
- Wailord - 10% (Ambush - water splash)
-
- -

Fishing

- Magikarp - 79%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Wailmer - 20%, 40% @ bubble spot
-
- Wailord - Ally ^
-
- Relicanth - 1%, 10% @ bubble spot
-
-
- -
-

Vast Poni Canyon

-

Poni Island

- -

Outside

- Machoke - 30%
- Murkrow - 10%
- Skarmory - 10%
- Boldore - 10%
- Carbink - 15%
- Lycanroc (Midday form) - 20% (D)
- Lycanroc (Midnight form) - 20% (N)
- Jangmo-o - 5%
-
- Kommo-o - Ally ^
- Hakamo-o - Ally ^^
-
-
- -

Caves

- Golbat - 30%
- Dugtrio - 30%, 100% @ Ambush
- Boldore - 30%
- Carbink - 20%
-
- -

Surfing

- Golbat - 80%
- Golduck - 20%
-
- -

Fishing

- Magikarp - 59%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Dratini - 1%, 10% @ bubble spot
-
- Dragonair - Ally ^
-
- Barboach - 40%, 40% @ bubble spot
-
- Whiscash - Ally ^
-
-
-
- -
-

Poni Breaker Coast

-

Poni Island

- -

Ambush Encounters

- Wimpod - 100% (Ambush - chase)
-
- -

Fishing

- Magikarp - 79%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Sharpedo - 1%, 10% @ bubble spot
- Wailmer - 20%, 40% @ bubble spot
-
- Wailord - Ally ^
-
-
-
- -
-

Poni Grove

-

Poni Island

- Raticate - 30% (N)
- Pinsir - 10%
- Granbull - 20%
- Riolu - 10%
-
- Lucario - Ally ^
- Chansey - Ally ^^
-
- Trumbeak - 30%
- Gumshoos - 30% (D)
-
-
- -
-

Poni Plains

-

Poni Island

- -

7 small fields of grass scattered in the middle

- Raticate - 30% (N)
- Tauros - 10%
-
- Miltank - Ally ^
-
- Miltank - 10%
-
- Tauros - Ally ^
-
- Cottonee - 20% (Sun)
- Petilil - 20% (Moon)
- Trumbeak - 30%
- Gumshoos - 30% (D)
-
- -

2 large fields in the north and around central tree

- Raticate - 30% (N)
- Hypno - 20%
- Tauros - 10%
-
- Miltank - Ally ^
-
- Miltank - 10%
-
- Tauros - Ally ^
-
- Cottonee - 20% (Sun)
- Petilil - 20% (Moon)
- Trumbeak - 10%
- Gumshoos - 30% (D)
-
- -

2 fields of grass by the mountain

- Raticate - 10% (N)
- Fearow - 20%
- Tauros - 10%
-
- Miltank - Ally ^
-
- Miltank - 10%
-
- Tauros - Ally ^
-
- Cottonee - 20% (Sun)
- Petilil - 20% (Moon)
- Trumbeak - 10%
- Gumshoos - 10% (D)
- Mudsdale - 20%
-
- -

3 fields of grass by the coastline

- Raticate - 30% (N)
- Tauros - 10%
-
- Miltank - Ally ^
-
- Miltank - 10%
-
- Tauros - Ally ^
-
- Pelipper - 20%
- Cottonee - 20% (Sun)
- Petilil - 20% (Moon)
- Trumbeak - 10%
- Gumshoos - 30% (D)
-
- -

Ambush Encounters - Rustling Grass

- Raticate - 70% (N)
- Hariyama - 30%
- Gumshoos - 70% (D)
-
- -

Ambush Encounters - Shadow of Flying Pokemon

- Fearow - 70%
- Braviary - 30% (Sun)
- Mandibuzz - 30% (Moon)
-
- -

Ambush Encounters - Rustling Tree

- Primeape - 80%
- Emolga - 20%
-
- -

Ambush Encounters - Rustling Bushes

- Scyther - 30%
- Cottonee - 70% (Sun)
- Petilil - 70% (Moon)
-
- -
- -
-

Poni Meadow

-

Poni Island

- -

Grass

- Cottonee - 50% (Sun)
- Petilil - 50% (Moon)
- Oricorio (Sensu style) - 20%
- Ribombee - 30%
-
- -

Fishing

- Magikarp - 59%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Dratini - 1%, 10% @ bubble spot
-
- Dragonair - Ally ^
-
- Barboach - 40%, 40% @ bubble spot
-
- Whiscash - Ally ^
-
-
-
- -
-

Poni Gauntlet

-

Poni Island

- -

Grass

- Raticate - 30% (N)
- Golduck - 15%
- Granbull - 20%
- Pelipper - 30%
- Gumshoos - 30% (D)
- Bewear - 5%
-
- -

Fishing

- Magikarp - 59%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Dratini - 1%, 10% @ bubble spot
-
- Dragonair - Ally ^
-
- Barboach - 40%, 40% @ bubble spot
-
- Whiscash - Ally ^
-
-
-
- -
- Back to the top -

Want to count your shiny chains? Chain Couter is a online service that allows you to easily count your chains, and gives you live time shiny chances, HA chances and more!

-

View contributions to Pokesprite.

-
- - - - - - - +
+ +
+
+

+
+ +
+
+ +
+

+

AMB means ambush encounter, and IS means Island Scan. Ally Pokemon that are different to + the original caller are highlighted in orange, and are below the caller.

+
+

Route 1

+

Melemele Island

+

Proper

+ Caterpie - 30%
+ Rattata - 30% + (N)
+ Ledyba - 20% (D)
+ Spinarak - 20% (N)
+ pikipek - 30%
+ Yungoos - 30% (D)
+ Metapod - 10%
+ Pichu - 5%
+
+ Pikachu - Ally ^
+ Happiny - Ally ^^
+
+ Grubbin - 10%
+ Bonsly - 15%
+
+ Sudowoodo - Ally + ^
+ Happiny - Ally ^^
+
+ Munchlax - 5%
+
+ Snorlax - Ally ^
+ Happiny - Ally ^^
+
+
+

Hau'oli Outskirts

+
Beachfront
+ Rattata - 30% + (N)
+ Slowpoke - 20%
+ Wingull - 50%
+ Yungoos - 30% (D)
+
+
Surfing
+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%
+
+

Trainers' School

+ Meowth - 30%
+ Magnemite - 50%
+ Grimer - 20%
+
+
+
+

Ten Carat Hill

+

Melemele Island

+

Cave and ocean Cave

+ Zubat - 30%
+ Diglett - + 20%
+ Roggenrola - 30%
+ Carbink - 20%
+
+ Sableye - Ally ^
+
+
+

Surfing

+ Zubat - 80%
+ Psyduck - 20%
+
+

Farthest Hollow

+ Machop - 30%
+ Spinda - 10%
+ Roggenrola - 20%
+ Carbink - 20%
+ Rockruff - 20%
+
+
+
+

Melemele Sea

+

Melemele Island

+

Surfing

+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%
+
+

Fishing

+ Magikarp - 78%, 20% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Corsola - 1%, 20% @ bubble + spot
+
+ Mareanie - Ally + ^
+
+ Luvdisc - 1%, 40% @ bubble + spot
+ Wishiwashi - 20%
+
+
+
+

Hau'oli City

+

Melemele Island

+

Surfing

+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%
+
+

Shopping District

+ Rattata - 20% + (N)
+ Meowth - 10%
+ Abra - 25%
+ Magnemite - 10%
+ Grimer - 10%
+ Pichu - 5%
+
+ Pikachu - Ally ^
+ Happiny - Ally ^^
+
+ Wingull - 20%
+ Yungoos - 20% (D)
+
+
+
+

Route 2

+

Melemele Island

+ Rattata - 10% + (N)
+ Meowth - 30%
+ Abra - 20%
+ Drowzee - 20%
+ Smeargle - 20%
+ Yungoos - 10% (D)
+ Spearow - 40%
+ Growlithe - 20%
+ Cutiefly - 20%
+ Makuhita - 30%
+ Crabrawler - 100% + (Berry tree)
+ Chikorita - One + (IS)
+
+
+
+

Hau'oli Cemetery

+

Melemele Island

+ Zubat - 20%
+ Gastly - 50%
+ Misdreavus - 30% + (N)
+ Drifloon - 30% (D)
+
+
+
+

Route 3

+

Melemele Island

+ Rattata - 10% + (N)
+ Spearow - 40%
+ Mankey - 20%
+ Delibird - 10%
+ Yungoos - 10% (D)
+ Cutiefly - 20%
+ Bagon - 1%
+
+ Salamence - Ally + ^
+
+ Crabwraler - 100% + (Berry tree)
+ Cyndaquil - One + (IS)
+
+
Ambush encounters
+ Rufflet - 30% (Sun)
+ Vullaby - 30% (Moon)
+
+
+
+

Melemele Meadow

+

Melemele Island

+ Caterpie - 10%
+
+ Butterfree - Ally + ^
+
+ Metapod - 9%
+
+ Caterpie - Ally + ^
+ Butterfree - Ally + ^^
+
+ Butterfree - 1%
+ Cottonee - 30% (Sun)
+ Petilil - 30% (Moon)
+ + Oricorio (Pom-pom style) - 20%
+ Cutiefly - 30%
+
+
+
+

Seaward Cave

+

Melemele Island

+

Walking

+ Zubat - 70%
+ Diglett - + 30%
+
+

Surfing

+ Zubat - 80%
+ Psyduck - 20%
+
+

Fishing

+ Magikarp - 99%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Barboach - 1%, 50% @ + bubble spot
+
+ Whiscash - Ally + ^
+
+
+
+
+

Kala'e Bay

+

Melemele Island

+

Grass

+ Ratata - 30% (N)
+ Slowpoke - 20%
+
+ Slowbro - Ally ^
+
+ Wingull - 40%
+ Bagon - 10%
+
+ Shelgon - Ally ^
+
+ Yungoos - 30% (D)
+
+

Surfing

+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%
+
+

Fishing

+ Shellder - 1%, 20% @ + bubble spot
+ Magikarp - 79%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 20%, 30% + @ bubble spot
+
+
+
+

Route 4

+

Akala Island

+ Rattata - 10% + (N)
+ Eevee - 5%
+
+ Espeon - Ally ^ (D)
+ Umbreon - Ally ^^ + (N)
+
+ Igglybuff - 10% + (D)
+
+ Jigglypuff - Ally + ^
+ Happiny - Ally ^^
+
+ Lillipup - 30%
+ pikipek - 25%
+ Yungoos - 10% (D)
+ Grubbin - 10%
+ Mudbray - 20%
+ Venipede - One (IS)
+
+
+
+

Paniola Ranch

+

Akala Island

+ Tauros - 5%
+
+ Miltank - Ally ^
+
+ Miltank - 5%
+
+ Tauros - Ally ^
+
+ Lilipup - 40%
+ Mudbray - 50%
+
+
+
+

Route 5

+

Akala Island

+

Southern half

+ Caterpie - 10%
+
+ Butterfree - Ally + ^
+
+ Metapod - 9%
+
+ Butterfree - Ally + ^
+
+ Butterfree - 1%
+ Lilipup - 30%
+ pikipek - 20%
+ Grubbin - 10%
+ Fomantis - 20%
+
+

Northern half

+ Caterpie - 15%
+ Metapod - 10%
+ Butterfree - 5%
+ Bonsly - 10%
+ Trumbeak - 20%
+ Grubbin - 10%
+ Fomantis - 30%
+ Diglett - 100% + (AMB)
+ Bellsprout - One (IS)
+
+
+
+

Brooklet Hill

+

Akala Island

+ +

First field of grass

+ Paras - 20% (D)
+ Psyduck - 30%
+ Poliwag - 10%
+ Wingull - 10%
+ Surskit - 10% (N)
+ Lillipup - 20%
+ Dewpider - 10% (D)
+ Morelull - 20% (N)
+
+ +

Field of grass across second lake

+ Psyduck - 30%
+ Poliwag - 20%
+ Wingull - 30%
+ Surskit - 20% (N)
+ Dewpider - 20% (D)
+
+ +

Surfing

+ Psyduck - 20%
+ Poliwag - 40%
+ Surskit - 40% (N)
+ Dewpider - 40% (D)
+
+ +

Fishing

+ Goldeen - 29%, 45% @ bubble + spot
+
+ Seaking - Ally ^
+
+ Magikarp - 70%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Feebas - 1%, 5% @ bubble spot
+
+ +
+
+

Lush Jungle

+

Akala Island

+ +

Central area

+ Caterpie - 10%
+
+ Butterfree - Ally + ^
+
+ Metapod - 10%
+
+ Caterpie - Ally + ^
+ Butterfree - Ally + ^^
+
+ Paras - 20% (D)
+ Bonsly - 10%
+
+ Sudowoodo - Ally + ^
+ Happiny - Ally ^^
+
+ Trumbeak - 20%
+ Fomantis - 20%
+ Morelull - 20% (N)
+ Comfey - 5%
+ Oranguru - 5% (Moon)
+ Passimian - 5% + (Sun)
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Goomy - In rain - ~10%
+ Castform - In rain - + ~1%
+ Castform - In hail or + sandstorm ~10%
+
+
+ +

Northwest area

+ Paras - 10% (D)
+ Trumbeak - 20%
+ Fomantis - 20%, Ambush + 100%
+ Morelull - 10% (N)
+ Bounsweet - 40%
+ Comfey - 5%
+ Oranguru - 5% (Moon)
+ Passimian - 5% + (Sun)
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Goomy - In rain - ~10%
+ Castform - In rain - + ~1%
+ Castform - In hail or + sandstorm ~10%
+
+
+ +

North area

+ Paras - 30% (D)
+ Pinsir - 10%
+ Trumbeak - 20%
+ Fomantis - 30%
+ Morelull - 30% (N)
+ Comfey - 5%
+ Oranguru - 5% (Moon)
+ Passimian - 5% + (Sun)
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Goomy - In rain - ~10%
+ Castform - In rain - + ~1%
+ Castform - In hail or + sandstorm ~10%
+
+
+ +
+
+

Route 6

+

Akala Island

+ Rattata - 10% + (N)
+ Eevee - 5%
+
+ Espeon - Ally ^ (D)
+ Umbreon - Ally ^^ + (N)
+
+ Igglybuff - 10%
+
+ Jigglypuff - Ally + ^
+ Happiny - Ally ^^
+
+ Lillipup - 30%
+ pikipek - 25%
+ Yungoos - 10% (D)
+ Grubbin - 10%
+ Mudbray - 20%
+ Oricorio - + 20%
+ Gothita - One (IS)
+
+
+
+

Route 7

+

Akala Island

+ Diglett - 100% + (AMB)

+
Surfing
+ Tentacool - 30%
+ Wingull - 20%
+ Finneon - 30%
+ Pyukumuku - 20%
+ Spheal - One (IS)

+
Fishing
+ Staryu - 1%, 20% @ bubble + spot
+ Magikarp - 79%, 60% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 20%
+
+
+
+

Wela Volcano Park

+

Akala Island

+ + Cubone - 24%
+
+ Kangaskhan - Ally + ^
+
+ Kangaskhan - 1%
+ Magby - 15%
+ Fletchling - 30%
+ Salandit - 30%
+
+
+
+

Route 8

+

Akala Island

+ Ratata - 30% (N)
+ Fletchinder - + 15%
+ Trumbeak - 30%
+ Yungoos - 30% (D)
+ Salandit - 20%
+ Stufful - 20%
+ Crabrawler - 100% @ + Berry Tree
+ Wimpod - 100% (AMB)
+ Luxio - One (IS)

+
Surfing
+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%

+
Fishing
+ Magikarp - 79%, 60% @ + fishing spot
+
+ Gyarados - Ally + ^
+
+ Chinchou - 1%, 20% @ + fishing spot
+ Wishiwashi - 20%, 20% + @ fishing spot
+ +
+
+
+

Route 9

+

Akala Island

+
Fishing
+ Magikarp - 15%
+
+ Gyarados - Ally + ^
+
+ Corsola - 5%
+
+ Mareanie - Ally + ^
+
+ Luvdisc - 70%
+ Wishiwashi - 10%
+
+
+ +
+

Memorial Hill

+

Akala island

+ Zubat - 20%
+ Gastly - 50%
+ Phantump - 30%
+
+
+ +
+

Akala Outskirts

+

Akala Island

+ +

Grass

+ Raticate - 30% + (N)
+ Wingull - 50%
+ Nosepass - 15%
+ Gumshoos - 30% (D)
+ Stufful - 5%
+
+ +

Fishing

+ Magikarp - 79%, 60% @ + fishing spot
+
+ Gyarados - Ally + ^
+
+ Chinchou - 1%, 20% @ + fishing spot
+ Wishiwashi - 20%, 20% + @ fishing spot
+
+
+ +
+

Hano Beach

+

Akala Island

+ +

Ambush encounters

+ Staryu - 80% @ sand + cloud
+ Sandygast - 20% @ sand + cloud
+ Tentacool - 100% @ + splash water
+
+ +

Surfing

+ Tentacool - 30%
+ Wingull - 20%
+ Finneon - 30%
+ Pyukumuku - 20%
+
+
+ +
+

Malie City

+

Ula'ula Island

+ +

Outer cape

+ Raticate - 20% + (N)
+ Magnemite - 20%
+ Grimer - 30%
+ Trubbish - 30%
+
+ Garbodor - Ally + ^
+
+ Gumshoos - 20% (D)
+
+ +
+ +
+

Malie Garden

+

Ula'ula Island

+ +

Grass

+ Meowth - 20%
+ Psyduck - 10%
+ Poliwag - 20%
+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Masquerain - 20% + (N)
+ Cottonee - 10% (Sun)
+ Petilil - 10% (Moon)
+ Araquanid - 20%
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Poliwhirl - In rain + - ~10%
+ Poliwrath - In rain + - ~1% (D)
+ Politoed - In rain - + ~1% (N)
+ Castform - Hail or + sandstorm - ~10%
+
+
+ +

Fishing

+ Goldeen - 60%, 50% @ bubble + spot
+
+ Seaking - Ally ^
+
+ Magikarp - 40%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+
+
+ +
+

Route 10

+

Ula'ula Island

+ Raticate - 30% + (N)
+ Fearow - 30%
+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Skarmory - 10%
+ Pancham - 10%
+
+ Pangoro - Ally ^
+
+ Gumshoos - 10%
+ Crabrawler - 100% + (Berry tree)
+ Staravia - One + (IS)

+
Ambush encounters
+ Fearow - 80%
+ Skarmory - 20%
+ +
+
+ +
+

Mount Hokulani

+

Ula'ula Island

+ Fearow - 40%(D), 30% (N)
+ Ditto - 10%
+ Cleffa - 10% (N)
+
+ Clefairy - Ally + ^
+ Chansey - Ally ^^
+
+ Skarmory - 10%
+ Beldum - 10%
+ Minior - 30%
+
+
+ +
+

Route 11

+

Ula'ula Island

+ Raticate - 20% + (N)
+ Paras - 10% (D)
+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Pancham - 20%
+
+ Pangoro - Ally ^
+
+ Trumbeak - 20% (N)
+ Gumshoos - 20% (D)
+ Morelull - 10% (N)
+ Komala - 10%
+ Vigoroth - One (IS)
+
+
+
+

Route 12

+

Ula'ula Island

+
First ten fields of grass from the north
+ Geodude - + 40%
+ Elekid - 10%
+
+ Electabuzz - Ally + ^
+ Chansey - Ally ^^
+
+ Torkoal - 20%
+ Mudbray - 30%

+
Southernmost field of grass
+ Geodude - + 40%
+ Elekid - 10%
+ Torkoal - 20%
+ Mudbray - 30%
+
+
+ +
+

Blush Mountain

+

Ula'ula Island

+ Geodude - + 30%
+ Elekid - 10%
+
+ Electabuzz - Ally + ^
+ Chansey - Ally ^^
+
+ Torkoal - 10% or 20%
+ Charjabug - 10%
+ Mudbray - 20%
+ Turtonator - 10% + (Sun)
+ Togedemaru - 10%
+
+
+ +
+

Route 13

+

Ula'ula Island

+
Fishing
+ Magikarp - 79%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 20%
+ Bruxish - 1%

+
Fishing at the bubbling spot
+ Magikarp - 50%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 30%
+ Bruxish - 20%
+
+
+ +
+

Haina Desert

+

Ula'ula Island

+ Dugtrio - 30%, + 20% @ Ambush
+ Sandile - 70% +
+ Trapinch - 10% + @ Ambush
+
+ +
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Gabite - Sandstorm - ~10%
+ Castform - Sandstorm + - ~1%
+ Castform - Rain or + Hail ~10%
+
+
+
+ +
+

Ula'ula Island

+

Tapu Village

+ Raticate - 30% + (N)
+ Sandshrew - + 10% (Moon)
+ Vulpix - 10% (Sun)
+ Pelipper - 30%
+ Absol - 10%
+ Snorunt - 20%
+ Gumshoos - 30% (D)
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Vanillite - In hail + - ~10%
+ Castform - In hail - + ~1%
+ Castform - Rain or + Sandstorm ~10%
+
+
+
+ +
+

Route 14

+

Ula'ula Island

+
Surfing
+ Tentacool - 40%
+ Pelipper - 20%
+ Mudbray - 30%

+
Fishing
+ Magikarp - 79%
+ Wishiwashi - 20%
+ Bruxish - 1%

+
Fishing at the bubbling spot
+ Magikarp - 50%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 30%
+ Bruxish - 20%
+
+
+ +
+

Abandoned Site

+

Ula'ula Island

+ Golbat - 40%
+ Haunter - 40%
+
+ Gengar - Ally ^
+
+ Klefki - 15%
+ Mimikyu - 5%
+
+
+ +
+

Route 15

+

Ula'ula Island

+ Raticate - 30% + (N)
+ Slowpoke - 20%
+ Pelipper - 50%
+ Gumshoos - 30% + (D)

+
Surfing
+ Tentacool - 40%
+ Pelipper - 20%
+ Mudbray - 30%

+
Fishing
+ Magikarp - 79%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 20%
+ Bruxish - 1%

+
Fishing at the bubbling spot
+ Magikarp - 50%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 30%
+ Bruxish - 20%
+
+
+ +
+

Route 16

+

Ula'ula Island

+ Raticate - 30% + (N)
+ Slowpoke - 20%
+ Pelipper - 50%
+ Gumshoos - 30% (D)
+ Crabrawler - 100% + (Berry tree)
+ Duosion - One (IS)
+
+
+ +
+

Ula'ula Meadow

+

Ula'ula Island

+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Cottonee - 30% (Sun)
+ Petilil - 30% (Moon)
+ Oricorio + (Baile style) - 20%
+ Ribombee - 30%
+
+
+ +
+

Route 17

+

Ula'ula Island

+ Raticate - 30% + (N)
+ Fearow - 30%
+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Pancham - 20%
+
+ Pangoro - Ally ^
+
+ Gumshoos - 30% (D)
+ Crabrawler - 100% + (Berry tree)

+
Yellow grass on the mountain
+ Raticate - 30% + (N)
+ Fearow - 30%
+ Graveler - 20%
+ Skarmory - 10%
+ Pancham - 10%
+ Gumshoos - 30% + (D)

+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Goomy - In rain - ~10%
+ Castform - In rain - + ~1%
+ Castform - ~10%
+
+
+
+ +
+

Mount Lanakila

+ +

Grass

+ Sandshrew - + 30% (Moon)
+ Vulpix - 30% (Sun)
+ Sneasel - 20%
+ Absol - 20%
+ Snorunt - 30%
+
+ Glalie - Ally ^
+
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Vanillish - In hail + - ~10%
+ Castform - In hail - + ~1%
+ Castform - Rain or + Sandstorm ~10%
+
+
+ +

Cave

+ Golbat - 30%
+ Sneasel - 20%
+ Absol - 10% or 20%
+ Snorunt - 30%
+
+ Glalie - Ally ^
+
+ Drampa - 10% (Moon)
+
+
+ +
+

Seafolk Village

+

Poni Island

+

Fishing

+ Magikarp - 79%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Wailmer - 20%, 40% @ bubble + spot
+
+ Wailord - Ally ^
+
+ Dhelmise - 1%, 10% @ + bubble spot
+
+
+ +
+

Exeggutor Island

+

Poni Island

+ Exeggcute - 40%
+ Exeggutor - + 20%
+ Pelipper - 30%
+ Gastrodon + (East-sea form) - 10%
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Sliggoo - In rain - + ~10%
+ Castform - In rain - + ~1%
+ Castform - In hail or + sandstorm ~10%
+
+
+
+ +
+

Poni Wilds

+

Poni Island

+ +

Grass

+ Raticate - 30% + (N)
+ Exeggcute - 10%
+ Granbull - 20%
+ Pelipper - 30%
+ Gastrodon + (East-sea form) - 10%
+ Gumshoos - 30% (D)
+ Wimpod - 100% (Ambush - + chase)
+
+ +

Surfing

+ Tentacruel - 10% or + 20%
+
+ Lumineon - Ally + ^
+
+ Lapras - 5%
+ Pelipper - 20%
+ Gastrodon + (East-sea form) - 20%
+ Lumineon - 25%
+ Wailmer - 90% (Ambush - + water splash)
+ Wailord - 10% (Ambush - + water splash)
+
+ +

Fishing

+ Magikarp - 79%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Wailmer - 20%, 40% @ bubble + spot
+
+ Wailord - Ally ^
+
+ Relicanth - 1%, 10% @ + bubble spot
+
+
+ +
+

Vast Poni Canyon

+

Poni Island

+ +

Outside

+ Machoke - 30%
+ Murkrow - 10%
+ Skarmory - 10%
+ Boldore - 10%
+ Carbink - 15%
+ Lycanroc + (Midday form) - 20% (D)
+ + Lycanroc (Midnight form) - 20% (N)
+ Jangmo-o - 5%
+
+ Kommo-o - Ally ^
+ Hakamo-o - Ally + ^^
+
+
+ +

Caves

+ Golbat - 30%
+ Dugtrio - 30%, + 100% @ Ambush
+ Boldore - 30%
+ Carbink - 20%
+
+ +

Surfing

+ Golbat - 80%
+ Golduck - 20%
+
+ +

Fishing

+ Magikarp - 59%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Dratini - 1%, 10% @ bubble + spot
+
+ Dragonair - Ally + ^
+
+ Barboach - 40%, 40% @ + bubble spot
+
+ Whiscash - Ally + ^
+
+
+
+ +
+

Poni Breaker Coast

+

Poni Island

+ +

Ambush Encounters

+ Wimpod - 100% (Ambush - + chase)
+
+ +

Fishing

+ Magikarp - 79%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Sharpedo - 1%, 10% @ + bubble spot
+ Wailmer - 20%, 40% @ bubble + spot
+
+ Wailord - Ally ^
+
+
+
+ +
+

Poni Grove

+

Poni Island

+ Raticate - 30% + (N)
+ Pinsir - 10%
+ Granbull - 20%
+ Riolu - 10%
+
+ Lucario - Ally ^
+ Chansey - Ally ^^
+
+ Trumbeak - 30%
+ Gumshoos - 30% (D)
+
+
+ +
+

Poni Plains

+

Poni Island

+ +

7 small fields of grass scattered in the middle

+ Raticate - 30% + (N)
+ Tauros - 10%
+
+ Miltank - Ally ^
+
+ Miltank - 10%
+
+ Tauros - Ally ^
+
+ Cottonee - 20% (Sun)
+ Petilil - 20% (Moon)
+ Trumbeak - 30%
+ Gumshoos - 30% (D)
+
+ +

2 large fields in the north and around central tree

+ Raticate - 30% + (N)
+ Hypno - 20%
+ Tauros - 10%
+
+ Miltank - Ally ^
+
+ Miltank - 10%
+
+ Tauros - Ally ^
+
+ Cottonee - 20% (Sun)
+ Petilil - 20% (Moon)
+ Trumbeak - 10%
+ Gumshoos - 30% (D)
+
+ +

2 fields of grass by the mountain

+ Raticate - 10% + (N)
+ Fearow - 20%
+ Tauros - 10%
+
+ Miltank - Ally ^
+
+ Miltank - 10%
+
+ Tauros - Ally ^
+
+ Cottonee - 20% (Sun)
+ Petilil - 20% (Moon)
+ Trumbeak - 10%
+ Gumshoos - 10% (D)
+ Mudsdale - 20%
+
+ +

3 fields of grass by the coastline

+ Raticate - 30% + (N)
+ Tauros - 10%
+
+ Miltank - Ally ^
+
+ Miltank - 10%
+
+ Tauros - Ally ^
+
+ Pelipper - 20%
+ Cottonee - 20% (Sun)
+ Petilil - 20% (Moon)
+ Trumbeak - 10%
+ Gumshoos - 30% (D)
+
+ +

Ambush Encounters - Rustling Grass

+ Raticate - 70% + (N)
+ Hariyama - 30%
+ Gumshoos - 70% (D)
+
+ +

Ambush Encounters - Shadow of Flying Pokemon

+ Fearow - 70%
+ Braviary - 30% (Sun)
+ Mandibuzz - 30% + (Moon)
+
+ +

Ambush Encounters - Rustling Tree

+ Primeape - 80%
+ Emolga - 20%
+
+ +

Ambush Encounters - Rustling Bushes

+ Scyther - 30%
+ Cottonee - 70% (Sun)
+ Petilil - 70% (Moon)
+
+ +
+ +
+

Poni Meadow

+

Poni Island

+ +

Grass

+ Cottonee - 50% (Sun)
+ Petilil - 50% (Moon)
+ Oricorio + (Sensu style) - 20%
+ Ribombee - 30%
+
+ +

Fishing

+ Magikarp - 59%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Dratini - 1%, 10% @ bubble + spot
+
+ Dragonair - Ally + ^
+
+ Barboach - 40%, 40% @ + bubble spot
+
+ Whiscash - Ally + ^
+
+
+
+ +
+

Poni Gauntlet

+

Poni Island

+ +

Grass

+ Raticate - 30% + (N)
+ Golduck - 15%
+ Granbull - 20%
+ Pelipper - 30%
+ Gumshoos - 30% (D)
+ Bewear - 5%
+
+ +

Fishing

+ Magikarp - 59%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Dratini - 1%, 10% @ bubble + spot
+
+ Dragonair - Ally + ^
+
+ Barboach - 40%, 40% @ + bubble spot
+
+ Whiscash - Ally + ^
+
+
+
+ +
+ Back to the top +

Want to count your shiny chains? Chain + Couter is a online service that allows you to easily count your chains, and gives you live time shiny + chances, HA chances and more!

+
+ + + + + + + diff --git a/js/checkbox.js b/js/checkbox.js index 9f49896..d31484a 100644 --- a/js/checkbox.js +++ b/js/checkbox.js @@ -1,7 +1,7 @@ // Keep all checkboxes for the same Pokemon species synchronized: // Boxes with the same value are ticked when one box with that value is ticked -$("input[type='checkbox']").change(function(){ +$("input[type='checkbox']").change(function () { var pkmn = $(this).val(); $("input[value='" + pkmn + "'][type='checkbox']").prop("checked", $(this).prop("checked")); }); diff --git a/js/main.js b/js/main.js index 39c5135..15bd0da 100644 --- a/js/main.js +++ b/js/main.js @@ -1,9 +1,9 @@ -$(document).ready(function() { +$(document).ready(function () { var offset = 300; var animating = false; var backToTop = $('.back-to-top'); - $(window).scroll(function() { + $(window).scroll(function () { if ($(this).scrollTop() > offset) { if (!animating) { backToTop.fadeIn(); @@ -15,11 +15,11 @@ $(document).ready(function() { } }); - backToTop.click(function() { + backToTop.click(function () { animating = true; $('body,html').animate({ scrollTop: 0 - }, 500, function() { + }, 500, function () { animating = false; backToTop.fadeOut(); }); diff --git a/js/save.js b/js/save.js index 66646d5..d668bf3 100644 --- a/js/save.js +++ b/js/save.js @@ -1,13 +1,13 @@ var i, checkboxes = document.querySelectorAll('input[type=checkbox]'); function save() { - for (i = 0; i < checkboxes.length; i++) { - localStorage.setItem(checkboxes[i].value, checkboxes[i].checked); - } + for (i = 0; i < checkboxes.length; i++) { + localStorage.setItem(checkboxes[i].value, checkboxes[i].checked); + } } function load_() { - for (i = 0; i < checkboxes.length; i++) { - checkboxes[i].checked = localStorage.getItem(checkboxes[i].value) === 'true' ? true:false; - } + for (i = 0; i < checkboxes.length; i++) { + checkboxes[i].checked = localStorage.getItem(checkboxes[i].value) === 'true' ? true : false; + } } diff --git a/night.html b/night.html index 0c876f3..07a3fa9 100644 --- a/night.html +++ b/night.html @@ -1,1381 +1,1581 @@ - + + - Pokefinder - - - - - - - - - - + Pokefinder + + + + + + + + + + -
- -
-
-

-
- -
-
- -
-

-

AMB means ambush encounter, and IS means Island Scan. Ally Pokemon that are different to the original caller are highlighted in orange, and are below the caller.

-
-

Route 1

-

Melemele Island

-

Proper

- Caterpie - 30%
- Rattata - 30% (N)
- Ledyba - 20% (D)
- Spinarak - 20% (N)
- pikipek - 30%
- Yungoos - 30% (D)
- Metapod - 10%
- Pichu - 5%
-
- Pikachu - Ally ^
- Happiny - Ally ^^
-
- Grubbin - 10%
- Bonsly - 15%
-
- Sudowoodo - Ally ^
- Happiny - Ally ^^
-
- Munchlax - 5%
-
- Snorlax - Ally ^
- Happiny - Ally ^^
-
-
-

Hau'oli Outskirts

-
Beachfront
- Rattata - 30% (N)
- Slowpoke - 20%
- Wingull - 50%
- Yungoos - 30% (D)
-
-
Surfing
- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%
-
-

Trainers' School

- Meowth - 30%
- Magnemite - 50%
- Grimer - 20%
-
-
-
-

Ten Carat Hill

-

Melemele Island

-

Cave and ocean Cave

- Zubat - 30%
- Diglett - 20%
- Roggenrola - 30%
- Carbink - 20%
-
- Sableye - Ally ^
-
-
-

Surfing

- Zubat - 80%
- Psyduck - 20%
-
-

Farthest Hollow

- Machop - 30%
- Spinda - 10%
- Roggenrola - 20%
- Carbink - 20%
- Rockruff - 20%
-
-
-
-

Melemele Sea

-

Melemele Island

-

Surfing

- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%
-
-

Fishing

- Magikarp - 78%, 20% @ bubble spot
-
- Gyarados - Ally ^
-
- Corsola - 1%, 20% @ bubble spot
-
- Mareanie - Ally ^
-
- Luvdisc - 1%, 40% @ bubble spot
- Wishiwashi - 20%
-
-
-
-

Hau'oli City

-

Melemele Island

-

Surfing

- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%
-
-

Shopping District

- Rattata - 20% (N)
- Meowth - 10%
- Abra - 25%
- Magnemite - 10%
- Grimer - 10%
- Pichu - 5%
-
- Pikachu - Ally ^
- Happiny - Ally ^^
-
- Wingull - 20%
- Yungoos - 20% (D)
-
-
-
-

Route 2

-

Melemele Island

- Rattata - 10% (N)
- Meowth - 30%
- Abra - 20%
- Drowzee - 20%
- Smeargle - 20%
- Yungoos - 10% (D)
- Spearow - 40%
- Growlithe - 20%
- Cutiefly - 20%
- Makuhita - 30%
- Crabrawler - 100% (Berry tree)
- Chikorita - One (IS)
-
-
-
-

Hau'oli Cemetery

-

Melemele Island

- Zubat - 20%
- Gastly - 50%
- Misdreavus - 30% (N)
- Drifloon - 30% (D)
-
-
-
-

Route 3

-

Melemele Island

- Rattata - 10% (N)
- Spearow - 40%
- Mankey - 20%
- Delibird - 10%
- Yungoos - 10% (D)
- Cutiefly - 20%
- Bagon - 1%
-
- Salamence - Ally ^
-
- Crabwraler - 100% (Berry tree)
- Cyndaquil - One (IS)
-
-
Ambush encounters
- Rufflet - 30% (Sun)
- Vullaby - 30% (Moon)
-
-
-
-

Melemele Meadow

-

Melemele Island

- Caterpie - 10%
-
- Butterfree - Ally ^
-
- Metapod - 9%
-
- Caterpie - Ally ^
- Butterfree - Ally ^^
-
- Butterfree - 1%
- Cottonee - 30% (Sun)
- Petilil - 30% (Moon)
- Oricorio (Pom-pom style) - 20%
- Cutiefly - 30%
-
-
-
-

Seaward Cave

-

Melemele Island

-

Walking

- Zubat - 70%
- Diglett - 30%
-
-

Surfing

- Zubat - 80%
- Psyduck - 20%
-
-

Fishing

- Magikarp - 99%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Barboach - 1%, 50% @ bubble spot
-
- Whiscash - Ally ^
-
-
-
-
-

Kala'e Bay

-

Melemele Island

-

Grass

- Ratata - 30% (N)
- Slowpoke - 20%
-
- Slowbro - Ally ^
-
- Wingull - 40%
- Bagon - 10%
-
- Shelgon - Ally ^
-
- Yungoos - 30% (D)
-
-

Surfing

- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%
-
-

Fishing

- Shellder - 1%, 20% @ bubble spot
- Magikarp - 79%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Wishiwashi - 20%, 30% @ bubble spot
-
-
-
-

Route 4

-

Akala Island

- Rattata - 10% (N)
- Eevee - 5%
-
- Espeon - Ally ^ (D)
- Umbreon - Ally ^^ (N)
-
- Igglybuff - 10% (D)
-
- Jigglypuff - Ally ^
- Happiny - Ally ^^
-
- Lillipup - 30%
- pikipek - 25%
- Yungoos - 10% (D)
- Grubbin - 10%
- Mudbray - 20%
- Venipede - One (IS)
-
-
-
-

Paniola Ranch

-

Akala Island

- Tauros - 5%
-
- Miltank - Ally ^
-
- Miltank - 5%
-
- Tauros - Ally ^
-
- Lilipup - 40%
- Mudbray - 50%
-
-
-
-

Route 5

-

Akala Island

-

Southern half

- Caterpie - 10%
-
- Butterfree - Ally ^
-
- Metapod - 9%
-
- Butterfree - Ally ^
-
- Butterfree - 1%
- Lilipup - 30%
- pikipek - 20%
- Grubbin - 10%
- Fomantis - 20%
-
-

Northern half

- Caterpie - 15%
- Metapod - 10%
- Butterfree - 5%
- Bonsly - 10%
- Trumbeak - 20%
- Grubbin - 10%
- Fomantis - 30%
- Diglett - 100% (AMB)
- Bellsprout - One (IS)
-
-
-
-

Brooklet Hill

-

Akala Island

- -

First field of grass

- Paras - 20% (D)
- Psyduck - 30%
- Poliwag - 10%
- Wingull - 10%
- Surskit - 10% (N)
- Lillipup - 20%
- Dewpider - 10% (D)
- Morelull - 20% (N)
-
- -

Field of grass across second lake

- Psyduck - 30%
- Poliwag - 20%
- Wingull - 30%
- Surskit - 20% (N)
- Dewpider - 20% (D)
-
- -

Surfing

- Psyduck - 20%
- Poliwag - 40%
- Surskit - 40% (N)
- Dewpider - 40% (D)
-
- -

Fishing

- Goldeen - 29%, 45% @ bubble spot
-
- Seaking - Ally ^
-
- Magikarp - 70%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Feebas - 1%, 5% @ bubble spot
-
- -
-
-

Lush Jungle

-

Akala Island

- -

Central area

- Caterpie - 10%
-
- Butterfree - Ally ^
-
- Metapod - 10%
-
- Caterpie - Ally ^
- Butterfree - Ally ^^
-
- Paras - 20% (D)
- Bonsly - 10%
-
- Sudowoodo - Ally ^
- Happiny - Ally ^^
-
- Trumbeak - 20%
- Fomantis - 20%
- Morelull - 20% (N)
- Comfey - 5%
- Oranguru - 5% (Moon)
- Passimian - 5% (Sun)
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Goomy - In rain - ~10%
- Castform - In rain - ~1%
- Castform - In hail or sandstorm ~10%
-
-
- -

Northwest area

- Paras - 10% (D)
- Trumbeak - 20%
- Fomantis - 20%, Ambush 100%
- Morelull - 10% (N)
- Bounsweet - 40%
- Comfey - 5%
- Oranguru - 5% (Moon)
- Passimian - 5% (Sun)
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Goomy - In rain - ~10%
- Castform - In rain - ~1%
- Castform - In hail or sandstorm ~10%
-
-
- -

North area

- Paras - 30% (D)
- Pinsir - 10%
- Trumbeak - 20%
- Fomantis - 30%
- Morelull - 30% (N)
- Comfey - 5%
- Oranguru - 5% (Moon)
- Passimian - 5% (Sun)
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Goomy - In rain - ~10%
- Castform - In rain - ~1%
- Castform - In hail or sandstorm ~10%
-
-
- -
-
-

Route 6

-

Akala Island

- Rattata - 10% (N)
- Eevee - 5%
-
- Espeon - Ally ^ (D)
- Umbreon - Ally ^^ (N)
-
- Igglybuff - 10%
-
- Jigglypuff - Ally ^
- Happiny - Ally ^^
-
- Lillipup - 30%
- pikipek - 25%
- Yungoos - 10% (D)
- Grubbin - 10%
- Mudbray - 20%
- Oricorio - 20%
- Gothita - One (IS)
-
-
-
-

Route 7

-

Akala Island

- Diglett - 100% (AMB)

-
Surfing
- Tentacool - 30%
- Wingull - 20%
- Finneon - 30%
- Pyukumuku - 20%
- Spheal - One (IS)

-
Fishing
- Staryu - 1%, 20% @ bubble spot
- Magikarp - 79%, 60% @ bubble spot
-
- Gyarados - Ally ^
-
- Wishiwashi - 20%
-
-
-
-

Wela Volcano Park

-

Akala Island

- - Cubone - 24%
-
- Kangaskhan - Ally ^
-
- Kangaskhan - 1%
- Magby - 15%
- Fletchling - 30%
- Salandit - 30%
-
-
-
-

Route 8

-

Akala Island

- Ratata - 30% (N)
- Fletchinder - 15%
- Trumbeak - 30%
- Yungoos - 30% (D)
- Salandit - 20%
- Stufful - 20%
- Crabrawler - 100% @ Berry Tree
- Wimpod - 100% (AMB)
- Luxio - One (IS)

-
Surfing
- Tentacool - 40%
- Wingull - 20%
- Finneon - 40%

-
Fishing
- Magikarp - 79%, 60% @ fishing spot
-
- Gyarados - Ally ^
-
- Chinchou - 1%, 20% @ fishing spot
- Wishiwashi - 20%, 20% @ fishing spot
- -
-
-
-

Route 9

-

Akala Island

-
Fishing
- Magikarp - 15%
-
- Gyarados - Ally ^
-
- Corsola - 5%
-
- Mareanie - Ally ^
-
- Luvdisc - 70%
- Wishiwashi - 10%
-
-
- -
-

Memorial Hill

-

Akala island

- Zubat - 20%
- Gastly - 50%
- Phantump - 30%
-
-
- -
-

Akala Outskirts

-

Akala Island

- -

Grass

- Raticate - 30% (N)
- Wingull - 50%
- Nosepass - 15%
- Gumshoos - 30% (D)
- Stufful - 5%
-
- -

Fishing

- Magikarp - 79%, 60% @ fishing spot
-
- Gyarados - Ally ^
-
- Chinchou - 1%, 20% @ fishing spot
- Wishiwashi - 20%, 20% @ fishing spot
-
-
- -
-

Hano Beach

-

Akala Island

- -

Ambush encounters

- Staryu - 80% @ sand cloud
- Sandygast - 20% @ sand cloud
- Tentacool - 100% @ splash water
-
- -

Surfing

- Tentacool - 30%
- Wingull - 20%
- Finneon - 30%
- Pyukumuku - 20%
-
-
- -
-

Malie City

-

Ula'ula Island

- -

Outer cape

- Raticate - 20% (N)
- Magnemite - 20%
- Grimer - 30%
- Trubbish - 30%
-
- Garbodor - Ally ^
-
- Gumshoos - 20% (D)
-
- -
- -
-

Malie Garden

-

Ula'ula Island

- -

Grass

- Meowth - 20%
- Psyduck - 10%
- Poliwag - 20%
- Ledian - 20% (D)
- Ariados - 20% (N)
- Masquerain - 20% (N)
- Cottonee - 10% (Sun)
- Petilil - 10% (Moon)
- Araquanid - 20%
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Poliwhirl - In rain - ~10%
- Poliwrath - In rain - ~1% (D)
- Politoed - In rain - ~1% (N)
- Castform - Hail or sandstorm - ~10%
-
-
- -

Fishing

- Goldeen - 60%, 50% @ bubble spot
-
- Seaking - Ally ^
-
- Magikarp - 40%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
-
-
- -
-

Route 10

-

Ula'ula Island

- Raticate - 30% (N)
- Fearow - 30%
- Ledian - 20% (D)
- Ariados - 20% (N)
- Skarmory - 10%
- Pancham - 10%
-
- Pangoro - Ally ^
-
- Gumshoos - 10%
- Crabrawler - 100% (Berry tree)
- Staravia - One (IS)

-
Ambush encounters
- Fearow - 80%
- Skarmory - 20%
- -
-
- -
-

Mount Hokulani

-

Ula'ula Island

- Fearow - 40%(D), 30% (N)
- Ditto - 10%
- Cleffa - 10% (N)
-
- Clefairy - Ally ^
- Chansey - Ally ^^
-
- Skarmory - 10%
- Beldum - 10%
- Minior - 30%
-
-
- -
-

Route 11

-

Ula'ula Island

- Raticate - 20% (N)
- Paras - 10% (D)
- Ledian - 20% (D)
- Ariados - 20% (N)
- Pancham - 20%
-
- Pangoro - Ally ^
-
- Trumbeak - 20% (N)
- Gumshoos - 20% (D)
- Morelull - 10% (N)
- Komala - 10%
- Vigoroth - One (IS)
-
-
-
-

Route 12

-

Ula'ula Island

-
First ten fields of grass from the north
- Geodude - 40%
- Elekid - 10%
-
- Electabuzz - Ally ^
- Chansey - Ally ^^
-
- Torkoal - 20%
- Mudbray - 30%

-
Southernmost field of grass
- Geodude - 40%
- Elekid - 10%
- Torkoal - 20%
- Mudbray - 30%
-
-
- -
-

Blush Mountain

-

Ula'ula Island

- Geodude - 30%
- Elekid - 10%
-
- Electabuzz - Ally ^
- Chansey - Ally ^^
-
- Torkoal - 10% or 20%
- Charjabug - 10%
- Mudbray - 20%
- Turtonator - 10% (Sun)
- Togedemaru - 10%
-
-
- -
-

Route 13

-

Ula'ula Island

-
Fishing
- Magikarp - 79%
-
- Gyarados - Ally ^
-
- Wishiwashi - 20%
- Bruxish - 1%

-
Fishing at the bubbling spot
- Magikarp - 50%
-
- Gyarados - Ally ^
-
- Wishiwashi - 30%
- Bruxish - 20%
-
-
- -
-

Haina Desert

-

Ula'ula Island

- Dugtrio - 30%, 20% @ Ambush
- Sandile - 70%
- Trapinch - 10% @ Ambush
-
- -
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Gabite - Sandstorm - ~10%
- Castform - Sandstorm - ~1%
- Castform - Rain or Hail ~10%
-
-
-
- -
-

Ula'ula Island

-

Tapu Village

- Raticate - 30% (N)
- Sandshrew - 10% (Moon)
- Vulpix - 10% (Sun)
- Pelipper - 30%
- Absol - 10%
- Snorunt - 20%
- Gumshoos - 30% (D)
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Vanillite - In hail - ~10%
- Castform - In hail - ~1%
- Castform - Rain or Sandstorm ~10%
-
-
-
- -
-

Route 14

-

Ula'ula Island

-
Surfing
- Tentacool - 40%
- Pelipper - 20%
- Mudbray - 30%

-
Fishing
- Magikarp - 79%
- Wishiwashi - 20%
- Bruxish - 1%

-
Fishing at the bubbling spot
- Magikarp - 50%
-
- Gyarados - Ally ^
-
- Wishiwashi - 30%
- Bruxish - 20%
-
-
- -
-

Abandoned Site

-

Ula'ula Island

- Golbat - 40%
- Haunter - 40%
-
- Gengar - Ally ^
-
- Klefki - 15%
- Mimikyu - 5%
-
-
- -
-

Route 15

-

Ula'ula Island

- Raticate - 30% (N)
- Slowpoke - 20%
- Pelipper - 50%
- Gumshoos - 30% (D)

-
Surfing
- Tentacool - 40%
- Pelipper - 20%
- Mudbray - 30%

-
Fishing
- Magikarp - 79%
-
- Gyarados - Ally ^
-
- Wishiwashi - 20%
- Bruxish - 1%

-
Fishing at the bubbling spot
- Magikarp - 50%
-
- Gyarados - Ally ^
-
- Wishiwashi - 30%
- Bruxish - 20%
-
-
- -
-

Route 16

-

Ula'ula Island

- Raticate - 30% (N)
- Slowpoke - 20%
- Pelipper - 50%
- Gumshoos - 30% (D)
- Crabrawler - 100% (Berry tree)
- Duosion - One (IS)
-
-
- -
-

Ula'ula Meadow

-

Ula'ula Island

- Ledian - 20% (D)
- Ariados - 20% (N)
- Cottonee - 30% (Sun)
- Petilil - 30% (Moon)
- Oricorio (Baile style) - 20%
- Ribombee - 30%
-
-
- -
-

Route 17

-

Ula'ula Island

- Raticate - 30% (N)
- Fearow - 30%
- Ledian - 20% (D)
- Ariados - 20% (N)
- Pancham - 20%
-
- Pangoro - Ally ^
-
- Gumshoos - 30% (D)
- Crabrawler - 100% (Berry tree)

-
Yellow grass on the mountain
- Raticate - 30% (N)
- Fearow - 30%
- Graveler - 20%
- Skarmory - 10%
- Pancham - 10%
- Gumshoos - 30% (D)

-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Goomy - In rain - ~10%
- Castform - In rain - ~1%
- Castform - ~10%
-
-
-
- -
-

Mount Lanakila

- -

Grass

- Sandshrew - 30% (Moon)
- Vulpix - 30% (Sun)
- Sneasel - 20%
- Absol - 20%
- Snorunt - 30%
-
- Glalie - Ally ^
-
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Vanillish - In hail - ~10%
- Castform - In hail - ~1%
- Castform - Rain or Sandstorm ~10%
-
-
- -

Cave

- Golbat - 30%
- Sneasel - 20%
- Absol - 10% or 20%
- Snorunt - 30%
-
- Glalie - Ally ^
-
- Drampa - 10% (Moon)
-
-
- -
-

Seafolk Village

-

Poni Island

-

Fishing

- Magikarp - 79%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Wailmer - 20%, 40% @ bubble spot
-
- Wailord - Ally ^
-
- Dhelmise - 1%, 10% @ bubble spot
-
-
- -
-

Exeggutor Island

-

Poni Island

- Exeggcute - 40%
- Exeggutor - 20%
- Pelipper - 30%
- Gastrodon (East-sea form) - 10%
-
-
-
Special allies in weather
-

These Pokemon can be allies to any Pokemon in certain weather conditions

- Sliggoo - In rain - ~10%
- Castform - In rain - ~1%
- Castform - In hail or sandstorm ~10%
-
-
-
- -
-

Poni Wilds

-

Poni Island

- -

Grass

- Raticate - 30% (N)
- Exeggcute - 10%
- Granbull - 20%
- Pelipper - 30%
- Gastrodon (East-sea form) - 10%
- Gumshoos - 30% (D)
- Wimpod - 100% (Ambush - chase)
-
- -

Surfing

- Tentacruel - 10% or 20%
-
- Lumineon - Ally ^
-
- Lapras - 5%
- Pelipper - 20%
- Gastrodon (East-sea form) - 20%
- Lumineon - 25%
- Wailmer - 90% (Ambush - water splash)
- Wailord - 10% (Ambush - water splash)
-
- -

Fishing

- Magikarp - 79%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Wailmer - 20%, 40% @ bubble spot
-
- Wailord - Ally ^
-
- Relicanth - 1%, 10% @ bubble spot
-
-
- -
-

Vast Poni Canyon

-

Poni Island

- -

Outside

- Machoke - 30%
- Murkrow - 10%
- Skarmory - 10%
- Boldore - 10%
- Carbink - 15%
- Lycanroc (Midday form) - 20% (D)
- Lycanroc (Midnight form) - 20% (N)
- Jangmo-o - 5%
-
- Kommo-o - Ally ^
- Hakamo-o - Ally ^^
-
-
- -

Caves

- Golbat - 30%
- Dugtrio - 30%, 100% @ Ambush
- Boldore - 30%
- Carbink - 20%
-
- -

Surfing

- Golbat - 80%
- Golduck - 20%
-
- -

Fishing

- Magikarp - 59%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Dratini - 1%, 10% @ bubble spot
-
- Dragonair - Ally ^
-
- Barboach - 40%, 40% @ bubble spot
-
- Whiscash - Ally ^
-
-
-
- -
-

Poni Breaker Coast

-

Poni Island

- -

Ambush Encounters

- Wimpod - 100% (Ambush - chase)
-
- -

Fishing

- Magikarp - 79%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Sharpedo - 1%, 10% @ bubble spot
- Wailmer - 20%, 40% @ bubble spot
-
- Wailord - Ally ^
-
-
-
- -
-

Poni Grove

-

Poni Island

- Raticate - 30% (N)
- Pinsir - 10%
- Granbull - 20%
- Riolu - 10%
-
- Lucario - Ally ^
- Chansey - Ally ^^
-
- Trumbeak - 30%
- Gumshoos - 30% (D)
-
-
- -
-

Poni Plains

-

Poni Island

- -

7 small fields of grass scattered in the middle

- Raticate - 30% (N)
- Tauros - 10%
-
- Miltank - Ally ^
-
- Miltank - 10%
-
- Tauros - Ally ^
-
- Cottonee - 20% (Sun)
- Petilil - 20% (Moon)
- Trumbeak - 30%
- Gumshoos - 30% (D)
-
- -

2 large fields in the north and around central tree

- Raticate - 30% (N)
- Hypno - 20%
- Tauros - 10%
-
- Miltank - Ally ^
-
- Miltank - 10%
-
- Tauros - Ally ^
-
- Cottonee - 20% (Sun)
- Petilil - 20% (Moon)
- Trumbeak - 10%
- Gumshoos - 30% (D)
-
- -

2 fields of grass by the mountain

- Raticate - 10% (N)
- Fearow - 20%
- Tauros - 10%
-
- Miltank - Ally ^
-
- Miltank - 10%
-
- Tauros - Ally ^
-
- Cottonee - 20% (Sun)
- Petilil - 20% (Moon)
- Trumbeak - 10%
- Gumshoos - 10% (D)
- Mudsdale - 20%
-
- -

3 fields of grass by the coastline

- Raticate - 30% (N)
- Tauros - 10%
-
- Miltank - Ally ^
-
- Miltank - 10%
-
- Tauros - Ally ^
-
- Pelipper - 20%
- Cottonee - 20% (Sun)
- Petilil - 20% (Moon)
- Trumbeak - 10%
- Gumshoos - 30% (D)
-
- -

Ambush Encounters - Rustling Grass

- Raticate - 70% (N)
- Hariyama - 30%
- Gumshoos - 70% (D)
-
- -

Ambush Encounters - Shadow of Flying Pokemon

- Fearow - 70%
- Braviary - 30% (Sun)
- Mandibuzz - 30% (Moon)
-
- -

Ambush Encounters - Rustling Tree

- Primeape - 80%
- Emolga - 20%
-
- -

Ambush Encounters - Rustling Bushes

- Scyther - 30%
- Cottonee - 70% (Sun)
- Petilil - 70% (Moon)
-
- -
- -
-

Poni Meadow

-

Poni Island

- -

Grass

- Cottonee - 50% (Sun)
- Petilil - 50% (Moon)
- Oricorio (Sensu style) - 20%
- Ribombee - 30%
-
- -

Fishing

- Magikarp - 59%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Dratini - 1%, 10% @ bubble spot
-
- Dragonair - Ally ^
-
- Barboach - 40%, 40% @ bubble spot
-
- Whiscash - Ally ^
-
-
-
- -
-

Poni Gauntlet

-

Poni Island

- -

Grass

- Raticate - 30% (N)
- Golduck - 15%
- Granbull - 20%
- Pelipper - 30%
- Gumshoos - 30% (D)
- Bewear - 5%
-
- -

Fishing

- Magikarp - 59%, 50% @ bubble spot
-
- Gyarados - Ally ^
-
- Dratini - 1%, 10% @ bubble spot
-
- Dragonair - Ally ^
-
- Barboach - 40%, 40% @ bubble spot
-
- Whiscash - Ally ^
-
-
-
- -
- Back to the top -

Want to count your shiny chains? Chain Couter is a online service that allows you to easily count your chains, and gives you live time shiny chances, HA chances and more!

-

View contributions to Pokesprite.

-
- - - - - - - +
+ +
+
+

+
+ +
+
+ +
+

+

AMB means ambush encounter, and IS means Island Scan. Ally Pokemon that are different to + the original caller are highlighted in orange, and are below the caller.

+
+

Route 1

+

Melemele Island

+

Proper

+ Caterpie - 30%
+ Rattata - 30% + (N)
+ Ledyba - 20% (D)
+ Spinarak - 20% (N)
+ pikipek - 30%
+ Yungoos - 30% (D)
+ Metapod - 10%
+ Pichu - 5%
+
+ Pikachu - Ally ^
+ Happiny - Ally ^^
+
+ Grubbin - 10%
+ Bonsly - 15%
+
+ Sudowoodo - Ally + ^
+ Happiny - Ally ^^
+
+ Munchlax - 5%
+
+ Snorlax - Ally ^
+ Happiny - Ally ^^
+
+
+

Hau'oli Outskirts

+
Beachfront
+ Rattata - 30% + (N)
+ Slowpoke - 20%
+ Wingull - 50%
+ Yungoos - 30% (D)
+
+
Surfing
+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%
+
+

Trainers' School

+ Meowth - 30%
+ Magnemite - 50%
+ Grimer - 20%
+
+
+
+

Ten Carat Hill

+

Melemele Island

+

Cave and ocean Cave

+ Zubat - 30%
+ Diglett - + 20%
+ Roggenrola - 30%
+ Carbink - 20%
+
+ Sableye - Ally ^
+
+
+

Surfing

+ Zubat - 80%
+ Psyduck - 20%
+
+

Farthest Hollow

+ Machop - 30%
+ Spinda - 10%
+ Roggenrola - 20%
+ Carbink - 20%
+ Rockruff - 20%
+
+
+
+

Melemele Sea

+

Melemele Island

+

Surfing

+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%
+
+

Fishing

+ Magikarp - 78%, 20% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Corsola - 1%, 20% @ bubble + spot
+
+ Mareanie - Ally + ^
+
+ Luvdisc - 1%, 40% @ bubble + spot
+ Wishiwashi - 20%
+
+
+
+

Hau'oli City

+

Melemele Island

+

Surfing

+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%
+
+

Shopping District

+ Rattata - 20% + (N)
+ Meowth - 10%
+ Abra - 25%
+ Magnemite - 10%
+ Grimer - 10%
+ Pichu - 5%
+
+ Pikachu - Ally ^
+ Happiny - Ally ^^
+
+ Wingull - 20%
+ Yungoos - 20% (D)
+
+
+
+

Route 2

+

Melemele Island

+ Rattata - 10% + (N)
+ Meowth - 30%
+ Abra - 20%
+ Drowzee - 20%
+ Smeargle - 20%
+ Yungoos - 10% (D)
+ Spearow - 40%
+ Growlithe - 20%
+ Cutiefly - 20%
+ Makuhita - 30%
+ Crabrawler - 100% + (Berry tree)
+ Chikorita - One + (IS)
+
+
+
+

Hau'oli Cemetery

+

Melemele Island

+ Zubat - 20%
+ Gastly - 50%
+ Misdreavus - 30% + (N)
+ Drifloon - 30% (D)
+
+
+
+

Route 3

+

Melemele Island

+ Rattata - 10% + (N)
+ Spearow - 40%
+ Mankey - 20%
+ Delibird - 10%
+ Yungoos - 10% (D)
+ Cutiefly - 20%
+ Bagon - 1%
+
+ Salamence - Ally + ^
+
+ Crabwraler - 100% + (Berry tree)
+ Cyndaquil - One + (IS)
+
+
Ambush encounters
+ Rufflet - 30% (Sun)
+ Vullaby - 30% (Moon)
+
+
+
+

Melemele Meadow

+

Melemele Island

+ Caterpie - 10%
+
+ Butterfree - Ally + ^
+
+ Metapod - 9%
+
+ Caterpie - Ally + ^
+ Butterfree - Ally + ^^
+
+ Butterfree - 1%
+ Cottonee - 30% (Sun)
+ Petilil - 30% (Moon)
+ + Oricorio (Pom-pom style) - 20%
+ Cutiefly - 30%
+
+
+
+

Seaward Cave

+

Melemele Island

+

Walking

+ Zubat - 70%
+ Diglett - + 30%
+
+

Surfing

+ Zubat - 80%
+ Psyduck - 20%
+
+

Fishing

+ Magikarp - 99%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Barboach - 1%, 50% @ + bubble spot
+
+ Whiscash - Ally + ^
+
+
+
+
+

Kala'e Bay

+

Melemele Island

+

Grass

+ Ratata - 30% (N)
+ Slowpoke - 20%
+
+ Slowbro - Ally ^
+
+ Wingull - 40%
+ Bagon - 10%
+
+ Shelgon - Ally ^
+
+ Yungoos - 30% (D)
+
+

Surfing

+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%
+
+

Fishing

+ Shellder - 1%, 20% @ + bubble spot
+ Magikarp - 79%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 20%, 30% + @ bubble spot
+
+
+
+

Route 4

+

Akala Island

+ Rattata - 10% + (N)
+ Eevee - 5%
+
+ Espeon - Ally ^ (D)
+ Umbreon - Ally ^^ + (N)
+
+ Igglybuff - 10% + (D)
+
+ Jigglypuff - Ally + ^
+ Happiny - Ally ^^
+
+ Lillipup - 30%
+ pikipek - 25%
+ Yungoos - 10% (D)
+ Grubbin - 10%
+ Mudbray - 20%
+ Venipede - One (IS)
+
+
+
+

Paniola Ranch

+

Akala Island

+ Tauros - 5%
+
+ Miltank - Ally ^
+
+ Miltank - 5%
+
+ Tauros - Ally ^
+
+ Lilipup - 40%
+ Mudbray - 50%
+
+
+
+

Route 5

+

Akala Island

+

Southern half

+ Caterpie - 10%
+
+ Butterfree - Ally + ^
+
+ Metapod - 9%
+
+ Butterfree - Ally + ^
+
+ Butterfree - 1%
+ Lilipup - 30%
+ pikipek - 20%
+ Grubbin - 10%
+ Fomantis - 20%
+
+

Northern half

+ Caterpie - 15%
+ Metapod - 10%
+ Butterfree - 5%
+ Bonsly - 10%
+ Trumbeak - 20%
+ Grubbin - 10%
+ Fomantis - 30%
+ Diglett - 100% + (AMB)
+ Bellsprout - One (IS)
+
+
+
+

Brooklet Hill

+

Akala Island

+ +

First field of grass

+ Paras - 20% (D)
+ Psyduck - 30%
+ Poliwag - 10%
+ Wingull - 10%
+ Surskit - 10% (N)
+ Lillipup - 20%
+ Dewpider - 10% (D)
+ Morelull - 20% (N)
+
+ +

Field of grass across second lake

+ Psyduck - 30%
+ Poliwag - 20%
+ Wingull - 30%
+ Surskit - 20% (N)
+ Dewpider - 20% (D)
+
+ +

Surfing

+ Psyduck - 20%
+ Poliwag - 40%
+ Surskit - 40% (N)
+ Dewpider - 40% (D)
+
+ +

Fishing

+ Goldeen - 29%, 45% @ bubble + spot
+
+ Seaking - Ally ^
+
+ Magikarp - 70%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Feebas - 1%, 5% @ bubble spot
+
+ +
+
+

Lush Jungle

+

Akala Island

+ +

Central area

+ Caterpie - 10%
+
+ Butterfree - Ally + ^
+
+ Metapod - 10%
+
+ Caterpie - Ally + ^
+ Butterfree - Ally + ^^
+
+ Paras - 20% (D)
+ Bonsly - 10%
+
+ Sudowoodo - Ally + ^
+ Happiny - Ally ^^
+
+ Trumbeak - 20%
+ Fomantis - 20%
+ Morelull - 20% (N)
+ Comfey - 5%
+ Oranguru - 5% (Moon)
+ Passimian - 5% + (Sun)
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Goomy - In rain - ~10%
+ Castform - In rain - + ~1%
+ Castform - In hail or + sandstorm ~10%
+
+
+ +

Northwest area

+ Paras - 10% (D)
+ Trumbeak - 20%
+ Fomantis - 20%, Ambush + 100%
+ Morelull - 10% (N)
+ Bounsweet - 40%
+ Comfey - 5%
+ Oranguru - 5% (Moon)
+ Passimian - 5% + (Sun)
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Goomy - In rain - ~10%
+ Castform - In rain - + ~1%
+ Castform - In hail or + sandstorm ~10%
+
+
+ +

North area

+ Paras - 30% (D)
+ Pinsir - 10%
+ Trumbeak - 20%
+ Fomantis - 30%
+ Morelull - 30% (N)
+ Comfey - 5%
+ Oranguru - 5% (Moon)
+ Passimian - 5% + (Sun)
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Goomy - In rain - ~10%
+ Castform - In rain - + ~1%
+ Castform - In hail or + sandstorm ~10%
+
+
+ +
+
+

Route 6

+

Akala Island

+ Rattata - 10% + (N)
+ Eevee - 5%
+
+ Espeon - Ally ^ (D)
+ Umbreon - Ally ^^ + (N)
+
+ Igglybuff - 10%
+
+ Jigglypuff - Ally + ^
+ Happiny - Ally ^^
+
+ Lillipup - 30%
+ pikipek - 25%
+ Yungoos - 10% (D)
+ Grubbin - 10%
+ Mudbray - 20%
+ Oricorio - + 20%
+ Gothita - One (IS)
+
+
+
+

Route 7

+

Akala Island

+ Diglett - 100% + (AMB)

+
Surfing
+ Tentacool - 30%
+ Wingull - 20%
+ Finneon - 30%
+ Pyukumuku - 20%
+ Spheal - One (IS)

+
Fishing
+ Staryu - 1%, 20% @ bubble + spot
+ Magikarp - 79%, 60% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 20%
+
+
+
+

Wela Volcano Park

+

Akala Island

+ + Cubone - 24%
+
+ Kangaskhan - Ally + ^
+
+ Kangaskhan - 1%
+ Magby - 15%
+ Fletchling - 30%
+ Salandit - 30%
+
+
+
+

Route 8

+

Akala Island

+ Ratata - 30% (N)
+ Fletchinder - + 15%
+ Trumbeak - 30%
+ Yungoos - 30% (D)
+ Salandit - 20%
+ Stufful - 20%
+ Crabrawler - 100% @ + Berry Tree
+ Wimpod - 100% (AMB)
+ Luxio - One (IS)

+
Surfing
+ Tentacool - 40%
+ Wingull - 20%
+ Finneon - 40%

+
Fishing
+ Magikarp - 79%, 60% @ + fishing spot
+
+ Gyarados - Ally + ^
+
+ Chinchou - 1%, 20% @ + fishing spot
+ Wishiwashi - 20%, 20% + @ fishing spot
+ +
+
+
+

Route 9

+

Akala Island

+
Fishing
+ Magikarp - 15%
+
+ Gyarados - Ally + ^
+
+ Corsola - 5%
+
+ Mareanie - Ally + ^
+
+ Luvdisc - 70%
+ Wishiwashi - 10%
+
+
+ +
+

Memorial Hill

+

Akala island

+ Zubat - 20%
+ Gastly - 50%
+ Phantump - 30%
+
+
+ +
+

Akala Outskirts

+

Akala Island

+ +

Grass

+ Raticate - 30% + (N)
+ Wingull - 50%
+ Nosepass - 15%
+ Gumshoos - 30% (D)
+ Stufful - 5%
+
+ +

Fishing

+ Magikarp - 79%, 60% @ + fishing spot
+
+ Gyarados - Ally + ^
+
+ Chinchou - 1%, 20% @ + fishing spot
+ Wishiwashi - 20%, 20% + @ fishing spot
+
+
+ +
+

Hano Beach

+

Akala Island

+ +

Ambush encounters

+ Staryu - 80% @ sand + cloud
+ Sandygast - 20% @ sand + cloud
+ Tentacool - 100% @ + splash water
+
+ +

Surfing

+ Tentacool - 30%
+ Wingull - 20%
+ Finneon - 30%
+ Pyukumuku - 20%
+
+
+ +
+

Malie City

+

Ula'ula Island

+ +

Outer cape

+ Raticate - 20% + (N)
+ Magnemite - 20%
+ Grimer - 30%
+ Trubbish - 30%
+
+ Garbodor - Ally + ^
+
+ Gumshoos - 20% (D)
+
+ +
+ +
+

Malie Garden

+

Ula'ula Island

+ +

Grass

+ Meowth - 20%
+ Psyduck - 10%
+ Poliwag - 20%
+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Masquerain - 20% + (N)
+ Cottonee - 10% (Sun)
+ Petilil - 10% (Moon)
+ Araquanid - 20%
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Poliwhirl - In rain + - ~10%
+ Poliwrath - In rain + - ~1% (D)
+ Politoed - In rain - + ~1% (N)
+ Castform - Hail or + sandstorm - ~10%
+
+
+ +

Fishing

+ Goldeen - 60%, 50% @ bubble + spot
+
+ Seaking - Ally ^
+
+ Magikarp - 40%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+
+
+ +
+

Route 10

+

Ula'ula Island

+ Raticate - 30% + (N)
+ Fearow - 30%
+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Skarmory - 10%
+ Pancham - 10%
+
+ Pangoro - Ally ^
+
+ Gumshoos - 10%
+ Crabrawler - 100% + (Berry tree)
+ Staravia - One + (IS)

+
Ambush encounters
+ Fearow - 80%
+ Skarmory - 20%
+ +
+
+ +
+

Mount Hokulani

+

Ula'ula Island

+ Fearow - 40%(D), 30% (N)
+ Ditto - 10%
+ Cleffa - 10% (N)
+
+ Clefairy - Ally + ^
+ Chansey - Ally ^^
+
+ Skarmory - 10%
+ Beldum - 10%
+ Minior - 30%
+
+
+ +
+

Route 11

+

Ula'ula Island

+ Raticate - 20% + (N)
+ Paras - 10% (D)
+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Pancham - 20%
+
+ Pangoro - Ally ^
+
+ Trumbeak - 20% (N)
+ Gumshoos - 20% (D)
+ Morelull - 10% (N)
+ Komala - 10%
+ Vigoroth - One (IS)
+
+
+
+

Route 12

+

Ula'ula Island

+
First ten fields of grass from the north
+ Geodude - + 40%
+ Elekid - 10%
+
+ Electabuzz - Ally + ^
+ Chansey - Ally ^^
+
+ Torkoal - 20%
+ Mudbray - 30%

+
Southernmost field of grass
+ Geodude - + 40%
+ Elekid - 10%
+ Torkoal - 20%
+ Mudbray - 30%
+
+
+ +
+

Blush Mountain

+

Ula'ula Island

+ Geodude - + 30%
+ Elekid - 10%
+
+ Electabuzz - Ally + ^
+ Chansey - Ally ^^
+
+ Torkoal - 10% or 20%
+ Charjabug - 10%
+ Mudbray - 20%
+ Turtonator - 10% + (Sun)
+ Togedemaru - 10%
+
+
+ +
+

Route 13

+

Ula'ula Island

+
Fishing
+ Magikarp - 79%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 20%
+ Bruxish - 1%

+
Fishing at the bubbling spot
+ Magikarp - 50%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 30%
+ Bruxish - 20%
+
+
+ +
+

Haina Desert

+

Ula'ula Island

+ Dugtrio - 30%, + 20% @ Ambush
+ Sandile - 70% +
+ Trapinch - 10% + @ Ambush
+
+ +
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Gabite - Sandstorm - ~10%
+ Castform - Sandstorm + - ~1%
+ Castform - Rain or + Hail ~10%
+
+
+
+ +
+

Ula'ula Island

+

Tapu Village

+ Raticate - 30% + (N)
+ Sandshrew - + 10% (Moon)
+ Vulpix - 10% (Sun)
+ Pelipper - 30%
+ Absol - 10%
+ Snorunt - 20%
+ Gumshoos - 30% (D)
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Vanillite - In hail + - ~10%
+ Castform - In hail - + ~1%
+ Castform - Rain or + Sandstorm ~10%
+
+
+
+ +
+

Route 14

+

Ula'ula Island

+
Surfing
+ Tentacool - 40%
+ Pelipper - 20%
+ Mudbray - 30%

+
Fishing
+ Magikarp - 79%
+ Wishiwashi - 20%
+ Bruxish - 1%

+
Fishing at the bubbling spot
+ Magikarp - 50%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 30%
+ Bruxish - 20%
+
+
+ +
+

Abandoned Site

+

Ula'ula Island

+ Golbat - 40%
+ Haunter - 40%
+
+ Gengar - Ally ^
+
+ Klefki - 15%
+ Mimikyu - 5%
+
+
+ +
+

Route 15

+

Ula'ula Island

+ Raticate - 30% + (N)
+ Slowpoke - 20%
+ Pelipper - 50%
+ Gumshoos - 30% + (D)

+
Surfing
+ Tentacool - 40%
+ Pelipper - 20%
+ Mudbray - 30%

+
Fishing
+ Magikarp - 79%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 20%
+ Bruxish - 1%

+
Fishing at the bubbling spot
+ Magikarp - 50%
+
+ Gyarados - Ally + ^
+
+ Wishiwashi - 30%
+ Bruxish - 20%
+
+
+ +
+

Route 16

+

Ula'ula Island

+ Raticate - 30% + (N)
+ Slowpoke - 20%
+ Pelipper - 50%
+ Gumshoos - 30% (D)
+ Crabrawler - 100% + (Berry tree)
+ Duosion - One (IS)
+
+
+ +
+

Ula'ula Meadow

+

Ula'ula Island

+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Cottonee - 30% (Sun)
+ Petilil - 30% (Moon)
+ Oricorio + (Baile style) - 20%
+ Ribombee - 30%
+
+
+ +
+

Route 17

+

Ula'ula Island

+ Raticate - 30% + (N)
+ Fearow - 30%
+ Ledian - 20% (D)
+ Ariados - 20% (N)
+ Pancham - 20%
+
+ Pangoro - Ally ^
+
+ Gumshoos - 30% (D)
+ Crabrawler - 100% + (Berry tree)

+
Yellow grass on the mountain
+ Raticate - 30% + (N)
+ Fearow - 30%
+ Graveler - 20%
+ Skarmory - 10%
+ Pancham - 10%
+ Gumshoos - 30% + (D)

+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Goomy - In rain - ~10%
+ Castform - In rain - + ~1%
+ Castform - ~10%
+
+
+
+ +
+

Mount Lanakila

+ +

Grass

+ Sandshrew - + 30% (Moon)
+ Vulpix - 30% (Sun)
+ Sneasel - 20%
+ Absol - 20%
+ Snorunt - 30%
+
+ Glalie - Ally ^
+
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Vanillish - In hail + - ~10%
+ Castform - In hail - + ~1%
+ Castform - Rain or + Sandstorm ~10%
+
+
+ +

Cave

+ Golbat - 30%
+ Sneasel - 20%
+ Absol - 10% or 20%
+ Snorunt - 30%
+
+ Glalie - Ally ^
+
+ Drampa - 10% (Moon)
+
+
+ +
+

Seafolk Village

+

Poni Island

+

Fishing

+ Magikarp - 79%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Wailmer - 20%, 40% @ bubble + spot
+
+ Wailord - Ally ^
+
+ Dhelmise - 1%, 10% @ + bubble spot
+
+
+ +
+

Exeggutor Island

+

Poni Island

+ Exeggcute - 40%
+ Exeggutor - + 20%
+ Pelipper - 30%
+ Gastrodon + (East-sea form) - 10%
+
+
+
Special allies in weather
+

These Pokemon can be allies to any Pokemon in certain weather conditions

+ Sliggoo - In rain - + ~10%
+ Castform - In rain - + ~1%
+ Castform - In hail or + sandstorm ~10%
+
+
+
+ +
+

Poni Wilds

+

Poni Island

+ +

Grass

+ Raticate - 30% + (N)
+ Exeggcute - 10%
+ Granbull - 20%
+ Pelipper - 30%
+ Gastrodon + (East-sea form) - 10%
+ Gumshoos - 30% (D)
+ Wimpod - 100% (Ambush - + chase)
+
+ +

Surfing

+ Tentacruel - 10% or + 20%
+
+ Lumineon - Ally + ^
+
+ Lapras - 5%
+ Pelipper - 20%
+ Gastrodon + (East-sea form) - 20%
+ Lumineon - 25%
+ Wailmer - 90% (Ambush - + water splash)
+ Wailord - 10% (Ambush - + water splash)
+
+ +

Fishing

+ Magikarp - 79%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Wailmer - 20%, 40% @ bubble + spot
+
+ Wailord - Ally ^
+
+ Relicanth - 1%, 10% @ + bubble spot
+
+
+ +
+

Vast Poni Canyon

+

Poni Island

+ +

Outside

+ Machoke - 30%
+ Murkrow - 10%
+ Skarmory - 10%
+ Boldore - 10%
+ Carbink - 15%
+ Lycanroc + (Midday form) - 20% (D)
+ + Lycanroc (Midnight form) - 20% (N)
+ Jangmo-o - 5%
+
+ Kommo-o - Ally ^
+ Hakamo-o - Ally + ^^
+
+
+ +

Caves

+ Golbat - 30%
+ Dugtrio - 30%, + 100% @ Ambush
+ Boldore - 30%
+ Carbink - 20%
+
+ +

Surfing

+ Golbat - 80%
+ Golduck - 20%
+
+ +

Fishing

+ Magikarp - 59%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Dratini - 1%, 10% @ bubble + spot
+
+ Dragonair - Ally + ^
+
+ Barboach - 40%, 40% @ + bubble spot
+
+ Whiscash - Ally + ^
+
+
+
+ +
+

Poni Breaker Coast

+

Poni Island

+ +

Ambush Encounters

+ Wimpod - 100% (Ambush - + chase)
+
+ +

Fishing

+ Magikarp - 79%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Sharpedo - 1%, 10% @ + bubble spot
+ Wailmer - 20%, 40% @ bubble + spot
+
+ Wailord - Ally ^
+
+
+
+ +
+

Poni Grove

+

Poni Island

+ Raticate - 30% + (N)
+ Pinsir - 10%
+ Granbull - 20%
+ Riolu - 10%
+
+ Lucario - Ally ^
+ Chansey - Ally ^^
+
+ Trumbeak - 30%
+ Gumshoos - 30% (D)
+
+
+ +
+

Poni Plains

+

Poni Island

+ +

7 small fields of grass scattered in the middle

+ Raticate - 30% + (N)
+ Tauros - 10%
+
+ Miltank - Ally ^
+
+ Miltank - 10%
+
+ Tauros - Ally ^
+
+ Cottonee - 20% (Sun)
+ Petilil - 20% (Moon)
+ Trumbeak - 30%
+ Gumshoos - 30% (D)
+
+ +

2 large fields in the north and around central tree

+ Raticate - 30% + (N)
+ Hypno - 20%
+ Tauros - 10%
+
+ Miltank - Ally ^
+
+ Miltank - 10%
+
+ Tauros - Ally ^
+
+ Cottonee - 20% (Sun)
+ Petilil - 20% (Moon)
+ Trumbeak - 10%
+ Gumshoos - 30% (D)
+
+ +

2 fields of grass by the mountain

+ Raticate - 10% + (N)
+ Fearow - 20%
+ Tauros - 10%
+
+ Miltank - Ally ^
+
+ Miltank - 10%
+
+ Tauros - Ally ^
+
+ Cottonee - 20% (Sun)
+ Petilil - 20% (Moon)
+ Trumbeak - 10%
+ Gumshoos - 10% (D)
+ Mudsdale - 20%
+
+ +

3 fields of grass by the coastline

+ Raticate - 30% + (N)
+ Tauros - 10%
+
+ Miltank - Ally ^
+
+ Miltank - 10%
+
+ Tauros - Ally ^
+
+ Pelipper - 20%
+ Cottonee - 20% (Sun)
+ Petilil - 20% (Moon)
+ Trumbeak - 10%
+ Gumshoos - 30% (D)
+
+ +

Ambush Encounters - Rustling Grass

+ Raticate - 70% + (N)
+ Hariyama - 30%
+ Gumshoos - 70% (D)
+
+ +

Ambush Encounters - Shadow of Flying Pokemon

+ Fearow - 70%
+ Braviary - 30% (Sun)
+ Mandibuzz - 30% + (Moon)
+
+ +

Ambush Encounters - Rustling Tree

+ Primeape - 80%
+ Emolga - 20%
+
+ +

Ambush Encounters - Rustling Bushes

+ Scyther - 30%
+ Cottonee - 70% (Sun)
+ Petilil - 70% (Moon)
+
+ +
+ +
+

Poni Meadow

+

Poni Island

+ +

Grass

+ Cottonee - 50% (Sun)
+ Petilil - 50% (Moon)
+ Oricorio + (Sensu style) - 20%
+ Ribombee - 30%
+
+ +

Fishing

+ Magikarp - 59%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Dratini - 1%, 10% @ bubble + spot
+
+ Dragonair - Ally + ^
+
+ Barboach - 40%, 40% @ + bubble spot
+
+ Whiscash - Ally + ^
+
+
+
+ +
+

Poni Gauntlet

+

Poni Island

+ +

Grass

+ Raticate - 30% + (N)
+ Golduck - 15%
+ Granbull - 20%
+ Pelipper - 30%
+ Gumshoos - 30% (D)
+ Bewear - 5%
+
+ +

Fishing

+ Magikarp - 59%, 50% @ + bubble spot
+
+ Gyarados - Ally + ^
+
+ Dratini - 1%, 10% @ bubble + spot
+
+ Dragonair - Ally + ^
+
+ Barboach - 40%, 40% @ + bubble spot
+
+ Whiscash - Ally + ^
+
+
+
+ +
+ Back to the top +

Want to count your shiny chains? Chain + Couter is a online service that allows you to easily count your chains, and gives you live time shiny + chances, HA chances and more!

+
+ + + + + + +