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

Merge fishing and surfing swarms into regular swarms.

This commit is contained in:
Eevee 2011-01-27 20:20:08 -08:00
parent 7c69492aeb
commit 8a74d34f47
4 changed files with 148 additions and 164 deletions

View file

@ -15,7 +15,3 @@ id,encounter_condition_id,name,is_default
14,5,Radio off,1
15,5,Hoenn radio,0
16,5,Sinnoh radio,0
17,6,No surfing swarm,1
18,6,Surfing swarm,0
19,7,No fishing swarm,1
20,7,Fishing swarm,0

1 id encounter_condition_id name is_default
15 14 5 Radio off 1
16 15 5 Hoenn radio 0
17 16 5 Sinnoh radio 0
17 6 No surfing swarm 1
18 6 Surfing swarm 0
19 7 No fishing swarm 1
20 7 Fishing swarm 0