1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Add encounter methods and slots for X/Y.

Updates .
This commit is contained in:
Andrew Ekstedt 2015-05-30 14:41:32 -07:00
parent 28b717ce13
commit 87ee90c41b
3 changed files with 95 additions and 8 deletions

View file

@ -25,3 +25,7 @@ encounter_method_id,local_language_id,name
12,9,Fishing in dark spots
13,6,An dunklen stellen surfen
13,9,Surfing in dark spots
14,9,Walking in yellow flowers
15,9,Walking in purple flowers
16,9,Walking in red flowers
17,9,Walking on rough terrain

1 encounter_method_id local_language_id name
25 12 9 Fishing in dark spots
26 13 6 An dunklen stellen surfen
27 13 9 Surfing in dark spots
28 14 9 Walking in yellow flowers
29 15 9 Walking in purple flowers
30 16 9 Walking in red flowers
31 17 9 Walking on rough terrain