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:
parent
8385353002
commit
cf12819bc8
5 changed files with 822 additions and 1 deletions
pokedex/data/csv
|
@ -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
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue