mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix an Encounter mismatch (hopefully the last one)
This commit is contained in:
parent
f99364fff0
commit
c5b1b5e033
1 changed files with 24 additions and 24 deletions
|
@ -27700,18 +27700,18 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
31410,10,333,228,67,44,44
|
||||
31411,10,333,229,67,46,46
|
||||
31412,10,333,230,105,46,46
|
||||
31413,10,466,219,109,28,28
|
||||
31414,10,466,220,20,32,32
|
||||
31415,10,466,221,109,30,30
|
||||
31416,10,466,222,20,36,36
|
||||
31417,10,466,223,58,30,30
|
||||
31418,10,466,224,19,28,28
|
||||
31419,10,466,225,88,28,28
|
||||
31420,10,466,226,110,32,32
|
||||
31421,10,466,227,58,32,32
|
||||
31422,10,466,228,19,26,26
|
||||
31423,10,466,229,58,32,32
|
||||
31424,10,466,230,19,26,26
|
||||
31413,10,341,219,109,28,28
|
||||
31414,10,341,220,20,32,32
|
||||
31415,10,341,221,109,30,30
|
||||
31416,10,341,222,20,36,36
|
||||
31417,10,341,223,58,30,30
|
||||
31418,10,341,224,19,28,28
|
||||
31419,10,341,225,88,28,28
|
||||
31420,10,341,226,110,32,32
|
||||
31421,10,341,227,58,32,32
|
||||
31422,10,341,228,19,26,26
|
||||
31423,10,341,229,58,32,32
|
||||
31424,10,341,230,19,26,26
|
||||
31425,10,341,219,109,28,28
|
||||
31426,10,341,220,20,34,34
|
||||
31427,10,341,221,109,30,30
|
||||
|
@ -29767,18 +29767,18 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
33453,11,333,228,67,44,44
|
||||
33454,11,333,229,67,46,46
|
||||
33455,11,333,230,105,46,46
|
||||
33456,11,466,219,88,28,28
|
||||
33457,11,466,220,20,32,32
|
||||
33458,11,466,221,88,30,30
|
||||
33459,11,466,222,20,36,36
|
||||
33460,11,466,223,37,30,30
|
||||
33461,11,466,224,19,28,28
|
||||
33462,11,466,225,109,28,28
|
||||
33463,11,466,226,89,32,32
|
||||
33464,11,466,227,37,32,32
|
||||
33465,11,466,228,19,26,26
|
||||
33466,11,466,229,37,32,32
|
||||
33467,11,466,230,19,26,26
|
||||
33456,11,341,219,88,28,28
|
||||
33457,11,341,220,20,32,32
|
||||
33458,11,341,221,88,30,30
|
||||
33459,11,341,222,20,36,36
|
||||
33460,11,341,223,37,30,30
|
||||
33461,11,341,224,19,28,28
|
||||
33462,11,341,225,109,28,28
|
||||
33463,11,341,226,89,32,32
|
||||
33464,11,341,227,37,32,32
|
||||
33465,11,341,228,19,26,26
|
||||
33466,11,341,229,37,32,32
|
||||
33467,11,341,230,19,26,26
|
||||
33468,11,341,219,88,28,28
|
||||
33469,11,341,220,20,34,34
|
||||
33470,11,341,221,88,30,30
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue