Uh oh!
There was an error while loading. Please reload this page.
Add RSE Trades, remove non-zubat encounters from altering cave in Emerald - #1478
Conversation
This commit seeks to do two things: 1. Add all the trade encounters from this article: https://bulbapedia.bulbagarden.net/wiki/In-game_trade#Generation_III into Ruby, Sapphire, and Emerald 2. Remove the non zubat altering cave encounters as described in this issue: PokeAPI#1457 To add the trades, I added a few things: - New location area for foretree city - relevant encounters and encounter slots - encounter conditions for which pokemon to trade - relevant prose To remove altering cave I: - Removed all non-zubat encounters from encounters.csv - Removed all hoenn altering cave location areas except 441, and removed its name "a". - removed relevant prose.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jemarq04
commented
Apr 7, 2026
Maybe we can wait before merging this one to give @ItsMeJoji some time to update their branch so it can be merged first to avoid #1476 from going stale again. |
jemarq04
commented
Apr 9, 2026
Ok @notblisy, you should be good to go to resolve any merge conflicts now and we can merge this PR! |
444a1f9 to
050fa27Compare…ithub.com/notblisy/pokeapi into RSE-Trade-Encounters-Remove-Altering-Cave
notblisy
commented
Apr 10, 2026
Updated to account for the final mirage island situation |
Uh oh!
There was an error while loading. Please reload this page.
Naramsim
commented
Apr 12, 2026
Thank you both! |
pokeapi-machine-user
commented
Apr 12, 2026
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. |
pokeapi-machine-user
commented
Apr 12, 2026
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
This commit seeks to do two things:
Add all the trade encounters from this article: https://bulbapedia.bulbagarden.net/wiki/In-game_trade#Generation_III into Ruby, Sapphire, and Emerald
Remove the non zubat altering cave encounters as described in this issue: Question: Should altering cave encounters be removed from FRLG/Emerald #1457
To add the trades, I added a few things:
New location area for foretree city
relevant encounters and encounter slots
encounter conditions for which pokemon to trade
relevant prose
To remove altering cave I:
Removed all non-zubat encounters from encounters.csv
Removed all hoenn altering cave location areas except 441, and removed its name "a".
removed relevant prose.
Contributor check list