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

B/W: Add new items to the database.

There's now a hole in the items table: there's no item 667.  There are
two records for the Live Caster in B/W, and I couldn't figure out why,
or see any difference between them, and they were causing problems, so
I deleted the second one.
This commit is contained in:
Zhorken 2010-09-25 04:55:21 -04:00
parent 8385353002
commit cf12819bc8
5 changed files with 822 additions and 1 deletions
pokedex/data/csv

View file

@ -39,3 +39,6 @@ id,pocket_id,name
39,3,Apricorn balls
40,8,Apricorn Box
41,8,Data Cards
42,1,Jewels
43,7,Miracle Shooter
44,8,B/W unknown

1 id pocket_id name
39 39 3 Apricorn balls
40 40 8 Apricorn Box
41 41 8 Data Cards
42 42 1 Jewels
43 43 7 Miracle Shooter
44 44 8 B/W unknown