Commit 3878ef1
authored
Add BW2 in-game trades (#1524)
Adds the seven specific NPC trades from Pokémon Black 2 and White 2
(sourced from Serebii):
- Route 4: Cottonee ↔ Petilil (version-exclusive)
- Route 7: Emolga → Gigalith
- Humilau City: Mantine → Tangrowth
- Route 15: Ditto → Rotom
- Accumula Town: Excadrill → Ambipom
- Accumula Town: Hippowdon → Alakazam
To support these:
- Add encounter slot for the BW2 npc-trade method (vg 14, method 36)
- Add Accumula Town location area (no entry existed)
- Add seven new "Give X in a Trade" encounter condition values
- Add encounters and encounter condition value mappings for B2 and W2
The Yancy/Curtis Funfest Mission trades in Nimbasa City are not
included; they accept any Pokémon and depend on player gender, which
needs additional encounter-condition infrastructure not present today.1 parent e4cbf7a commit 3878ef1
7 files changed
Lines changed: 42 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22106 | 22106 | | |
22107 | 22107 | | |
22108 | 22108 | | |
| 22109 | + | |
| 22110 | + | |
| 22111 | + | |
| 22112 | + | |
| 22113 | + | |
| 22114 | + | |
| 22115 | + | |
| 22116 | + | |
| 22117 | + | |
| 22118 | + | |
| 22119 | + | |
| 22120 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1486 | 1486 | | |
1487 | 1487 | | |
1488 | 1488 | | |
| 1489 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69238 | 69238 | | |
69239 | 69239 | | |
69240 | 69240 | | |
| 69241 | + | |
| 69242 | + | |
| 69243 | + | |
| 69244 | + | |
| 69245 | + | |
| 69246 | + | |
| 69247 | + | |
| 69248 | + | |
| 69249 | + | |
| 69250 | + | |
| 69251 | + | |
| 69252 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2393 | 2393 | | |
2394 | 2394 | | |
2395 | 2395 | | |
2396 | | - | |
| 2396 | + | |
| 2397 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1244 | 1244 | | |
1245 | 1245 | | |
1246 | 1246 | | |
| 1247 | + | |
0 commit comments