Commit e536163
committed
Unique encounter methods for each game
A rather large update to this PR, but it's in line with what jemarq04 suggested and I think it's a cleaner way to approach this:
- gift-exterrnal-game removed as an encounter_method
- Added an encounter_method for each way you can receive a Pokemon.
Methods added:
- colosseum-bonus-disc-us
- colosseum-bonus-disc-jpn
- pokemon-channel-pal
- pokemon-ranger
- pokemon-battle-revolution
- new-york-pokecenter-wish-eggs
Currently there's no encounterr data for pokemon-battle-revolution or for new-york-pokecenter-wish-eggs, they're set up for future stuff I'll add.
After that, locations and location_areas have been changed. Most gift pokemon, be it from limited events or from external games have you receive the event in a Pokemart or pokecenter.
This change in structure will now show, celebi in RSE/FRLGs encounter data something like:
Location: hoenn-pokemart
Method: colosseum-bonus-disc-jpn
This covers the same events as before.1 parent d0446b8 commit e536163
3 files changed
Lines changed: 20 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64652 | 64652 | | |
64653 | 64653 | | |
64654 | 64654 | | |
64655 | | - | |
64656 | | - | |
64657 | | - | |
64658 | | - | |
64659 | | - | |
64660 | | - | |
| 64655 | + | |
| 64656 | + | |
| 64657 | + | |
| 64658 | + | |
| 64659 | + | |
| 64660 | + | |
64661 | 64661 | | |
64662 | 64662 | | |
64663 | | - | |
64664 | | - | |
| 64663 | + | |
| 64664 | + | |
64665 | 64665 | | |
64666 | 64666 | | |
64667 | 64667 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1069 | 1069 | | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | | - | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
1077 | | - | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
0 commit comments