mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Disperse the "B/W unknown" item category.
This commit is contained in:
parent
a1fb616cfc
commit
1cd419b19a
3 changed files with 5 additions and 7 deletions
|
@ -41,4 +41,3 @@ id,pocket_id,identifier
|
|||
41,8,data-cards
|
||||
42,1,jewels
|
||||
43,7,miracle-shooter
|
||||
44,8,bw-unknown
|
||||
|
|
|
|
@ -41,4 +41,3 @@ item_category_id,local_language_id,name
|
|||
41,9,Data Cards
|
||||
42,9,Jewels
|
||||
43,9,Miracle Shooter
|
||||
44,9,B/W unknown
|
||||
|
|
|
|
@ -618,7 +618,7 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
|
|||
617,dream-ball,33,0,,
|
||||
618,poke-toy,11,1000,30,
|
||||
619,prop-case,21,0,,
|
||||
620,dragon-skull,44,0,,
|
||||
620,dragon-skull,22,0,,
|
||||
621,balmmushroom,24,0,30,
|
||||
622,big-nugget,24,0,30,
|
||||
623,pearl-string,24,0,30,
|
||||
|
@ -661,9 +661,9 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
|
|||
660,tm94,37,10000,,
|
||||
661,tm95,37,10000,,
|
||||
662,xtransceiver,21,0,,
|
||||
663,god-stone,44,0,,
|
||||
664,gram-1,44,0,,
|
||||
665,gram-2,44,0,,
|
||||
666,gram-3,44,0,,
|
||||
663,god-stone,23,0,,
|
||||
664,gram-1,22,0,,
|
||||
665,gram-2,22,0,,
|
||||
666,gram-3,22,0,,
|
||||
668,dragon-gem,42,200,,
|
||||
669,normal-gem,42,200,,
|
||||
|
|
|
Loading…
Reference in a new issue