Disperse the "B/W unknown" item category.

This commit is contained in:
Lynn "Zhorken" Vaughan 2012-10-19 21:01:46 -04:00
parent a1fb616cfc
commit 1cd419b19a
3 changed files with 5 additions and 7 deletions

View file

@ -41,4 +41,3 @@ id,pocket_id,identifier
41,8,data-cards
42,1,jewels
43,7,miracle-shooter
44,8,bw-unknown

1 id pocket_id identifier
41 41 8 data-cards
42 42 1 jewels
43 43 7 miracle-shooter
44 8 bw-unknown

View file

@ -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

1 item_category_id local_language_id name
41 41 9 Data Cards
42 42 9 Jewels
43 43 9 Miracle Shooter
44 9 B/W unknown

View file

@ -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,,

1 id identifier category_id cost fling_power fling_effect_id
618 617 dream-ball 33 0
619 618 poke-toy 11 1000 30
620 619 prop-case 21 0
621 620 dragon-skull 44 22 0
622 621 balmmushroom 24 0 30
623 622 big-nugget 24 0 30
624 623 pearl-string 24 0 30
661 660 tm94 37 10000
662 661 tm95 37 10000
663 662 xtransceiver 21 0
664 663 god-stone 44 23 0
665 664 gram-1 44 22 0
666 665 gram-2 44 22 0
667 666 gram-3 44 22 0
668 668 dragon-gem 42 200
669 669 normal-gem 42 200