Begin adding Sword/Shield encounters#1550
Conversation
…-route-2-main fishing
… for certain encounters
…/add-sword-shield-encounters
|
I just encountered a location area ( |
|
Great additions @jemarq04 . Did you scrape the data from the internet or by looking into some game files? |
Ouch, I'm sorry! |
I just looked through Serebii/Bulbapedia pages and inputted values into my script which translated them into entries into I did notice though that in the API, we have multiple sets of encounter slots for (I'll also ping @notblisy, since they've done a lot of Pokemon RNG stuff and may know about the specifics of sword/shield encounter slots.) |
Change description
This is the first in a series of PRs adding encounters for the
sword-shieldversion group as a follow-up to #1459. I'm trying to chunk them up into pieces that are easier to review, and this felt like a good break in my current progress. I'll make more PRs as I make more progress later on. I'm skipping Wild Areas and gift/trades until later PRs.This PR contains encounters for Route 1-5, Wedgehurst, Motostoke, Turffield, Hulbury, Galar Mine, Galar Mine No. 2, and Motostoke Outskirts. New location areas (and their prose) were added as well. Lastly, a new encounter method was added (
fishing) since this game doesn't have old/good/super rods.I did rename the
berry-pilesencounter method toberry-trees, since the piles were always at trees in Alola and Galar only has trees. This was just so that this one method could be used for both games without adding a new one.All of this was done with a custom interactive helper script, no AI used. Some human error may have been introduced then, but I tried to double-check each location area as I added them. If we need to hold off to merge other encounter PRs, I have some code to increment my encounter IDs.
Contributor check list