Show
Ignore:
Timestamp:
08/27/07 22:45:31 (15 months ago)
Author:
eevee
Message:

Nearly-finished item descriptions, cleanup, general rearrangement, etc. Also includes underground sprites and Fling effects. (#10)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/pokedex.sql

    r310 r315  
    445445(114,223,'medium','[222,\"\",[223,\"L25\"]]',5120,'061 189 047 113 102','061 189 047 113 102','061 189 047 113 102 085 349',''), 
    446446(115,225,'fast','[224,\"\"]',5120,'061 097 247 149 228','061 097 247 149 228','061 097 247 149 228 300',''), 
    447 (116,458,'slow','[225,\"\"]',6400,'238 055 113 028','238 055 113 028','238 055 113 028 299 156','Wave Incense'), 
     447(116,226,'slow','[225,\"\"]',6400,'238 055 113 028','238 055 113 028','238 055 113 028 299 156','Wave Incense'), 
    448448(117,227,'slow','[226,\"\"]',6400,'064 227 017','064 227 017 142','064 227 017 142 173',''), 
    449449(118,228,'slow','[227,\"\",[228,\"L24\"]]',5120,'082 098 227 067 179 178 250','082 098 227 067 179 178 250','082 098 227 067 179 178 250 260',''), 
     
    573573(248,487,'slow','',30720,'','','',''), 
    574574(249,488,'slow','',30720,'','','',''), 
    575 (250,489,'slow','',10240,'','','',''), 
     575(250,490,'slow','',10240,'','','',''), 
    576576(251,490,'slow','',2560,'','','',''), 
    577577(252,491,'slow','',30720,'','','',''), 
     
    40984098  berry_id tinyint(4) NOT NULL, 
    40994099  `name` varchar(12) NOT NULL, 
     4100  category varchar(64) default NULL, 
    41004101  cost smallint(5) unsigned NOT NULL, 
    41014102  col5 tinyint(3) unsigned NOT NULL, 
    41024103  hp_plus_maybe tinyint(3) unsigned NOT NULL, 
    4103   col7 tinyint(3) unsigned NOT NULL, 
    4104   col8 tinyint(3) unsigned NOT NULL, 
    41054104  fling_power tinyint(3) unsigned NOT NULL, 
     4105  fling_effect tinytext NOT NULL, 
    41064106  natural_gift_power tinyint(3) unsigned NOT NULL, 
    41074107  natural_gift_type varchar(8) NOT NULL, 
     
    41294129  happiness2 tinyint(4) NOT NULL, 
    41304130  happiness3 tinyint(4) NOT NULL, 
     4131  is_underground tinyint(1) NOT NULL, 
    41314132  dpblurb varchar(128) NOT NULL, 
     4133  description text NOT NULL, 
    41324134  PRIMARY KEY  (id) 
    41334135) ENGINE=InnoDB DEFAULT CHARSET=utf8; 
     
    41394141LOCK TABLES items WRITE; 
    41404142/*!40000 ALTER TABLE items DISABLE KEYS */; 
    4141 INSERT INTO items VALUES (1,1,0,'Master Ball',0,0,0,0,0,0,0,'31',9,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The best Ball with the ultimate level of performance. It will catch any wild Pokémon without fail.'), 
    4142 (2,2,0,'Ultra Ball',1200,0,0,0,0,0,0,'31',9,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An ultra-performance Ball that provides a higher Pokémon catch rate than a Great Ball.'), 
    4143 (3,3,0,'Great Ball',600,0,0,0,0,0,0,'31',9,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A good, high-performance Ball that provides a higher Pokémon catch rate than a standard Poké Ball.'), 
    4144 (4,4,0,'Poke Ball',200,0,0,0,0,0,0,'31',9,0,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A device for catching wild Pokémon. It is thrown like a ball at the target. It is designed as a capsule system.'), 
    4145 (5,5,0,'Safari Ball',0,0,0,0,0,0,0,'31',9,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A special Poké Ball that is used only in the Great Marsh. It is decorated in a camouflage pattern.'), 
    4146 (6,6,0,'Net Ball',1000,0,0,0,0,0,0,'31',9,0,1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat different Poké Ball that works especially well on Water- and Bug-type Pokémon.'), 
    4147 (7,7,0,'Dive Ball',1000,0,0,0,0,0,0,'31',9,0,1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat different Poké Ball that works especially well on Pokémon that live in the sea.'), 
    4148 (8,8,0,'Nest Ball',1000,0,0,0,0,0,0,'31',9,0,1,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat different Poké Ball that works especially well on weaker Pokémon in the wild.'), 
    4149 (9,9,0,'Repeat Ball',1000,0,0,0,0,0,0,'31',9,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat different Poké Ball that works especially well on Pokémon species that were previously caught.'), 
    4150 (10,10,0,'Timer Ball',1000,0,0,0,0,0,0,'31',9,0,1,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat different Ball that becomes progressively better the more turns there are in a battle.'), 
    4151 (11,11,0,'Luxury Ball',1000,0,0,0,0,0,0,'31',9,0,1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A comfortable Poké Ball that makes a caught wild Pokémon quickly grow friendly.'), 
    4152 (12,12,0,'Premier Ball',200,0,0,0,0,0,0,'31',9,0,1,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat rare Poké Ball that has been specially made to commemorate an event of some sort.'), 
    4153 (13,13,0,'Dusk Ball',1000,0,0,0,0,0,0,'31',9,0,1,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat different Poké Ball that makes it easier to catch wild Pokémon at night or in dark places like caves.'), 
    4154 (14,14,0,'Heal Ball',300,0,0,0,0,0,0,'31',9,0,1,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A remedial Poké Ball that restores the caught Pokémon\'s HP and eliminates any status problem.'), 
    4155 (15,15,0,'Quick Ball',1000,0,0,0,0,0,0,'31',9,0,1,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat different Poké Ball that provides a better catch rate if it is used at the start of a wild encounter.'), 
    4156 (16,16,0,'Cherish Ball',200,0,0,0,0,0,0,'31',9,0,1,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A quite rare Poké Ball that has been specially crafted to commemorate an occasion of some sort.'), 
    4157 (17,17,0,'Potion',300,0,20,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,20,0,0,0,0,'A spray-type medicine for wounds. It restores the HP of one Pokémon by just 20 points.'), 
    4158 (18,18,0,'Antidote',100,0,0,0,0,30,0,'159',64,1,2,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A spray-type medicine. It lifts the effect of poison from one Pokémon.'), 
    4159 (19,19,0,'Burn Heal',250,0,0,0,0,30,0,'159',64,1,2,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A spray-type medicine. It heals a single Pokémon that is suffering from a burn.'), 
    4160 (20,20,0,'Ice Heal',250,0,0,0,0,30,0,'159',64,1,2,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A spray-type medicine. It defrosts a Pokémon that has been frozen solid.'), 
    4161 (21,21,0,'Awakening',250,0,0,0,0,30,0,'159',64,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A spray-type medicine. It awakens a Pokémon from the clutches of sleep.'), 
    4162 (22,22,0,'Parlyz Heal',200,0,0,0,0,30,0,'159',64,1,2,1,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A spray-type medicine. It eliminates paralysis from a single Pokémon.'), 
    4163 (23,23,0,'Full Restore',3000,0,255,0,0,30,0,'159',96,1,2,1,0,63,0,0,0,0,4,0,0,0,0,0,0,0,255,0,0,0,0,'A medicine that fully restores the HP and heals any status problems of a single Pokémon.'), 
    4164 (24,24,0,'Max Potion',2500,0,255,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,255,0,0,0,0,'A spray-type medicine for wounds. It completely restores the HP of a single Pokémon.'), 
    4165 (25,25,0,'Hyper Potion',1200,0,200,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,200,0,0,0,0,'A spray-type medicine for wounds. It restores the HP of one Pokémon by 200 points.'), 
    4166 (26,26,0,'Super Potion',700,0,50,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,50,0,0,0,0,'A spray-type medicine for wounds. It restores the HP of one Pokémon by 50 points.'), 
    4167 (27,27,0,'Full Heal',600,0,0,0,0,30,0,'159',64,1,2,1,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A spray-type medicine. It heals all the status problems of a single Pokémon.'), 
    4168 (28,28,0,'Revive',1500,0,0,0,0,30,0,'159',64,1,2,1,0,0,1,0,0,0,4,0,0,0,0,0,0,0,254,0,0,0,0,'A medicine that revives a fainted Pokémon. It restores half the Pokémon\'s maximum HP.'), 
    4169 (29,29,0,'Max Revive',4000,0,0,0,0,30,0,'159',64,1,2,1,0,0,1,0,0,0,4,0,0,0,0,0,0,0,255,0,0,0,0,'A medicine that revives a fainted Pokémon. It fully restores the Pokémon\'s HP.'), 
    4170 (30,30,0,'Fresh Water',200,0,50,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,50,0,0,0,0,'Water with a high mineral content. It restores the HP of one Pokémon by 50 points.'), 
    4171 (31,31,0,'Soda Pop',300,0,60,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,60,0,0,0,0,'A fizzy soda drink. It restores the HP of one Pokémon by 60 points.'), 
    4172 (32,32,0,'Lemonade',350,0,80,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,80,0,0,0,0,'A very sweet drink. It restores the HP of one Pokémon by 80 points.'), 
    4173 (33,33,0,'Moomoo Milk',500,0,100,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,100,0,0,0,0,'Milk with a very high nutrition content. It restores the HP of one Pokémon by 100 points.'), 
    4174 (34,34,0,'EnergyPowder',500,0,0,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,14,0,0,0,0,0,0,50,0,-5,-5,-10,'A very bitter medicine powder. It restores the HP of one Pokémon by 50 points.'), 
    4175 (35,35,0,'Energy Root',800,0,0,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,14,0,0,0,0,0,0,200,0,-10,-10,-15,'A very bitter root. It restores the HP of one Pokémon by 200 points.'), 
    4176 (36,36,0,'Heal Powder',450,0,0,0,0,30,0,'159',64,1,2,1,0,63,0,0,0,0,0,14,0,0,0,0,0,0,0,0,-5,-5,-10,'A very bitter medicine powder. It heals all the status problems of a single Pokémon.'), 
    4177 (37,37,0,'Revival Herb',2800,0,0,0,0,30,0,'159',64,1,2,1,0,0,1,0,0,0,4,14,0,0,0,0,0,0,255,0,-15,-15,-20,'A very bitter medicinal herb. It revives a fainted Pokémon, fully restoring its HP.'), 
    4178 (38,38,0,'Ether',1200,0,10,0,0,30,0,'159',128,1,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,'It restores the PP of a Pokémon\'s selected move by a maximum of 10 points.'), 
    4179 (39,39,0,'Max Ether',2000,0,255,0,0,30,0,'159',128,1,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,'It fully restores the PP of a single selected move that has been learned by the target Pokémon.'), 
    4180 (40,40,0,'Elixir',3000,0,10,0,0,30,0,'159',128,1,2,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,10,0,0,0,'It restores the PP of all the moves learned by the targeted Pokémon by 10 points each.'), 
    4181 (41,41,0,'Max Elixir',4500,0,255,0,0,30,0,'159',128,1,2,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,127,0,0,0,'It fully restores the PP of all the moves learned by the targeted Pokémon.'), 
    4182 (42,42,0,'Lava Cookie',200,0,0,0,0,30,0,'159',64,1,2,1,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lavaridge Town\'s local specialty. It heals all the status problems of one Pokémon.'), 
    4183 (43,43,0,'Berry Juice',100,1,20,0,0,30,0,'159',32,1,2,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,20,0,0,0,0,'A 100% pure juice made of Berries. It restores the HP of one Pokémon by just 20 points.'), 
    4184 (44,44,0,'Sacred Ash',200,0,0,0,0,30,0,'159',0,1,0,1,0,0,3,0,0,0,4,0,0,0,0,0,0,0,255,0,0,0,0,'It revives all fainted Pokémon. In doing so, it also fully restores their HP.'), 
    4185 (45,45,0,'HP Up',9800,0,0,0,0,30,0,'159',0,1,0,1,0,0,0,0,0,0,8,14,10,0,0,0,0,0,0,0,5,3,2,'A nutritious drink for Pokémon. It raises the base HP of a single Pokémon.'), 
    4186 (46,46,0,'Protein',9800,0,0,0,0,30,0,'159',0,1,0,1,0,0,0,0,0,0,16,14,0,10,0,0,0,0,0,0,5,3,2,'A nutritious drink for Pokémon. It raises the base Attack stat of a single Pokémon.'), 
    4187 (47,47,0,'Iron',9800,0,0,0,0,30,0,'159',0,1,0,1,0,0,0,0,0,0,32,14,0,0,10,0,0,0,0,0,5,3,2,'A nutritious drink for Pokémon. It raises the base Defense stat of a single Pokémon.'), 
    4188 (48,48,0,'Carbos',9800,0,0,0,0,30,0,'159',0,1,0,1,0,0,0,0,0,0,64,14,0,0,0,10,0,0,0,0,5,3,2,'A nutritious drink for Pokémon. It raises the base Speed stat of a single Pokémon.'), 
    4189 (49,49,0,'Calcium',9800,0,0,0,0,30,0,'159',0,1,0,1,0,0,0,0,0,0,128,14,0,0,0,0,10,0,0,0,5,3,2,'A nutritious drink for Pokémon. It raises the base Sp. Atk (Special Attack) stat of a single Pokémon.'), 
    4190 (50,50,0,'Rare Candy',4800,0,0,0,0,30,0,'159',0,1,0,1,0,0,5,0,0,0,0,14,0,0,0,0,0,0,0,0,5,3,2,'A candy that is packed with energy. It raises the level of a single Pokémon by one.'), 
    4191 (51,51,0,'PP Up',9800,0,0,0,0,30,0,'159',0,1,0,1,0,0,0,0,0,64,0,14,0,0,0,0,0,0,0,0,5,3,2,'It slightly raises the maximum PP of a selected move that has been learned by the target Pokémon.'), 
    4192 (52,52,0,'Zinc',9800,0,0,0,0,30,0,'159',0,1,0,1,0,0,0,0,0,0,0,15,0,0,0,0,0,10,0,0,5,3,2,'A nutritious drink for Pokémon. It raises the base Sp. Def (Special Defense) stat of a single Pokémon.'), 
    4193 (53,53,0,'PP Max',9800,0,0,0,0,30,0,'159',0,1,0,1,0,0,0,0,0,128,0,14,0,0,0,0,0,0,0,0,5,3,2,'It maximally raises the top PP of a selected move that has been learned by the target Pokémon.'), 
    4194 (54,54,0,'Old Gateau',200,0,0,0,0,30,0,'159',64,1,2,1,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Chateau\'s hidden specialty. It heals all the status problems of a single Pokémon.'), 
    4195 (55,55,0,'Guard Spec.',700,0,0,0,0,30,0,'31',19,0,0,1,0,128,0,0,0,0,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that prevents stat reduction among the Trainer\'s party Pokémon for five turns after use.'), 
    4196 (56,56,0,'Dire Hit',650,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,0,0,16,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that raises the critical-hit ratio of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 
    4197 (57,57,0,'X Attack',500,0,0,0,0,30,0,'31',19,0,0,1,0,0,16,0,0,0,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that raises the Attack stat of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 
    4198 (58,58,0,'X Defend',550,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,1,0,0,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that raises the Defense stat of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 
    4199 (59,59,0,'X Speed',350,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,0,16,0,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that raises the Speed stat of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 
    4200 (60,60,0,'X Accuracy',950,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,0,0,1,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that raises the accuracy of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 
    4201 (61,61,0,'X Special',350,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,16,0,0,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that raises the Sp. Atk stat of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 
    4202 (62,62,0,'X Sp. Def',350,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item that raises the Sp. Def stat of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 
    4203 (63,63,0,'Poke Doll',1000,0,0,0,0,30,0,'31',19,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A doll that attracts Pokémon. Use it to flee from any battle with a wild Pokémon.'), 
    4204 (64,64,0,'Fluffy Tail',1000,0,0,0,0,30,0,'31',19,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item that attracts Pokémon. Use it to flee from any battle with a wild Pokémon.'), 
    4205 (65,65,0,'Blue Flute',100,0,0,0,0,30,0,'31',67,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A blue flute made from blown glass. Its melody awakens a single Pokémon from sleep.'), 
    4206 (66,66,0,'Yellow Flute',200,0,0,0,0,30,0,'31',67,0,0,1,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A yellow flute made from blown glass. Its melody snaps a single Pokémon out of confusion.'), 
    4207 (67,67,0,'Red Flute',300,0,0,0,0,30,0,'31',67,0,0,1,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A red flute made from blown glass. Its melody snaps a single Pokémon out of infatuation.'), 
    4208 (68,68,0,'Black Flute',400,0,50,0,0,30,0,'31',0,19,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A black flute made from blown glass. Its melody makes wild Pokémon less likely to appear.'), 
    4209 (69,69,0,'White Flute',500,0,150,0,0,30,0,'31',0,19,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A white flute made from blown glass. Its melody makes wild Pokémon more likely to appear.'), 
    4210 (70,70,0,'Shoal Salt',20,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pure salt that was discovered deep inside the Shoal Cave. It is extremely salty.'), 
    4211 (71,71,0,'Shoal Shell',20,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A pretty seashell that was found deep inside the Shoal Cave. It is striped in blue and white.'), 
    4212 (72,72,0,'Red Shard',200,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A small red shard. It appears to be from some sort of implement made long ago.'), 
    4213 (73,73,0,'Blue Shard',200,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A small blue shard. It appears to be from some sort of implement made long ago.'), 
    4214 (74,74,0,'Yellow Shard',200,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A small yellow shard. It appears to be from some sort of implement made long ago.'), 
    4215 (75,75,0,'Green Shard',200,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A small green shard. It appears to be from some sort of implement made long ago.'), 
    4216 (76,76,0,'Super Repel',500,0,200,0,0,30,0,'31',0,19,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item that prevents weak wild Pokémon from appearing for 200 steps after its use.'), 
    4217 (77,77,0,'Max Repel',700,0,250,0,0,30,0,'31',0,19,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item that prevents weak wild Pokémon from appearing for 250 steps after its use.'), 
    4218 (78,78,0,'Escape Rope',550,0,0,0,0,30,0,'31',0,21,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A long, durable rope. Use it to escape instantly from a cave or a dungeon.'), 
    4219 (79,79,0,'Repel',350,0,100,0,0,30,0,'31',0,19,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item that prevents weak wild Pokémon from appearing for 100 steps after its use.'), 
    4220 (80,80,0,'Sun Stone',2100,0,0,0,0,30,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It is as red as the sun.'), 
    4221 (81,81,0,'Moon Stone',2100,0,0,0,0,30,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It is as black as the night sky.'), 
    4222 (82,82,0,'Fire Stone',2100,0,0,0,0,30,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It is colored orange.'), 
    4223 (83,83,0,'Thunderstone',2100,0,0,0,0,30,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It has a thunderbolt pattern.'), 
    4224 (84,84,0,'Water Stone',2100,0,0,0,0,30,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It is a clear, light blue.'), 
    4225 (85,85,0,'Leaf Stone',2100,0,0,0,0,30,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It has a leaf pattern.'), 
    4226 (86,86,0,'TinyMushroom',500,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A small and rare mushroom. It is quite popular among certain maniacal fan segments.'), 
    4227 (87,87,0,'Big Mushroom',5000,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A large and rare mushroom. It is very popular among certain maniacal fan segments.'), 
    4228 (88,88,0,'Pearl',1400,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A somewhat-small pearl that sparkles in a pretty silver color. It can be sold cheaply to shops.'), 
    4229 (89,89,0,'Big Pearl',7500,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A quite-large pearl that sparkles in a pretty silver color. It can be sold at a high price to shops.'), 
    4230 (90,90,0,'Stardust',2000,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lovely, red-colored sand with a loose, silky feel. It can be sold at a high price to shops.'), 
    4231 (91,91,0,'Star Piece',9800,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A shard of a pretty gem that sparkles in a red color. It can be sold at a high price to shops.'), 
    4232 (92,92,0,'Nugget',10000,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A nugget of pure gold that gives off a lustrous gleam. It can be sold at a high price to shops.'), 
    4233 (93,93,0,'Heart Scale',100,0,0,0,0,30,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A pretty, heart-shaped scale that is extremely rare. It glows faintly in the colors of the rainbow.'), 
    4234 (94,94,0,'Honey',100,0,0,0,0,30,0,'31',0,14,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A sweet honey with a lush aroma that attracts wild Pokémon when it is used in grass, caves, or on special trees.'), 
    4235 (95,95,0,'Growth Mulch',200,0,0,0,0,30,0,'31',0,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A plant fertilizer spread on soft soil. It speeds up the growth of Berries. However, it also dries the soil faster.'), 
    4236 (96,96,0,'Damp Mulch',200,0,0,0,0,30,0,'31',0,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A plant fertilizer spread on soft soil. It slows the growth of Berries and causes the soil to dry slower.'), 
    4237 (97,97,0,'Stable Mulch',200,0,0,0,0,30,0,'31',0,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A plant fertilizer spread on soft soil. It extends the time ripened Berries remain on their plants before falling.'), 
    4238 (98,98,0,'Gooey Mulch',200,0,0,0,0,30,0,'31',0,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A plant fertilizer spread on soft soil. It ups the number of times new plants grow where mature plants withered.'), 
    4239 (99,99,0,'Root Fossil',1000,0,0,0,0,100,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A fossil of an ancient Pokémon that lived in the sea. It appears to be part of a plant root.'), 
    4240 (100,100,0,'Claw Fossil',1000,0,0,0,0,100,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A fossil of an ancient Pokémon that lived in the sea. It appears to be part of a claw.'), 
    4241 (101,101,0,'Helix Fossil',1000,0,0,0,0,100,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A fossil of an ancient Pokémon that lived in the sea. It appears to be part of a seashell.'), 
    4242 (102,102,0,'Dome Fossil',1000,0,0,0,0,100,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A fossil of an ancient Pokémon that lived in the sea. It appears to be part of a shell.'), 
    4243 (103,103,0,'Old Amber',1000,0,0,0,0,100,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A piece of amber that contains the genetic material of an ancient Pokémon. It is clear with a reddish tint.'), 
    4244 (104,104,0,'Armor Fossil',1000,0,0,0,0,100,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A fossil from a prehistoric Pokémon that lived on the land. It appears to be part of a collar.'), 
    4245 (105,105,0,'Skull Fossil',1000,0,0,0,0,100,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A fossil from a prehistoric Pokémon that lived on the land. It appears to be part of a head.'), 
    4246 (106,106,0,'Rare Bone',10000,0,0,0,0,100,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A bone that is extremely valuable for Pokémon archaeology. It can be sold for a high price to shops.'), 
    4247 (107,107,0,'Shiny Stone',2100,0,0,0,0,80,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It shines with a dazzling light.'), 
    4248 (108,108,0,'Dusk Stone',2100,0,0,0,0,80,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It is as dark as dark can be.'), 
    4249 (109,109,0,'Dawn Stone',2100,0,0,0,0,80,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It sparkles like eyes.'), 
    4250 (110,110,0,'Oval Stone',2100,0,0,0,0,80,0,'31',0,20,0,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A peculiar stone that makes certain species of Pokémon evolve. It is shaped like an egg.'), 
    4251 (111,111,0,'Odd Keystone',2100,0,0,0,0,80,0,'31',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A vital item that is needed to keep a stone tower from collapsing. Voices can be heard from it occasionally.'), 
    4252 (112,135,0,'Adamant Orb',10000,2,20,0,0,60,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A brightly gleaming orb to be held by DIALGA. It boosts the power of Dragon- and Steel-type moves.'), 
    4253 (113,136,0,'Lustrous Orb',10000,3,20,0,0,60,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A beautifully glowing orb to be held by PALKIA. It boosts the power of Dragon- and Water-type moves.'), 
    4254 (114,137,0,'Grass Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of a refreshingly green field. Let a Pokémon hold it for delivery.'), 
    4255 (115,138,0,'Flame Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of flames in blazing red. Let a Pokémon hold it for delivery.'), 
    4256 (116,139,0,'Bubble Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of a blue world underwater. Let a Pokémon hold it for delivery.'), 
    4257 (117,140,0,'Bloom Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of pretty floral patterns. Let a Pokémon hold it for delivery.'), 
    4258 (118,141,0,'Tunnel Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of a dimly lit coal mine. Let a Pokémon hold it for delivery.'), 
    4259 (119,142,0,'Steel Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of cool mechanical designs. Let a Pokémon hold it for delivery.'), 
    4260 (120,143,0,'Heart Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of giant heart patterns. Let a Pokémon hold it for delivery.'), 
    4261 (121,144,0,'Snow Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of a chilly, snow-covered world. Let a Pokémon hold it for delivery.'), 
    4262 (122,145,0,'Space Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print depicting the huge expanse of space. Let a Pokémon hold it for delivery.'), 
    4263 (123,146,0,'Air Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of colorful letter sets. Let a Pokémon hold it for delivery.'), 
    4264 (124,147,0,'Mosaic Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of a vivid rainbow pattern. Let a Pokémon hold it for delivery.'), 
    4265 (125,148,0,'Brick Mail',50,0,0,0,0,0,0,'159',2,7,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stationery featuring a print of a tough-looking brick pattern. Let a Pokémon hold it for delivery.'), 
    4266 (126,149,1,'Cheri Berry',20,4,0,1,1,10,60,'fire',66,8,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to recover from paralysis.'), 
    4267 (127,150,2,'Chesto Berry',20,5,0,2,2,10,60,'water',66,8,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to recover from sleep.'), 
    4268 (128,151,3,'Pecha Berry',20,6,0,3,3,10,60,'electric',66,8,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to recover from poison.'), 
    4269 (129,152,4,'Rawst Berry',20,7,0,4,4,10,60,'grass',66,8,0,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to recover from a burn.'), 
    4270 (130,153,5,'Aspear Berry',20,8,0,5,5,10,60,'ice',66,8,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to defrost it. '), 
    4271 (131,154,6,'Leppa Berry',20,9,10,6,6,10,60,'fighting',130,8,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to restore a move\'s PP by 10.'), 
    4272 (132,155,7,'Oran Berry',20,1,10,7,7,10,60,'poison',34,8,0,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,10,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to heal the user by just 10 HP.'), 
    4273 (133,156,8,'Persim Berry',20,10,0,8,8,10,60,'ground',66,8,0,1,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to recover from confusion.'), 
    4274 (134,157,9,'Lum Berry',20,11,0,9,9,10,60,'flying',66,8,0,1,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to recover from any status problem.'), 
    4275 (135,158,10,'Sitrus Berry',20,12,25,10,10,10,60,'psychic',34,8,0,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,253,0,0,0,0,'A Poffin ingredient. It may be used or held by a Pokémon to heal the user\'s HP a little.'), 
    4276 (136,159,11,'Figy Berry',20,13,8,11,11,10,60,'bug',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it restores the user\'s HP in a pinch, but may also cause confusion.'), 
    4277 (137,160,12,'Wiki Berry',20,14,8,12,12,10,60,'rock',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it restores the user\'s HP in a pinch, but may also cause confusion.'), 
    4278 (138,161,13,'Mago Berry',20,15,8,13,13,10,60,'ghost',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it restores the user\'s HP in a pinch, but may also cause confusion.'), 
    4279 (139,162,14,'Aguav Berry',20,16,8,14,14,10,60,'dragon',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it restores the user\'s HP in a pinch, but may also cause confusion.'), 
    4280 (140,163,15,'Iapapa Berry',20,17,8,15,15,10,60,'dark',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it restores the user\'s HP in a pinch, but may also cause confusion.'), 
    4281 (141,164,16,'Razz Berry',20,0,0,0,0,10,60,'steel',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Razz Plant.'), 
    4282 (142,165,17,'Bluk Berry',20,0,0,0,0,10,70,'fire',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Bluk Plant.'), 
    4283 (143,166,18,'Nanab Berry',20,0,0,0,0,10,70,'water',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Nanab Plant.'), 
    4284 (144,167,19,'Wepear Berry',20,0,0,0,0,10,70,'electric',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Wepear Plant.'), 
    4285 (145,168,20,'Pinap Berry',20,0,0,0,0,10,70,'grass',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Pinap Plant.'), 
    4286 (146,169,21,'Pomeg Berry',20,0,0,0,0,10,70,'ice',2,8,0,1,0,0,0,0,0,0,8,14,-10,0,0,0,0,0,0,0,10,5,2,'A Poffin ingredient. Using it on a Pokémon makes it more friendly, but it also lowers its base HP.'), 
    4287 (147,170,22,'Kelpsy Berry',20,0,0,0,0,10,70,'fighting',2,8,0,1,0,0,0,0,0,0,16,14,0,-10,0,0,0,0,0,0,10,5,2,'A Poffin ingredient. Using it on a Pokémon makes it more friendly, but it also lowers its base Attack stat.'), 
    4288 (148,171,23,'Qualot Berry',20,0,0,0,0,10,70,'poison',2,8,0,1,0,0,0,0,0,0,32,14,0,0,-10,0,0,0,0,0,10,5,2,'A Poffin ingredient. Using it on a Pokémon makes it more friendly, but it also lowers its base Defense stat.'), 
    4289 (149,172,24,'Hondew Berry',20,0,0,0,0,10,70,'ground',2,8,0,1,0,0,0,0,0,0,128,14,0,0,0,0,-10,0,0,0,10,5,2,'A Poffin ingredient. Using it on a Pokémon makes it more friendly, but it also lowers its base Sp. Atk stat.'), 
    4290 (150,173,25,'Grepa Berry',20,0,0,0,0,10,70,'flying',2,8,0,1,0,0,0,0,0,0,0,15,0,0,0,0,0,-10,0,0,10,5,2,'A Poffin ingredient. Using it on a Pokémon makes it more friendly, but it also lowers its base Sp. Def stat.'), 
    4291 (151,174,26,'Tamato Berry',20,0,0,0,0,10,70,'psychic',2,8,0,1,0,0,0,0,0,0,64,14,0,0,0,-10,0,0,0,0,10,5,2,'A Poffin ingredient. Using it on a Pokémon makes it more friendly, but it also lowers its base Speed stat.'), 
    4292 (152,175,27,'Cornn Berry',20,0,0,0,0,10,70,'bug',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Cornn Plant.'), 
    4293 (153,176,28,'Magost Berry',20,0,0,0,0,10,70,'rock',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Magost Plant.'), 
    4294 (154,177,29,'Rabuta Berry',20,0,0,0,0,10,70,'ghost',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Rabuta Plant.'), 
    4295 (155,178,30,'Nomel Berry',20,0,0,0,0,10,70,'dragon',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Nomel Plant.'), 
    4296 (156,179,31,'Spelon Berry',20,0,0,0,0,10,70,'dark',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Spelon Plant.'), 
    4297 (157,180,32,'Pamtre Berry',20,0,0,0,0,10,70,'steel',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Pamtre Plant.'), 
    4298 (158,181,33,'Watmel Berry',20,0,0,0,0,10,80,'fire',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Watmel Plant.'), 
    4299 (159,182,34,'Durin Berry',20,0,0,0,0,10,80,'water',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Durin Plant.'), 
    4300 (160,183,35,'Belue Berry',20,0,0,0,0,10,80,'electric',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. Bury it in soft soil to grow a Belue Plant.'), 
    4301 (161,184,36,'Occa Berry',20,18,0,0,0,10,60,'fire',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Fire-type attack.'), 
    4302 (162,185,37,'Passho Berry',20,19,0,0,0,10,60,'water',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Water-type attack.'), 
    4303 (163,186,38,'Wacan Berry',20,20,0,0,0,10,60,'electric',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Electric-type attack.'), 
    4304 (164,187,39,'Rindo Berry',20,21,0,0,0,10,60,'grass',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Grass-type attack.'), 
    4305 (165,188,40,'Yache Berry',20,22,0,0,0,10,60,'ice',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Ice-type attack.'), 
    4306 (166,189,41,'Chople Berry',20,23,0,0,0,10,60,'fighting',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Fighting-type attack.'), 
    4307 (167,190,42,'Kebia Berry',20,24,0,0,0,10,60,'poison',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Poison-type attack.'), 
    4308 (168,191,43,'Shuca Berry',20,25,0,0,0,10,60,'ground',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Ground-type attack.'), 
    4309 (169,192,44,'Coba Berry',20,26,0,0,0,10,60,'flying',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Flying-type attack.'), 
    4310 (170,193,45,'Payapa Berry',20,27,0,0,0,10,60,'psychic',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Psychic-type attack.'), 
    4311 (171,194,46,'Tanga Berry',20,28,0,0,0,10,60,'bug',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Bug-type attack.'), 
    4312 (172,195,47,'Charti Berry',20,29,0,0,0,10,60,'rock',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Rock-type attack.'), 
    4313 (173,196,48,'Kasib Berry',20,30,0,0,0,10,60,'ghost',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Ghost-type attack.'), 
    4314 (174,197,49,'Haban Berry',20,31,0,0,0,10,60,'dragon',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Dragon-type attack.'), 
    4315 (175,198,50,'Colbur Berry',20,32,0,0,0,10,60,'dark',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Dark-type attack.'), 
    4316 (176,199,51,'Babiri Berry',20,33,0,0,0,10,60,'steel',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s supereffective Steel-type attack.'), 
    4317 (177,200,52,'Chilan Berry',20,34,0,0,0,10,60,'normal',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it weakens a foe\'s Normal-type attack.'), 
    4318 (178,201,53,'Liechi Berry',20,35,4,16,16,10,80,'grass',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it raises its Attack stat in a pinch.'), 
    4319 (179,202,54,'Ganlon Berry',20,36,4,17,17,10,80,'ice',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it raises its Defense stat in a pinch.'), 
    4320 (180,203,55,'Salac Berry',20,37,4,18,18,10,80,'fighting',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it raises its Speed stat in a pinch.'), 
    4321 (181,204,56,'Petaya Berry',20,38,4,19,19,10,80,'poison',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it raises its Sp. Atk stat in a pinch.'), 
    4322 (182,205,57,'Apicot Berry',20,39,4,20,20,10,80,'ground',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it raises its Sp. Def stat in a pinch.'), 
    4323 (183,206,58,'Lansat Berry',20,40,4,21,21,10,80,'flying',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it raises its critical-hit ratio in a pinch.'), 
    4324 (184,207,59,'Starf Berry',20,41,4,22,22,10,80,'psychic',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it sharply raises one of its stats in a pinch.'), 
    4325 (185,208,60,'Enigma Berry',20,42,4,0,0,10,80,'bug',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it restores its HP if it is hit by a foe\'s supereffective attack.'), 
    4326 (186,209,61,'Micle Berry',20,43,4,23,23,10,80,'rock',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it raises the accuracy of a move just once in a pinch.'), 
    4327 (187,210,62,'Custap Berry',20,44,4,0,0,10,80,'ghost',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, it gets to move first just once in a pinch.'), 
    4328 (188,211,63,'Jaboca Berry',20,45,8,0,0,10,80,'dragon',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, and if a foe\'s physical attack lands, the foe also takes damage.'), 
    4329 (189,212,64,'Rowap Berry',20,46,8,0,0,10,80,'dark',2,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Poffin ingredient. If held by a Pokémon, and if a foe\'s special attack lands, the foe also takes damage.'), 
    4330 (190,213,0,'BrightPowder',10,47,10,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It casts a tricky glare that lowers the opponent\'s accuracy.'), 
    4331 (191,214,0,'White Herb',100,48,0,0,24,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It restores any lowered stat in battle. It can be used only once.'), 
    4332 (192,215,0,'Macho Brace',3000,49,0,0,0,60,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stiff and heavy brace that promotes strong growth but lowers Speed.'), 
    4333 (193,216,0,'Exp. Share',3000,50,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. The holder gets a share of a battle\'s Exp. Points without battling.'), 
    4334 (194,217,0,'Quick Claw',100,51,20,0,0,80,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. A light, sharp claw that lets the bearer move first occasionally.'), 
    4335 (195,218,0,'Soothe Bell',100,52,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a bell with a comforting chime that calms the holder and makes it friendly.'), 
    4336 (196,219,0,'Mental Herb',100,53,0,0,25,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It snaps the holder out of infatuation. It can be used only once.'), 
    4337 (197,220,0,'Choice Band',100,54,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. This headband ups Attack, but allows the use of only one kind of move.'), 
    4338 (198,221,0,'King\'s Rock',100,55,10,0,26,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It may cause the foe to flinch when the holder inflicts damage.'), 
    4339 (199,222,0,'SilverPowder',100,56,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a shiny, silver powder that ups the power of Bug-type moves.'), 
    4340 (200,223,0,'Amulet Coin',100,57,10,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It doubles a battle\'s prize money if the holding Pokémon joins in.'), 
    4341 (201,224,0,'Cleanse Tag',200,58,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It helps keep wild Pokémon away if the holder is the first one in the party.'), 
    4342 (202,225,0,'Soul Dew',200,59,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A wondrous orb to be held by LATIOS or LATIAS. It raises both the Sp. Atk and Sp. Def stats.'), 
    4343 (203,226,0,'DeepSeaTooth',200,60,0,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by CLAMPERL. A fang that gleams a sharp silver, it raises the Sp. Atk stat.'), 
    4344 (204,227,0,'DeepSeaScale',200,61,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by CLAMPERL. A scale that shines a faint pink, it raises the Sp. Def stat.'), 
    4345 (205,228,0,'Smoke Ball',200,62,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It enables the holder to flee from any wild Pokémon without fail.'), 
    4346 (206,229,0,'Everstone',200,63,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. The Pokémon holding this peculiar stone is prevented from evolving.'), 
    4347 (207,230,0,'Focus Band',200,64,10,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. The holder may endure a potential KO attack, leaving it with just 1 HP.'), 
    4348 (208,231,0,'Lucky Egg',200,65,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is an egg filled with happiness that earns extra Exp. Points in battle.'), 
    4349 (209,232,0,'Scope Lens',200,66,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a lens that boosts the holder\'s critical-hit ratio.'), 
    4350 (210,233,0,'Metal Coat',100,67,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a special metallic film that ups the power of Steel-type moves.'), 
    4351 (211,234,0,'Leftovers',200,68,10,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. The holder\'s HP is gradually restored during battle.'), 
    4352 (212,235,0,'Dragon Scale',2100,69,10,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A thick and tough scale. Dragon-type Pokémon may be holding this item when caught.'), 
    4353 (213,236,0,'Light Ball',100,70,0,0,27,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by PIKACHU. It is a puzzling orb that raises the Sp. Atk stat.'), 
    4354 (214,237,0,'Soft Sand',100,71,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a loose, silky sand that boosts the power of Ground-type moves.'), 
    4355 (215,238,0,'Hard Stone',100,72,20,0,0,100,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is an unbreakable stone that ups the power of Rock-type moves.'), 
    4356 (216,239,0,'Miracle Seed',100,73,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a seed imbued with life that ups the power of Grass-type moves.'), 
    4357 (217,240,0,'BlackGlasses',100,74,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a shady-looking pair of glasses that boosts Dark-type moves.'), 
    4358 (218,241,0,'Black Belt',100,75,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a belt that boosts determination and Fighting-type moves.'), 
    4359 (219,242,0,'Magnet',100,76,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a powerful magnet that boosts the power of Electric-type moves.'), 
    4360 (220,243,0,'Mystic Water',100,77,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a teardrop-shaped gem that ups the power of Water-type moves.'), 
    4361 (221,244,0,'Sharp Beak',100,78,20,0,0,50,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a long, sharp beak that boosts the power of Flying-type moves.'), 
    4362 (222,245,0,'Poison Barb',100,79,20,0,28,70,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a small, poisonous barb that ups the power of Poison-type moves.'), 
    4363 (223,246,0,'NeverMeltIce',100,80,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a piece of ice that repels heat and boosts Ice-type moves.'), 
    4364 (224,247,0,'Spell Tag',100,81,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a sinister, eerie tag that boosts the power of Ghost-type moves.'), 
    4365 (225,248,0,'TwistedSpoon',100,82,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a spoon imbued with telekinetic power that boosts Psychic-type moves.'), 
    4366 (226,249,0,'Charcoal',9800,83,20,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a combustible fuel that boosts the power of Fire-type moves.'), 
    4367 (227,250,0,'Dragon Fang',100,84,20,0,0,70,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a hard and sharp fang that ups the power of Dragon-type moves.'), 
    4368 (228,251,0,'Silk Scarf',100,85,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a sumptuous scarf that boosts the power of Normal-type moves.'), 
    4369 (229,252,0,'Up-Grade',2100,86,0,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A transparent device filled with all sorts of data. It was produced by Silph Co.'), 
    4370 (230,253,0,'Shell Bell',200,87,8,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. The holder\'s HP is restored a little every time it inflicts damage.'), 
    4371 (231,254,0,'Sea Incense',9600,77,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is incense with a curious aroma that boosts the power of Water-type moves.'), 
    4372 (232,255,0,'Lax Incense',9600,47,10,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. The tricky aroma of this incense lowers the foe\'s accuracy.'), 
    4373 (233,256,0,'Lucky Punch',10,88,0,0,0,40,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by CHANSEY. It is a pair of gloves that boosts CHANSEY\'s critical-hit ratio.'), 
    4374 (234,257,0,'Metal Powder',10,89,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by DITTO. Extremely fine yet hard, this odd powder boosts the Defense stat.'), 
    4375 (235,258,0,'Thick Club',500,90,0,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by CUBONE or MAROWAK. It is a hard bone of some sort that boosts the Attack stat.'), 
    4376 (236,259,0,'Stick',200,91,0,0,0,60,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by FARFETCH\'D. It is a very long and stiff stalk of leek that boosts the critical-hit ratio.'), 
    4377 (237,260,0,'Red Scarf',100,0,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It boosts the \"Cool\" aspect of the holder in a Contest.'), 
    4378 (238,261,0,'Blue Scarf',100,0,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It boosts the \"Beauty\" aspect of the holder in a Contest.'), 
    4379 (239,262,0,'Pink Scarf',100,0,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It boosts the \"Cute\" aspect of the holder in a Contest.'), 
    4380 (240,263,0,'Green Scarf',100,0,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It boosts the \"Smart\" aspect of the holder in a Contest.'), 
    4381 (241,264,0,'Yellow Scarf',100,0,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It boosts the \"Tough\" aspect of the holder in a Contest.'), 
    4382 (242,265,0,'Wide Lens',200,92,10,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a magnifying lens that slightly boosts the accuracy of moves.'), 
    4383 (243,266,0,'Muscle Band',200,93,10,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a headband that slightly boosts the power of physical moves.'), 
    4384 (244,267,0,'Wise Glasses',200,94,10,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a thick pair of glasses that slightly boosts the power of special moves.'), 
    4385 (245,268,0,'Expert Belt',200,95,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a well-worn belt that slightly boosts the power of supereffective moves.'), 
    4386 (246,269,0,'Light Clay',200,96,3,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that extends the duration of barrier moves like Light Screen and Reflect used by the holder.'), 
    4387 (247,270,0,'Life Orb',200,97,30,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It boosts the power of moves, but at the cost of some HP on each hit.'), 
    4388 (248,271,0,'Power Herb',100,98,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A single-use item to be held by a Pokémon. It allows the immediate use of a move that charges on the first turn.'), 
    4389 (249,272,0,'Toxic Orb',100,99,0,0,29,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a bizarre orb that badly poisons the holder in battle.'), 
    4390 (250,273,0,'Flame Orb',100,100,0,0,30,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a bizarre orb that inflicts a burn on the holder in battle.'), 
    4391 (251,274,0,'Quick Powder',10,101,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by DITTO. Extremely fine yet hard, this odd powder boosts the Speed stat.'), 
    4392 (252,275,0,'Focus Sash',200,102,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. If it has full HP, the holder will endure one potential KO attack, leaving 1 HP.'), 
    4393 (253,276,0,'Zoom Lens',200,103,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. If the holder moves after the foe, its critical-hit ratio will be boosted.'), 
    4394 (254,277,0,'Metronome',200,104,10,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that boosts a move used consecutively. Its effect is reset if another move is used.'), 
    4395 (255,278,0,'Iron Ball',200,105,0,0,0,130,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that cuts Speed. It makes Flying-type and levitating holders susceptible to Ground moves.'), 
    4396 (256,279,0,'Lagging Tail',200,106,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is tremendously heavy and makes the holder move slower than usual.'), 
    4397 (257,280,0,'Destiny Knot',200,107,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A long, thin, bright red string to be held by a Pokémon. If the holder becomes infatuated, the foe does too.'), 
    4398 (258,281,0,'Black Sludge',200,108,16,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A hold item that gradually restores the HP of Poison-type Pokémon. It inflicts damage on all other types.'), 
    4399 (259,282,0,'Icy Rock',200,109,3,0,0,40,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that extends the duration of the move Hail used by the holder.'), 
    4400 (260,283,0,'Smooth Rock',200,110,3,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that extends the duration of the move Sandstorm used by the holder.'), 
    4401 (261,284,0,'Heat Rock',200,111,3,0,0,60,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that extends the duration of the move Sunny Day used by the holder.'), 
    4402 (262,285,0,'Damp Rock',200,112,3,0,0,60,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that extends the duration of the move Rain Dance used by the holder.'), 
    4403 (263,286,0,'Grip Claw',200,113,0,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that extends the duration of multiturn attacks like Bind and Wrap.'), 
    4404 (264,287,0,'Choice Scarf',200,114,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. This scarf boosts Speed, but allows the use of only one kind of move.'), 
    4405 (265,288,0,'Sticky Barb',200,115,8,0,0,80,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A hold item that damages the holder on every turn. It may latch on to foes that touch the holder.'), 
    4406 (266,289,0,'Power Bracer',3000,116,4,0,0,70,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that promotes Attack gain on leveling, but reduces the Speed stat.'), 
    4407 (267,290,0,'Power Belt',3000,117,4,0,0,70,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that promotes Defense gain on leveling, but reduces the Speed stat.'), 
    4408 (268,291,0,'Power Lens',3000,118,4,0,0,70,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that promotes Sp. Atk gain on leveling, but reduces the Speed stat.'), 
    4409 (269,292,0,'Power Band',3000,119,4,0,0,70,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that promotes Sp. Def gain on leveling, but reduces the Speed stat.'), 
    4410 (270,293,0,'Power Anklet',3000,120,4,0,0,70,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that promotes Speed gain on leveling, but reduces the Speed stat.'), 
    4411 (271,294,0,'Power Weight',3000,121,4,0,0,70,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that promotes HP gain on leveling, but reduces the Speed stat.'), 
    4412 (272,295,0,'Shed Shell',100,122,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A tough, discarded carapace to be held by a Pokémon. It enables the holder to switch with a waiting Pokémon in battle.'), 
    4413 (273,296,0,'Big Root',200,123,30,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pokémon hold item that boosts the power of HP-stealing moves to let the holder recover more HP.'), 
    4414 (274,297,0,'Choice Specs',200,124,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. These distinctive glasses boost Sp. Atk, but allow only one kind of move to be used.'), 
    4415 (275,298,0,'Flame Plate',1000,125,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Fire-type moves.'), 
    4416 (276,299,0,'Splash Plate',1000,126,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Water-type moves.'), 
    4417 (277,300,0,'Zap Plate',1000,127,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Electric-type moves.'), 
    4418 (278,301,0,'Meadow Plate',1000,128,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Grass-type moves.'), 
    4419 (279,302,0,'Icicle Plate',1000,129,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Ice-type moves.'), 
    4420 (280,303,0,'Fist Plate',1000,130,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Fighting-type moves.'), 
    4421 (281,304,0,'Toxic Plate',1000,131,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Poison-type moves.'), 
    4422 (282,305,0,'Earth Plate',1000,132,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Ground-type moves.'), 
    4423 (283,306,0,'Sky Plate',1000,133,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Flying-type moves.'), 
    4424 (284,307,0,'Mind Plate',1000,134,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Psychic-type moves.'), 
    4425 (285,308,0,'Insect Plate',1000,135,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Bug-type moves.'), 
    4426 (286,309,0,'Stone Plate',1000,136,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Rock-type moves.'), 
    4427 (287,310,0,'Spooky Plate',1000,137,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Ghost-type moves.'), 
    4428 (288,311,0,'Draco Plate',1000,138,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Dragon-type moves.'), 
    4429 (289,312,0,'Dread Plate',1000,139,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Dark-type moves.'), 
    4430 (290,313,0,'Iron Plate',1000,140,20,0,0,90,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a stone tablet that boosts the power of Steel-type moves.'), 
    4431 (291,314,0,'Odd Incense',9600,82,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is an exotic-smelling incense that boosts the power of Psychic-type moves.'), 
    4432 (292,315,0,'Rock Incense',9600,72,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is an exotic-smelling incense that boosts the power of Rock-type moves.'), 
    4433 (293,316,0,'Full Incense',9600,106,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is an exotic-smelling incense that makes the holder bloated and slow moving.'), 
    4434 (294,317,0,'Wave Incense',9600,77,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is an exotic-smelling incense that boosts the power of Water-type moves.'), 
    4435 (295,318,0,'Rose Incense',9600,73,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is an exotic-smelling incense that boosts the power of Grass-type moves.'), 
    4436 (296,319,0,'Luck Incense',9600,57,10,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It doubles a battle\'s prize money if the holding Pokémon joins in.'), 
    4437 (297,320,0,'Pure Incense',9600,58,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It helps keep wild Pokémon away if the holder is the first one in the party.'), 
    4438 (298,321,0,'Protector',2100,141,0,0,0,80,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A protective item of some sort. It is extremely stiff and heavy. It is loved by a certain Pokémon.'), 
    4439 (299,322,0,'Electirizer',2100,142,0,0,0,80,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A box packed with a tremendous amount of electric energy. It is loved by a certain Pokémon.'), 
    4440 (300,323,0,'Magmarizer',2100,143,0,0,0,80,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A box packed with a tremendous amount of magma energy. It is loved by a certain Pokémon.'), 
    4441 (301,324,0,'Dubious Disc',2100,144,0,0,0,50,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A transparent device overflowing with dubious data. Its producer is unknown.'), 
    4442 (302,325,0,'Reaper Cloth',2100,145,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A cloth imbued with horrifyingly strong spiritual energy. It is loved by a certain Pokémon.'), 
    4443 (303,326,0,'Razor Claw',2100,66,0,0,0,80,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a sharply hooked claw that ups the holder\'s critical-hit ratio.'), 
    4444 (304,327,0,'Razor Fang',2100,55,10,0,26,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It may cause the foe to flinch when the holder inflicts damage.'), 
    4445 (305,328,0,'TM01',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user focuses its mind before launching this attack. It will fail if the user is hit before it is used.'), 
    4446 (306,329,0,'TM02',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sharp, huge claws hook and slash the foe quickly and with great power.'), 
    4447 (307,330,0,'TM03',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is hit with a pulsing blast of water. It may also confuse the target.'), 
    4448 (308,331,0,'TM04',1500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user quietly focuses its mind and calms its spirit to raise its Sp. Atk and Sp. Def stats.'), 
    4449 (309,332,0,'TM05',1000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is scared off, to be replaced by another Pokémon in its party. In the wild, the battle ends.'), 
    4450 (310,333,0,'TM06',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A move that leaves the foe badly poisoned. This poison damage worsens every turn.'), 
    4451 (311,334,0,'TM07',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Summons a hailstorm that lasts for five turns. The hailstorm damages all types except Ice.'), 
    4452 (312,335,0,'TM08',1500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user tenses its muscles to bulk up its body, boosting both its Attack and Defense stats.'), 
    4453 (313,336,0,'TM09',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user forcefully shoots seeds at the foe. Two to five seeds are shot in rapid succession.'), 
    4454 (314,337,0,'TM10',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A variable move that changes type and power depending on the hidden ability of the Pokémon using it.'), 
    4455 (315,338,0,'TM11',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user intensifies the sun for five turns, powering up Fire-type moves.'), 
    4456 (316,339,0,'TM12',1500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is taunted into a rage that allows it to use only attack moves for two to four turns.'), 
    4457 (317,340,0,'TM13',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is struck with an icy-cold beam of energy. It may also freeze the target solid.'), 
    4458 (318,341,0,'TM14',5500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A howling blizzard is summoned to strike the foe. It may also freeze the target solid.'), 
    4459 (319,342,0,'TM15',7500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is attacked with a powerful beam. The user must rest on the next turn to regain its energy.'), 
    4460 (320,343,0,'TM16',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A wondrous wall of light is put up to suppress damage from special attacks for five turns.'), 
    4461 (321,344,0,'TM17',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It enables the user to evade all attacks. Its chance of failing rises if it is used in succession.'), 
    4462 (322,345,0,'TM18',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user summons a heavy rain that falls for five turns, powering up Water-type moves.'), 
    4463 (323,346,0,'TM19',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A nutrient-draining attack. The user\'s HP is restored by half the damage taken by the target.'), 
    4464 (324,347,0,'TM20',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user creates a protective field that prevents status problems like poison, paralysis, burn, and sleep.'), 
    4465 (325,348,0,'TM21',1000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A full-power attack that grows more powerful the less the user likes its Trainer.'), 
    4466 (326,349,0,'TM22',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A two-turn attack. The user gathers light, then blasts a bundled beam on the second turn.'), 
    4467 (327,350,0,'TM23',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is slammed with a sturdy tail of steel. It may also lower the target\'s Defense stat if it hits.'), 
    4468 (328,351,0,'TM24',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A strong electric blast is loosed at the foe. It may also leave the foe paralyzed.'), 
    4469 (329,352,0,'TM25',5500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A wicked thunderbolt is dropped on the foe to inflict damage. It may also leave the target paralyzed.'), 
    4470 (330,353,0,'TM26',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user sets off an earthquake that hits all the Pokémon in the battle.'), 
    4471 (331,354,0,'TM27',1000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A full-power attack that grows more powerful the more the user likes its Trainer.'), 
    4472 (332,355,0,'TM28',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user burrows, then attacks on the second turn. It can also be used to exit dungeons.'), 
    4473 (333,356,0,'TM29',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is hit by a strong telekinetic force. It may also reduce the foe\'s Sp. Def stat.'), 
    4474 (334,357,0,'TM30',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user hurls a shadowy blob at the foe. It may also lower the foe\'s Sp. Def stat.'), 
    4475 (335,358,0,'TM31',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user attacks with tough fists, etc. It can also break any barrier such as Light Screen and Reflect.'), 
    4476 (336,359,0,'TM32',1000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user begins moving so quickly that it creates illusory copies to raise its evasiveness.'), 
    4477 (337,360,0,'TM33',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A wondrous wall of light is put up to suppress damage from physical attacks for five turns.'), 
    4478 (338,361,0,'TM34',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user strikes the foe with a quick jolt of electricity. This attack cannot be evaded.'), 
    4479 (339,362,0,'TM35',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is scorched with an intense blast of fire. The target may also be left with a burn.'), 
    4480 (340,363,0,'TM36',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unsanitary sludge is hurled at the foe. It may also poison the target.'), 
    4481 (341,364,0,'TM37',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A five-turn sandstorm is summoned to hurt all combatants except the Rock, Ground, and Steel types.'), 
    4482 (342,365,0,'TM38',5500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is attacked with an intense blast of all-consuming fire. It may also leave the target with a burn.'), 
    4483 (343,366,0,'TM39',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Large boulders are hurled at the foe to inflict damage. It may also make the target flinch.'), 
    4484 (344,367,0,'TM40',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user confounds the foe with speed, then strikes. The attack lands without fail.'), 
    4485 (345,368,0,'TM41',1500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user torments and enrages the foe, making it incapable of using the same move twice in a row.'), 
    4486 (346,369,0,'TM42',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An attack move that doubles its power if the user is poisoned, paralyzed, or has a burn.'), 
    4487 (347,370,0,'TM43',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An attack move with effects that vary depending on the user\'s environment.'), 
    4488 (348,371,0,'TM44',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user goes to sleep for two turns. It fully restores the user\'s HP and heals any status problem.'), 
    4489 (349,372,0,'TM45',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'If it is the opposite gender of the user, the foe becomes infatuated and less likely to attack.'), 
    4490 (350,373,0,'TM46',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user attacks and steals the foe\'s held item simultaneously. It can\'t steal if the user holds an item.'), 
    4491 (351,374,0,'TM47',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The foe is hit with wings of steel. It may also raise the user\'s Defense stat.'), 
    4492 (352,375,0,'TM48',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user employs its psychic power to exchange abilities with the foe. '), 
    4493 (353,376,0,'TM49',1500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user steals the effects of any healing or status-changing move the foe attempts to use.'), 
    4494 (354,377,0,'TM50',5500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user attacks the foe at full power using fiery energy. It also sharply reduces the user\'s Sp. Atk.'), 
    4495 (355,378,0,'TM51',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user lands and rests its body. It restores the user\'s HP by up to half of its top HP.'), 
    4496 (356,379,0,'TM52',5500,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user attacks at full power. It may also lower the foe\'s Sp. Def stat if it hits.'), 
    4497 (357,380,0,'TM53',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The user draws power from nature and fires it at the foe. It may also lower the target\'s Sp. Def.'), 
    4498 (358,381,0,'TM54',2000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A restrained attack that prevents the foe from fainting. The target is left with at least 1 HP.'), 
    4499 (359,382,0,'TM55',3000,0,0,0,0,0,0,'159',1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0