You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add RSE Trades, remove non-zubat encounters from altering cave in Emerald (#1478)
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: #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.
0 commit comments