Commit 9bd4087
Add all RBY Trade Encounters (#1470)
* Add all RBY Trades
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.
---------
Co-authored-by: Justin Marquez <37006684+jemarq04@users.noreply.github.com>1 parent 495822b commit 9bd4087
File tree
9 files changed
+92
-4
lines changed- data/v2/csv
9 files changed
+92
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18170 | 18170 | | |
18171 | 18171 | | |
18172 | 18172 | | |
| 18173 | + | |
| 18174 | + | |
| 18175 | + | |
| 18176 | + | |
| 18177 | + | |
| 18178 | + | |
| 18179 | + | |
| 18180 | + | |
| 18181 | + | |
| 18182 | + | |
| 18183 | + | |
| 18184 | + | |
| 18185 | + | |
| 18186 | + | |
| 18187 | + | |
| 18188 | + | |
| 18189 | + | |
| 18190 | + | |
| 18191 | + | |
| 18192 | + | |
| 18193 | + | |
| 18194 | + | |
| 18195 | + | |
| 18196 | + | |
| 18197 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1379 | 1379 | | |
1380 | 1380 | | |
1381 | 1381 | | |
| 1382 | + | |
| 1383 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65631 | 65631 | | |
65632 | 65632 | | |
65633 | 65633 | | |
| 65634 | + | |
| 65635 | + | |
| 65636 | + | |
| 65637 | + | |
| 65638 | + | |
| 65639 | + | |
| 65640 | + | |
| 65641 | + | |
| 65642 | + | |
| 65643 | + | |
| 65644 | + | |
| 65645 | + | |
| 65646 | + | |
| 65647 | + | |
| 65648 | + | |
| 65649 | + | |
| 65650 | + | |
| 65651 | + | |
| 65652 | + | |
| 65653 | + | |
| 65654 | + | |
| 65655 | + | |
| 65656 | + | |
| 65657 | + | |
| 65658 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2356 | 2356 | | |
2357 | 2357 | | |
2358 | 2358 | | |
| 2359 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1190 | 1190 | | |
1191 | 1191 | | |
1192 | 1192 | | |
| 1193 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4956 | 4956 | | |
4957 | 4957 | | |
4958 | 4958 | | |
| 4959 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1094 | 1094 | | |
1095 | 1095 | | |
1096 | 1096 | | |
| 1097 | + | |
0 commit comments