Skip to content

Add Sword/Shield encounters (Part 3: Southern Wild Areas)#1577

Merged
Naramsim merged 16 commits into
PokeAPI:masterfrom
jemarq04:feat/add-swsh-wild-areas
Jul 1, 2026
Merged

Add Sword/Shield encounters (Part 3: Southern Wild Areas)#1577
Naramsim merged 16 commits into
PokeAPI:masterfrom
jemarq04:feat/add-swsh-wild-areas

Conversation

@jemarq04

Copy link
Copy Markdown
Member

Change description

The continuation of PR #1550 and #1564, addressing issue #1459. I've reviewed each of the location areas as I usually do for encounter PRs that I review formally to try and catch as many mistakes as possible.

This PR adds encounters for all needed conditions (weather and before/after beating the game) in the southern wild areas in Galar. Missing prose was added for each location area that gained encounters. Only one location area was renamed (from south-lake-miloch-2 to south-lake-miloch-area-2 to match Serebii).

Additionally, I added a script I've cobbled together over time to help review encounter information. I figure that sharing it can help anyone wanting to work on these contributions, and I hadn't noticed the scripts directory until recently. I cleaned it up and added comments to make it understandable - it uses argparse so running it with -h or --help will explain the arguments.

I'll be working on the rest of the wild areas next, then on the DLC version split in the API.

AI coding assistance disclosure

No AI was used.

Contributor check list

  • I have written a description of the contribution and explained its motivation.
  • I have written tests for my code changes (if applicable).
  • I have read and understood the AI Assisted Contribution guidelines.
  • I will own this change in production, and I am prepared to fix any bugs caused by my code change.

@@ -0,0 +1,272 @@
#!/usr/bin/env python3

@Naramsim Naramsim Jun 30, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment with your name and ID?

@jemarq04 (37006684)

So we know who is behind it.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, added that in now!

@Naramsim Naramsim merged commit 2345493 into PokeAPI:master Jul 1, 2026
9 checks passed
@Naramsim

Naramsim commented Jul 1, 2026

Copy link
Copy Markdown
Member

Thank you!

@pokeapi-machine-user

Copy link
Copy Markdown

A PokeAPI/api-data refresh has started. In ~45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data.

The staging branch will be deployed in our staging environment and the entire API will be ready to review.

A Pull Request (master<-staging) will be also created at PokeAPI/api-data and assigned to the PokeAPI Core team to be reviewed. If approved and merged new data will soon be available worldwide at pokeapi.co.

@pokeapi-machine-user

Copy link
Copy Markdown

The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data.

The Pull Request can be seen deployed in our staging environment when CircleCI deploy will be finished (check the start time of the last build).

@jemarq04 jemarq04 deleted the feat/add-swsh-wild-areas branch July 1, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants