Skip to content

Add all RBY Trade Encounters#1470

Merged
Naramsim merged 4 commits intoPokeAPI:masterfrom
notblisy:RBY-Trade-Encounters
Apr 5, 2026
Merged

Add all RBY Trade Encounters#1470
Naramsim merged 4 commits intoPokeAPI:masterfrom
notblisy:RBY-Trade-Encounters

Conversation

@notblisy
Copy link
Copy Markdown
Contributor

@notblisy notblisy commented Apr 4, 2026

The goal of this PR is to add every trade encounter in the non Japanese versions of Red, Blue, and Yellow.

It adds:

  • 1 New location (kanto underground path)

  • 1 New location area (cinnabar island lab)

  • requisite encounter slots, encounters, encounter conditions for the trades.

I used this bulbapedia article as a source:

https://bulbapedia.bulbagarden.net/wiki/In-game_trade#Generation_I

I am not including Japanese RBG in this, I intend for it to be a separate PR.

I did not include any of the unused trades.

Lastly, for the level ranges, in these games the Pokemon you receive from the NPC are at whatever level the Pokemon you sent them were at. So I looked for the lowest level encounter in that game version and set it at the minimum level, and the max I set to 100.

This comes with a few interesting things:

  1. I did not consider trades or trade backs from GSC.

  2. If a Pokemon was an evolutuion to be traded, but could be found in the wild as well, like Yellows golduck, I chose the lowest level between the two. In this example, golduck is level 15, so rhydon can be 15. However, the nidorino you trade is set to level 16, because that's when nidoran evolves, and wild nidorino is arorund level 30.

In future games where breeding is possible, this range will be 5-100, or 1-100 post gen 4.

notblisy added 2 commits April 4, 2026 10:47
The goal of this PR is to add every trade encounter in the non Japanese versions of Red, Blue, and Yellow.

It adds:

- 1 New location (kanto underground path)

- 1 New location area (cinnabar island lab)

- requisite encounter slots, encounters, encounter conditions for the trades.

I used this bulbapedia article as a source:

https://bulbapedia.bulbagarden.net/wiki/In-game_trade#Generation_I

I am not including Japanese RBG in this, I intend for it to be a separate PR.

I did not include any of the unused trades.

Lastly, for the level ranges, in these games the Pokemon you receive from the NPC are at whatever level the Pokemon you sent them were at. So I looked for the lowest level encounter in that game version and set it at the minimum level, and the max I set to 100.

In future games where breeding is possible, this range will be 5-100, or 1-100 post gen 4.
@notblisy notblisy changed the title Add all RBY Trade Encounterrs Add all RBY Trade Encounters Apr 4, 2026
notblisy and others added 2 commits April 4, 2026 20:15
Ah, I didn't know. Thanks

Co-authored-by: Justin Marquez <37006684+jemarq04@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@jemarq04 jemarq04 left a comment

Choose a reason for hiding this comment

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

Looks great - thanks again blisy :)

@Naramsim Naramsim merged commit 9bd4087 into PokeAPI:master Apr 5, 2026
9 checks passed
@Naramsim
Copy link
Copy Markdown
Member

Naramsim commented Apr 5, 2026

Thanks again to both of 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).

Naramsim pushed a commit to PokeAPI/api-data that referenced this pull request Apr 5, 2026
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.

4 participants