From 5c74447cdf7031d2fb0f038b872fef095da52a19 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Tue, 25 Mar 2025 17:26:29 +0100 Subject: [PATCH] No code changes made. --- pokedex.sql => pokedex1.sql | 2038 +++++++++++++++++------------------ 1 file changed, 1019 insertions(+), 1019 deletions(-) rename pokedex.sql => pokedex1.sql (71%) diff --git a/pokedex.sql b/pokedex1.sql similarity index 71% rename from pokedex.sql rename to pokedex1.sql index bfe0e59..2772ad7 100644 --- a/pokedex.sql +++ b/pokedex1.sql @@ -2,10 +2,10 @@ -- version 5.2.1 -- https://www.phpmyadmin.net/ -- --- Host: 127.0.0.1 --- Generation Time: Mar 21, 2025 at 10:16 AM --- Server version: 10.4.32-MariaDB --- PHP Version: 8.2.12 +-- Host: localhost:3306 +-- Generation Time: Mar 25, 2025 at 05:26 PM +-- Server version: 10.3.39-MariaDB +-- PHP Version: 8.3.15 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; @@ -18,7 +18,7 @@ SET time_zone = "+00:00"; /*!40101 SET NAMES utf8mb4 */; -- --- Database: `pokedex` +-- Database: `pokedex1` -- -- -------------------------------------------------------- @@ -3754,1026 +3754,1026 @@ CREATE TABLE `pokemon` ( `weight` int(11) DEFAULT NULL, `base_experience` int(11) DEFAULT NULL, `species_url` varchar(255) DEFAULT NULL, - `image_url` varchar(255) DEFAULT NULL + `image_url` varchar(255) DEFAULT NULL, + `image_url_low` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `pokemon` -- -INSERT INTO `pokemon` (`id`, `name`, `height`, `weight`, `base_experience`, `species_url`, `image_url`) VALUES -(1, 'bulbasaur', 7, 69, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1.png'), -(2, 'ivysaur', 10, 130, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/2.png'), -(3, 'venusaur', 20, 1000, 263, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/3.png'), -(4, 'charmander', 6, 85, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/4.png'), -(5, 'charmeleon', 11, 190, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/5.png'), -(6, 'charizard', 17, 905, 267, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/6.png'), -(7, 'squirtle', 5, 90, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/7.png'), -(8, 'wartortle', 10, 225, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/8.png'), -(9, 'blastoise', 16, 855, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/9.png'), -(10, 'caterpie', 3, 29, 39, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/10.png'), -(11, 'metapod', 7, 99, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/11.png'), -(12, 'butterfree', 11, 320, 198, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/12.png'), -(13, 'weedle', 3, 32, 39, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/13.png'), -(14, 'kakuna', 6, 100, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/14.png'), -(15, 'beedrill', 10, 295, 178, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/15.png'), -(16, 'pidgey', 3, 18, 50, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/16.png'), -(17, 'pidgeotto', 11, 300, 122, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/17.png'), -(18, 'pidgeot', 15, 395, 216, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/18.png'), -(19, 'rattata', 3, 35, 51, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/19.png'), -(20, 'raticate', 7, 185, 145, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/20.png'), -(21, 'spearow', 3, 20, 52, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/21.png'), -(22, 'fearow', 12, 380, 155, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/22.png'), -(23, 'ekans', 20, 69, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/23.png'), -(24, 'arbok', 35, 650, 157, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/24.png'), -(25, 'pikachu', 4, 60, 112, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/25.png'), -(26, 'raichu', 8, 300, 243, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/26.png'), -(27, 'sandshrew', 6, 120, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/27.png'), -(28, 'sandslash', 10, 295, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/28.png'), -(29, 'nidoran-f', 4, 70, 55, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/29.png'), -(30, 'nidorina', 8, 200, 128, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/30.png'), -(31, 'nidoqueen', 13, 600, 253, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/31.png'), -(32, 'nidoran-m', 5, 90, 55, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/32.png'), -(33, 'nidorino', 9, 195, 128, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/33.png'), -(34, 'nidoking', 14, 620, 253, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/34.png'), -(35, 'clefairy', 6, 75, 113, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/35.png'), -(36, 'clefable', 13, 400, 242, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/36.png'), -(37, 'vulpix', 6, 99, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/37.png'), -(38, 'ninetales', 11, 199, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/38.png'), -(39, 'jigglypuff', 5, 55, 95, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/39.png'), -(40, 'wigglytuff', 10, 120, 218, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/40.png'), -(41, 'zubat', 8, 75, 49, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/41.png'), -(42, 'golbat', 16, 550, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/42.png'), -(43, 'oddish', 5, 54, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/43.png'), -(44, 'gloom', 8, 86, 138, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/44.png'), -(45, 'vileplume', 12, 186, 245, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/45.png'), -(46, 'paras', 3, 54, 57, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/46.png'), -(47, 'parasect', 10, 295, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/47.png'), -(48, 'venonat', 10, 300, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/48.png'), -(49, 'venomoth', 15, 125, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/49.png'), -(50, 'diglett', 2, 8, 53, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/50.png'), -(51, 'dugtrio', 7, 333, 149, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/51.png'), -(52, 'meowth', 4, 42, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/52.png'), -(53, 'persian', 10, 320, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/53.png'), -(54, 'psyduck', 8, 196, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/54.png'), -(55, 'golduck', 17, 766, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/55.png'), -(56, 'mankey', 5, 280, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/56.png'), -(57, 'primeape', 10, 320, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/57.png'), -(58, 'growlithe', 7, 190, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/58.png'), -(59, 'arcanine', 19, 1550, 194, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/59.png'), -(60, 'poliwag', 6, 124, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/60.png'), -(61, 'poliwhirl', 10, 200, 135, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/61.png'), -(62, 'poliwrath', 13, 540, 255, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/62.png'), -(63, 'abra', 9, 195, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/63.png'), -(64, 'kadabra', 13, 565, 140, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/64.png'), -(65, 'alakazam', 15, 480, 250, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/65.png'), -(66, 'machop', 8, 195, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/66.png'), -(67, 'machoke', 15, 705, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/67.png'), -(68, 'machamp', 16, 1300, 253, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/68.png'), -(69, 'bellsprout', 7, 40, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/69.png'), -(70, 'weepinbell', 10, 64, 137, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/70.png'), -(71, 'victreebel', 17, 155, 221, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/71.png'), -(72, 'tentacool', 9, 455, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/72.png'), -(73, 'tentacruel', 16, 550, 180, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/73.png'), -(74, 'geodude', 4, 200, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/74.png'), -(75, 'graveler', 10, 1050, 137, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/75.png'), -(76, 'golem', 14, 3000, 223, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/76.png'), -(77, 'ponyta', 10, 300, 82, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/77.png'), -(78, 'rapidash', 17, 950, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/78.png'), -(79, 'slowpoke', 12, 360, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/79.png'), -(80, 'slowbro', 16, 785, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/80.png'), -(81, 'magnemite', 3, 60, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/81.png'), -(82, 'magneton', 10, 600, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/82.png'), -(83, 'farfetchd', 8, 150, 132, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/83.png'), -(84, 'doduo', 14, 392, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/84.png'), -(85, 'dodrio', 18, 852, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/85.png'), -(86, 'seel', 11, 900, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/86.png'), -(87, 'dewgong', 17, 1200, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/87.png'), -(88, 'grimer', 9, 300, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/88.png'), -(89, 'muk', 12, 300, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/89.png'), -(90, 'shellder', 3, 40, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/90.png'), -(91, 'cloyster', 15, 1325, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/91.png'), -(92, 'gastly', 13, 1, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/92.png'), -(93, 'haunter', 16, 1, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/93.png'), -(94, 'gengar', 15, 405, 250, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/94.png'), -(95, 'onix', 88, 2100, 77, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/95.png'), -(96, 'drowzee', 10, 324, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/96.png'), -(97, 'hypno', 16, 756, 169, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/97.png'), -(98, 'krabby', 4, 65, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/98.png'), -(99, 'kingler', 13, 600, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/99.png'), -(100, 'voltorb', 5, 104, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/100.png'), -(101, 'electrode', 12, 666, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/101.png'), -(102, 'exeggcute', 4, 25, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/102.png'), -(103, 'exeggutor', 20, 1200, 186, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/103.png'), -(104, 'cubone', 4, 65, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/104.png'), -(105, 'marowak', 10, 450, 149, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/105.png'), -(106, 'hitmonlee', 15, 498, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/106.png'), -(107, 'hitmonchan', 14, 502, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/107.png'), -(108, 'lickitung', 12, 655, 77, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/108.png'), -(109, 'koffing', 6, 10, 68, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/109.png'), -(110, 'weezing', 12, 95, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/110.png'), -(111, 'rhyhorn', 10, 1150, 69, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/111.png'), -(112, 'rhydon', 19, 1200, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/112.png'), -(113, 'chansey', 11, 346, 395, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/113.png'), -(114, 'tangela', 10, 350, 87, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/114.png'), -(115, 'kangaskhan', 22, 800, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/115.png'), -(116, 'horsea', 4, 80, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/116.png'), -(117, 'seadra', 12, 250, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/117.png'), -(118, 'goldeen', 6, 150, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/118.png'), -(119, 'seaking', 13, 390, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/119.png'), -(120, 'staryu', 8, 345, 68, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/120.png'), -(121, 'starmie', 11, 800, 182, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/121.png'), -(122, 'mr-mime', 13, 545, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/122.png'), -(123, 'scyther', 15, 560, 100, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/123.png'), -(124, 'jynx', 14, 406, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/124.png'), -(125, 'electabuzz', 11, 300, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/125.png'), -(126, 'magmar', 13, 445, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/126.png'), -(127, 'pinsir', 15, 550, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/127.png'), -(128, 'tauros', 14, 884, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/128.png'), -(129, 'magikarp', 9, 100, 40, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/129.png'), -(130, 'gyarados', 65, 2350, 189, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/130.png'), -(131, 'lapras', 25, 2200, 187, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/131.png'), -(132, 'ditto', 3, 40, 101, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/132.png'), -(133, 'eevee', 3, 65, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/133.png'), -(134, 'vaporeon', 10, 290, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/134.png'), -(135, 'jolteon', 8, 245, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/135.png'), -(136, 'flareon', 9, 250, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/136.png'), -(137, 'porygon', 8, 365, 79, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/137.png'), -(138, 'omanyte', 4, 75, 71, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/138.png'), -(139, 'omastar', 10, 350, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/139.png'), -(140, 'kabuto', 5, 115, 71, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/140.png'), -(141, 'kabutops', 13, 405, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/141.png'), -(142, 'aerodactyl', 18, 590, 180, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/142.png'), -(143, 'snorlax', 21, 4600, 189, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/143.png'), -(144, 'articuno', 17, 554, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/144.png'), -(145, 'zapdos', 16, 526, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/145.png'), -(146, 'moltres', 20, 600, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/146.png'), -(147, 'dratini', 18, 33, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/147.png'), -(148, 'dragonair', 40, 165, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/148.png'), -(149, 'dragonite', 22, 2100, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/149.png'), -(150, 'mewtwo', 20, 1220, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/150.png'), -(151, 'mew', 4, 40, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/151.png'), -(152, 'chikorita', 9, 64, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/152.png'), -(153, 'bayleef', 12, 158, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/153.png'), -(154, 'meganium', 18, 1005, 236, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/154.png'), -(155, 'cyndaquil', 5, 79, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/155.png'), -(156, 'quilava', 9, 190, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/156.png'), -(157, 'typhlosion', 17, 795, 240, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/157.png'), -(158, 'totodile', 6, 95, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/158.png'), -(159, 'croconaw', 11, 250, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/159.png'), -(160, 'feraligatr', 23, 888, 239, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/160.png'), -(161, 'sentret', 8, 60, 43, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/161.png'), -(162, 'furret', 18, 325, 145, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/162.png'), -(163, 'hoothoot', 7, 212, 52, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/163.png'), -(164, 'noctowl', 16, 408, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/164.png'), -(165, 'ledyba', 10, 108, 53, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/165.png'), -(166, 'ledian', 14, 356, 137, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/166.png'), -(167, 'spinarak', 5, 85, 50, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/167.png'), -(168, 'ariados', 11, 335, 140, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/168.png'), -(169, 'crobat', 18, 750, 268, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/169.png'), -(170, 'chinchou', 5, 120, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/170.png'), -(171, 'lanturn', 12, 225, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/171.png'), -(172, 'pichu', 3, 20, 41, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/172.png'), -(173, 'cleffa', 3, 30, 44, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/173.png'), -(174, 'igglybuff', 3, 10, 42, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/174.png'), -(175, 'togepi', 3, 15, 49, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/175.png'), -(176, 'togetic', 6, 32, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/176.png'), -(177, 'natu', 2, 20, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/177.png'), -(178, 'xatu', 15, 150, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/178.png'), -(179, 'mareep', 6, 78, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/179.png'), -(180, 'flaaffy', 8, 133, 128, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/180.png'), -(181, 'ampharos', 14, 615, 230, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/181.png'), -(182, 'bellossom', 4, 58, 245, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/182.png'), -(183, 'marill', 4, 85, 88, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/183.png'), -(184, 'azumarill', 8, 285, 210, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/184.png'), -(185, 'sudowoodo', 12, 380, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/185.png'), -(186, 'politoed', 11, 339, 250, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/186.png'), -(187, 'hoppip', 4, 5, 50, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/187.png'), -(188, 'skiploom', 6, 10, 119, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/188.png'), -(189, 'jumpluff', 8, 30, 207, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/189.png'), -(190, 'aipom', 8, 115, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/190.png'), -(191, 'sunkern', 3, 18, 36, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/191.png'), -(192, 'sunflora', 8, 85, 149, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/192.png'), -(193, 'yanma', 12, 380, 78, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/193.png'), -(194, 'wooper', 4, 85, 42, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/194.png'), -(195, 'quagsire', 14, 750, 151, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/195.png'), -(196, 'espeon', 9, 265, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/196.png'), -(197, 'umbreon', 10, 270, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/197.png'), -(198, 'murkrow', 5, 21, 81, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/198.png'), -(199, 'slowking', 20, 795, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/199.png'), -(200, 'misdreavus', 7, 10, 87, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/200.png'), -(201, 'unown', 5, 50, 118, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/201.png'), -(202, 'wobbuffet', 13, 285, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/202.png'), -(203, 'girafarig', 15, 415, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/203.png'), -(204, 'pineco', 6, 72, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/204.png'), -(205, 'forretress', 12, 1258, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/205.png'), -(206, 'dunsparce', 15, 140, 145, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/206.png'), -(207, 'gligar', 11, 648, 86, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/207.png'), -(208, 'steelix', 92, 4000, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/208.png'), -(209, 'snubbull', 6, 78, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/209.png'), -(210, 'granbull', 14, 487, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/210.png'), -(211, 'qwilfish', 5, 39, 88, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/211.png'), -(212, 'scizor', 18, 1180, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/212.png'), -(213, 'shuckle', 6, 205, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/213.png'), -(214, 'heracross', 15, 540, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/214.png'), -(215, 'sneasel', 9, 280, 86, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/215.png'), -(216, 'teddiursa', 6, 88, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/216.png'), -(217, 'ursaring', 18, 1258, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/217.png'), -(218, 'slugma', 7, 350, 50, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/218.png'), -(219, 'magcargo', 8, 550, 151, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/219.png'), -(220, 'swinub', 4, 65, 50, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/220.png'), -(221, 'piloswine', 11, 558, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/221.png'), -(222, 'corsola', 6, 50, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/222.png'), -(223, 'remoraid', 6, 120, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/223.png'), -(224, 'octillery', 9, 285, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/224.png'), -(225, 'delibird', 9, 160, 116, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/225.png'), -(226, 'mantine', 21, 2200, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/226.png'), -(227, 'skarmory', 17, 505, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/227.png'), -(228, 'houndour', 6, 108, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/228.png'), -(229, 'houndoom', 14, 350, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/229.png'), -(230, 'kingdra', 18, 1520, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/230.png'), -(231, 'phanpy', 5, 335, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/231.png'), -(232, 'donphan', 11, 1200, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/232.png'), -(233, 'porygon2', 6, 325, 180, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/233.png'), -(234, 'stantler', 14, 712, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/234.png'), -(235, 'smeargle', 12, 580, 88, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/235.png'), -(236, 'tyrogue', 7, 210, 42, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/236.png'), -(237, 'hitmontop', 14, 480, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/237.png'), -(238, 'smoochum', 4, 60, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/238.png'), -(239, 'elekid', 6, 235, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/239.png'), -(240, 'magby', 7, 214, 73, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/240.png'), -(241, 'miltank', 12, 755, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/241.png'), -(242, 'blissey', 15, 468, 635, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/242.png'), -(243, 'raikou', 19, 1780, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/243.png'), -(244, 'entei', 21, 1980, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/244.png'), -(245, 'suicune', 20, 1870, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/245.png'), -(246, 'larvitar', 6, 720, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/246.png'), -(247, 'pupitar', 12, 1520, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/247.png'), -(248, 'tyranitar', 20, 2020, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/248.png'), -(249, 'lugia', 52, 2160, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/249.png'), -(250, 'ho-oh', 38, 1990, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/250.png'), -(251, 'celebi', 6, 50, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/251.png'), -(252, 'treecko', 5, 50, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/252.png'), -(253, 'grovyle', 9, 216, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/253.png'), -(254, 'sceptile', 17, 522, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/254.png'), -(255, 'torchic', 4, 25, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/255.png'), -(256, 'combusken', 9, 195, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/256.png'), -(257, 'blaziken', 19, 520, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/257.png'), -(258, 'mudkip', 4, 76, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/258.png'), -(259, 'marshtomp', 7, 280, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/259.png'), -(260, 'swampert', 15, 819, 268, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/260.png'), -(261, 'poochyena', 5, 136, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/261.png'), -(262, 'mightyena', 10, 370, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/262.png'), -(263, 'zigzagoon', 4, 175, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/263.png'), -(264, 'linoone', 5, 325, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/264.png'), -(265, 'wurmple', 3, 36, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/265.png'), -(266, 'silcoon', 6, 100, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/266.png'), -(267, 'beautifly', 10, 284, 178, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/267.png'), -(268, 'cascoon', 7, 115, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/268.png'), -(269, 'dustox', 12, 316, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/269.png'), -(270, 'lotad', 5, 26, 44, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/270.png'), -(271, 'lombre', 12, 325, 119, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/271.png'), -(272, 'ludicolo', 15, 550, 240, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/272.png'), -(273, 'seedot', 5, 40, 44, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/273.png'), -(274, 'nuzleaf', 10, 280, 119, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/274.png'), -(275, 'shiftry', 13, 596, 240, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/275.png'), -(276, 'taillow', 3, 23, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/276.png'), -(277, 'swellow', 7, 198, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/277.png'), -(278, 'wingull', 6, 95, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/278.png'), -(279, 'pelipper', 12, 280, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/279.png'), -(280, 'ralts', 4, 66, 40, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/280.png'), -(281, 'kirlia', 8, 202, 97, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/281.png'), -(282, 'gardevoir', 16, 484, 259, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/282.png'), -(283, 'surskit', 5, 17, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/283.png'), -(284, 'masquerain', 8, 36, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/284.png'), -(285, 'shroomish', 4, 45, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/285.png'), -(286, 'breloom', 12, 392, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/286.png'), -(287, 'slakoth', 8, 240, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/287.png'), -(288, 'vigoroth', 14, 465, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/288.png'), -(289, 'slaking', 20, 1305, 252, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/289.png'), -(290, 'nincada', 5, 55, 53, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/290.png'), -(291, 'ninjask', 8, 120, 160, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/291.png'), -(292, 'shedinja', 8, 12, 83, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/292.png'), -(293, 'whismur', 6, 163, 48, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/293.png'), -(294, 'loudred', 10, 405, 126, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/294.png'), -(295, 'exploud', 15, 840, 245, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/295.png'), -(296, 'makuhita', 10, 864, 47, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/296.png'), -(297, 'hariyama', 23, 2538, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/297.png'), -(298, 'azurill', 2, 20, 38, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/298.png'), -(299, 'nosepass', 10, 970, 75, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/299.png'), -(300, 'skitty', 6, 110, 52, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/300.png'), -(301, 'delcatty', 11, 326, 140, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/301.png'), -(302, 'sableye', 5, 110, 133, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/302.png'), -(303, 'mawile', 6, 115, 133, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/303.png'), -(304, 'aron', 4, 600, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/304.png'), -(305, 'lairon', 9, 1200, 151, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/305.png'), -(306, 'aggron', 21, 3600, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/306.png'), -(307, 'meditite', 6, 112, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/307.png'), -(308, 'medicham', 13, 315, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/308.png'), -(309, 'electrike', 6, 152, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/309.png'), -(310, 'manectric', 15, 402, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/310.png'), -(311, 'plusle', 4, 42, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/311.png'), -(312, 'minun', 4, 42, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/312.png'), -(313, 'volbeat', 7, 177, 151, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/313.png'), -(314, 'illumise', 6, 177, 151, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/314.png'), -(315, 'roselia', 3, 20, 140, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/315.png'), -(316, 'gulpin', 4, 103, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/316.png'), -(317, 'swalot', 17, 800, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/317.png'), -(318, 'carvanha', 8, 208, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/318.png'), -(319, 'sharpedo', 18, 888, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/319.png'), -(320, 'wailmer', 20, 1300, 80, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/320.png'), -(321, 'wailord', 145, 3980, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/321.png'), -(322, 'numel', 7, 240, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/322.png'), -(323, 'camerupt', 19, 2200, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/323.png'), -(324, 'torkoal', 5, 804, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/324.png'), -(325, 'spoink', 7, 306, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/325.png'), -(326, 'grumpig', 9, 715, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/326.png'), -(327, 'spinda', 11, 50, 126, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/327.png'), -(328, 'trapinch', 7, 150, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/328.png'), -(329, 'vibrava', 11, 153, 119, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/329.png'), -(330, 'flygon', 20, 820, 260, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/330.png'), -(331, 'cacnea', 4, 513, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/331.png'), -(332, 'cacturne', 13, 774, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/332.png'), -(333, 'swablu', 4, 12, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/333.png'), -(334, 'altaria', 11, 206, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/334.png'), -(335, 'zangoose', 13, 403, 160, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/335.png'), -(336, 'seviper', 27, 525, 160, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/336.png'), -(337, 'lunatone', 10, 1680, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/337.png'), -(338, 'solrock', 12, 1540, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/338.png'), -(339, 'barboach', 4, 19, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/339.png'), -(340, 'whiscash', 9, 236, 164, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/340.png'), -(341, 'corphish', 6, 115, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/341.png'), -(342, 'crawdaunt', 11, 328, 164, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/342.png'), -(343, 'baltoy', 5, 215, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/343.png'), -(344, 'claydol', 15, 1080, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/344.png'), -(345, 'lileep', 10, 238, 71, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/345.png'), -(346, 'cradily', 15, 604, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/346.png'), -(347, 'anorith', 7, 125, 71, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/347.png'), -(348, 'armaldo', 15, 682, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/348.png'), -(349, 'feebas', 6, 74, 40, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/349.png'), -(350, 'milotic', 62, 1620, 189, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/350.png'), -(351, 'castform', 3, 8, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/351.png'), -(352, 'kecleon', 10, 220, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/352.png'); -INSERT INTO `pokemon` (`id`, `name`, `height`, `weight`, `base_experience`, `species_url`, `image_url`) VALUES -(353, 'shuppet', 6, 23, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/353.png'), -(354, 'banette', 11, 125, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/354.png'), -(355, 'duskull', 8, 150, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/355.png'), -(356, 'dusclops', 16, 306, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/356.png'), -(357, 'tropius', 20, 1000, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/357.png'), -(358, 'chimecho', 6, 10, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/358.png'), -(359, 'absol', 12, 470, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/359.png'), -(360, 'wynaut', 6, 140, 52, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/360.png'), -(361, 'snorunt', 7, 168, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/361.png'), -(362, 'glalie', 15, 2565, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/362.png'), -(363, 'spheal', 8, 395, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/363.png'), -(364, 'sealeo', 11, 876, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/364.png'), -(365, 'walrein', 14, 1506, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/365.png'), -(366, 'clamperl', 4, 525, 69, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/366.png'), -(367, 'huntail', 17, 270, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/367.png'), -(368, 'gorebyss', 18, 226, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/368.png'), -(369, 'relicanth', 10, 234, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/369.png'), -(370, 'luvdisc', 6, 87, 116, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/370.png'), -(371, 'bagon', 6, 421, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/371.png'), -(372, 'shelgon', 11, 1105, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/372.png'), -(373, 'salamence', 15, 1026, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/373.png'), -(374, 'beldum', 6, 952, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/374.png'), -(375, 'metang', 12, 2025, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/375.png'), -(376, 'metagross', 16, 5500, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/376.png'), -(377, 'regirock', 17, 2300, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/377.png'), -(378, 'regice', 18, 1750, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/378.png'), -(379, 'registeel', 19, 2050, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/379.png'), -(380, 'latias', 14, 400, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/380.png'), -(381, 'latios', 20, 600, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/381.png'), -(382, 'kyogre', 45, 3520, 335, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/382.png'), -(383, 'groudon', 35, 9500, 335, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/383.png'), -(384, 'rayquaza', 70, 2065, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/384.png'), -(385, 'jirachi', 3, 11, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/385.png'), -(386, 'deoxys-normal', 17, 608, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/386.png'), -(387, 'turtwig', 4, 102, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/387.png'), -(388, 'grotle', 11, 970, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/388.png'), -(389, 'torterra', 22, 3100, 236, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/389.png'), -(390, 'chimchar', 5, 62, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/390.png'), -(391, 'monferno', 9, 220, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/391.png'), -(392, 'infernape', 12, 550, 240, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/392.png'), -(393, 'piplup', 4, 52, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/393.png'), -(394, 'prinplup', 8, 230, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/394.png'), -(395, 'empoleon', 17, 845, 239, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/395.png'), -(396, 'starly', 3, 20, 49, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/396.png'), -(397, 'staravia', 6, 155, 119, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/397.png'), -(398, 'staraptor', 12, 249, 218, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/398.png'), -(399, 'bidoof', 5, 200, 50, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/399.png'), -(400, 'bibarel', 10, 315, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/400.png'), -(401, 'kricketot', 3, 22, 39, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/401.png'), -(402, 'kricketune', 10, 255, 134, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/402.png'), -(403, 'shinx', 5, 95, 53, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/403.png'), -(404, 'luxio', 9, 305, 127, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/404.png'), -(405, 'luxray', 14, 420, 262, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/405.png'), -(406, 'budew', 2, 12, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/406.png'), -(407, 'roserade', 9, 145, 258, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/407.png'), -(408, 'cranidos', 9, 315, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/408.png'), -(409, 'rampardos', 16, 1025, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/409.png'), -(410, 'shieldon', 5, 570, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/410.png'), -(411, 'bastiodon', 13, 1495, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/411.png'), -(412, 'burmy', 2, 34, 45, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/412.png'), -(413, 'wormadam-plant', 5, 65, 148, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/413.png'), -(414, 'mothim', 9, 233, 148, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/414.png'), -(415, 'combee', 3, 55, 49, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/415.png'), -(416, 'vespiquen', 12, 385, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/416.png'), -(417, 'pachirisu', 4, 39, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/417.png'), -(418, 'buizel', 7, 295, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/418.png'), -(419, 'floatzel', 11, 335, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/419.png'), -(420, 'cherubi', 4, 33, 55, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/420.png'), -(421, 'cherrim', 5, 93, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/421.png'), -(422, 'shellos', 3, 63, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/422.png'), -(423, 'gastrodon', 9, 299, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/423.png'), -(424, 'ambipom', 12, 203, 169, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/424.png'), -(425, 'drifloon', 4, 12, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/425.png'), -(426, 'drifblim', 12, 150, 174, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/426.png'), -(427, 'buneary', 4, 55, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/427.png'), -(428, 'lopunny', 12, 333, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/428.png'), -(429, 'mismagius', 9, 44, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/429.png'), -(430, 'honchkrow', 9, 273, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/430.png'), -(431, 'glameow', 5, 39, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/431.png'), -(432, 'purugly', 10, 438, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/432.png'), -(433, 'chingling', 2, 6, 57, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/433.png'), -(434, 'stunky', 4, 192, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/434.png'), -(435, 'skuntank', 10, 380, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/435.png'), -(436, 'bronzor', 5, 605, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/436.png'), -(437, 'bronzong', 13, 1870, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/437.png'), -(438, 'bonsly', 5, 150, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/438.png'), -(439, 'mime-jr', 6, 130, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/439.png'), -(440, 'happiny', 6, 244, 110, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/440.png'), -(441, 'chatot', 5, 19, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/441.png'), -(442, 'spiritomb', 10, 1080, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/442.png'), -(443, 'gible', 7, 205, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/443.png'), -(444, 'gabite', 14, 560, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/444.png'), -(445, 'garchomp', 19, 950, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/445.png'), -(446, 'munchlax', 6, 1050, 78, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/446.png'), -(447, 'riolu', 7, 202, 57, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/447.png'), -(448, 'lucario', 12, 540, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/448.png'), -(449, 'hippopotas', 8, 495, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/449.png'), -(450, 'hippowdon', 20, 3000, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/450.png'), -(451, 'skorupi', 8, 120, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/451.png'), -(452, 'drapion', 13, 615, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/452.png'), -(453, 'croagunk', 7, 230, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/453.png'), -(454, 'toxicroak', 13, 444, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/454.png'), -(455, 'carnivine', 14, 270, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/455.png'), -(456, 'finneon', 4, 70, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/456.png'), -(457, 'lumineon', 12, 240, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/457.png'), -(458, 'mantyke', 10, 650, 69, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/458.png'), -(459, 'snover', 10, 505, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/459.png'), -(460, 'abomasnow', 22, 1355, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/460.png'), -(461, 'weavile', 11, 340, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/461.png'), -(462, 'magnezone', 12, 1800, 268, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/462.png'), -(463, 'lickilicky', 17, 1400, 180, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/463.png'), -(464, 'rhyperior', 24, 2828, 268, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/464.png'), -(465, 'tangrowth', 20, 1286, 187, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/465.png'), -(466, 'electivire', 18, 1386, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/466.png'), -(467, 'magmortar', 16, 680, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/467.png'), -(468, 'togekiss', 15, 380, 273, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/468.png'), -(469, 'yanmega', 19, 515, 180, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/469.png'), -(470, 'leafeon', 10, 255, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/470.png'), -(471, 'glaceon', 8, 259, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/471.png'), -(472, 'gliscor', 20, 425, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/472.png'), -(473, 'mamoswine', 25, 2910, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/473.png'), -(474, 'porygon-z', 9, 340, 268, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/474.png'), -(475, 'gallade', 16, 520, 259, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/475.png'), -(476, 'probopass', 14, 3400, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/476.png'), -(477, 'dusknoir', 22, 1066, 263, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/477.png'), -(478, 'froslass', 13, 266, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/478.png'), -(479, 'rotom', 3, 3, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/479.png'), -(480, 'uxie', 3, 3, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/480.png'), -(481, 'mesprit', 3, 3, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/481.png'), -(482, 'azelf', 3, 3, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/482.png'), -(483, 'dialga', 54, 6830, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/483.png'), -(484, 'palkia', 42, 3360, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/484.png'), -(485, 'heatran', 17, 4300, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/485.png'), -(486, 'regigigas', 37, 4200, 335, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/486.png'), -(487, 'giratina-altered', 45, 7500, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/487.png'), -(488, 'cresselia', 15, 856, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/488.png'), -(489, 'phione', 4, 31, 216, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/489.png'), -(490, 'manaphy', 3, 14, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/490.png'), -(491, 'darkrai', 15, 505, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/491.png'), -(492, 'shaymin-land', 2, 21, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/492.png'), -(493, 'arceus', 32, 3200, 324, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/493.png'), -(494, 'victini', 4, 40, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/494.png'), -(495, 'snivy', 6, 81, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/495.png'), -(496, 'servine', 8, 160, 145, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/496.png'), -(497, 'serperior', 33, 630, 238, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/497.png'), -(498, 'tepig', 5, 99, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/498.png'), -(499, 'pignite', 10, 555, 146, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/499.png'), -(500, 'emboar', 16, 1500, 238, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/500.png'), -(501, 'oshawott', 5, 59, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/501.png'), -(502, 'dewott', 8, 245, 145, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/502.png'), -(503, 'samurott', 15, 946, 238, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/503.png'), -(504, 'patrat', 5, 116, 51, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/504.png'), -(505, 'watchog', 11, 270, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/505.png'), -(506, 'lillipup', 4, 41, 55, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/506.png'), -(507, 'herdier', 9, 147, 130, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/507.png'), -(508, 'stoutland', 12, 610, 250, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/508.png'), -(509, 'purrloin', 4, 101, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/509.png'), -(510, 'liepard', 11, 375, 156, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/510.png'), -(511, 'pansage', 6, 105, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/511.png'), -(512, 'simisage', 11, 305, 174, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/512.png'), -(513, 'pansear', 6, 110, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/513.png'), -(514, 'simisear', 10, 280, 174, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/514.png'), -(515, 'panpour', 6, 135, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/515.png'), -(516, 'simipour', 10, 290, 174, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/516.png'), -(517, 'munna', 6, 233, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/517.png'), -(518, 'musharna', 11, 605, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/518.png'), -(519, 'pidove', 3, 21, 53, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/519.png'), -(520, 'tranquill', 6, 150, 125, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/520.png'), -(521, 'unfezant', 12, 290, 244, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/521.png'), -(522, 'blitzle', 8, 298, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/522.png'), -(523, 'zebstrika', 16, 795, 174, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/523.png'), -(524, 'roggenrola', 4, 180, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/524.png'), -(525, 'boldore', 9, 1020, 137, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/525.png'), -(526, 'gigalith', 17, 2600, 258, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/526.png'), -(527, 'woobat', 4, 21, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/527.png'), -(528, 'swoobat', 9, 105, 149, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/528.png'), -(529, 'drilbur', 3, 85, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/529.png'), -(530, 'excadrill', 7, 404, 178, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/530.png'), -(531, 'audino', 11, 310, 390, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/531.png'), -(532, 'timburr', 6, 125, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/532.png'), -(533, 'gurdurr', 12, 400, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/533.png'), -(534, 'conkeldurr', 14, 870, 253, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/534.png'), -(535, 'tympole', 5, 45, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/535.png'), -(536, 'palpitoad', 8, 170, 134, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/536.png'), -(537, 'seismitoad', 15, 620, 255, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/537.png'), -(538, 'throh', 13, 555, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/538.png'), -(539, 'sawk', 14, 510, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/539.png'), -(540, 'sewaddle', 3, 25, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/540.png'), -(541, 'swadloon', 5, 73, 133, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/541.png'), -(542, 'leavanny', 12, 205, 225, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/542.png'), -(543, 'venipede', 4, 53, 52, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/543.png'), -(544, 'whirlipede', 12, 585, 126, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/544.png'), -(545, 'scolipede', 25, 2005, 243, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/545.png'), -(546, 'cottonee', 3, 6, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/546.png'), -(547, 'whimsicott', 7, 66, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/547.png'), -(548, 'petilil', 5, 66, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/548.png'), -(549, 'lilligant', 11, 163, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/549.png'), -(550, 'basculin-red-striped', 10, 180, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/550.png'), -(551, 'sandile', 7, 152, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/551.png'), -(552, 'krokorok', 10, 334, 123, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/552.png'), -(553, 'krookodile', 15, 963, 260, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/553.png'), -(554, 'darumaka', 6, 375, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/554.png'), -(555, 'darmanitan-standard', 13, 929, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/555.png'), -(556, 'maractus', 10, 280, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/556.png'), -(557, 'dwebble', 3, 145, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/557.png'), -(558, 'crustle', 14, 2000, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/558.png'), -(559, 'scraggy', 6, 118, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/559.png'), -(560, 'scrafty', 11, 300, 171, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/560.png'), -(561, 'sigilyph', 14, 140, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/561.png'), -(562, 'yamask', 5, 15, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/562.png'), -(563, 'cofagrigus', 17, 765, 169, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/563.png'), -(564, 'tirtouga', 7, 165, 71, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/564.png'), -(565, 'carracosta', 12, 810, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/565.png'), -(566, 'archen', 5, 95, 71, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/566.png'), -(567, 'archeops', 14, 320, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/567.png'), -(568, 'trubbish', 6, 310, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/568.png'), -(569, 'garbodor', 19, 1073, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/569.png'), -(570, 'zorua', 7, 125, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/570.png'), -(571, 'zoroark', 16, 811, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/571.png'), -(572, 'minccino', 4, 58, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/572.png'), -(573, 'cinccino', 5, 75, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/573.png'), -(574, 'gothita', 4, 58, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/574.png'), -(575, 'gothorita', 7, 180, 137, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/575.png'), -(576, 'gothitelle', 15, 440, 245, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/576.png'), -(577, 'solosis', 3, 10, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/577.png'), -(578, 'duosion', 6, 80, 130, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/578.png'), -(579, 'reuniclus', 10, 201, 245, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/579.png'), -(580, 'ducklett', 5, 55, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/580.png'), -(581, 'swanna', 13, 242, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/581.png'), -(582, 'vanillite', 4, 57, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/582.png'), -(583, 'vanillish', 11, 410, 138, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/583.png'), -(584, 'vanilluxe', 13, 575, 268, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/584.png'), -(585, 'deerling', 6, 195, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/585.png'), -(586, 'sawsbuck', 19, 925, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/586.png'), -(587, 'emolga', 4, 50, 150, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/587.png'), -(588, 'karrablast', 5, 59, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/588.png'), -(589, 'escavalier', 10, 330, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/589.png'), -(590, 'foongus', 2, 10, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/590.png'), -(591, 'amoonguss', 6, 105, 162, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/591.png'), -(592, 'frillish', 12, 330, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/592.png'), -(593, 'jellicent', 22, 1350, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/593.png'), -(594, 'alomomola', 12, 316, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/594.png'), -(595, 'joltik', 1, 6, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/595.png'), -(596, 'galvantula', 8, 143, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/596.png'), -(597, 'ferroseed', 6, 188, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/597.png'), -(598, 'ferrothorn', 10, 1100, 171, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/598.png'), -(599, 'klink', 3, 210, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/599.png'), -(600, 'klang', 6, 510, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/600.png'), -(601, 'klinklang', 6, 810, 260, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/601.png'), -(602, 'tynamo', 2, 3, 55, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/602.png'), -(603, 'eelektrik', 12, 220, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/603.png'), -(604, 'eelektross', 21, 805, 232, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/604.png'), -(605, 'elgyem', 5, 90, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/605.png'), -(606, 'beheeyem', 10, 345, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/606.png'), -(607, 'litwick', 3, 31, 55, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/607.png'), -(608, 'lampent', 6, 130, 130, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/608.png'), -(609, 'chandelure', 10, 343, 260, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/609.png'), -(610, 'axew', 6, 180, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/610.png'), -(611, 'fraxure', 10, 360, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/611.png'), -(612, 'haxorus', 18, 1055, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/612.png'), -(613, 'cubchoo', 5, 85, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/613.png'), -(614, 'beartic', 26, 2600, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/614.png'), -(615, 'cryogonal', 11, 1480, 180, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/615.png'), -(616, 'shelmet', 4, 77, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/616.png'), -(617, 'accelgor', 8, 253, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/617.png'), -(618, 'stunfisk', 7, 110, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/618.png'), -(619, 'mienfoo', 9, 200, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/619.png'), -(620, 'mienshao', 14, 355, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/620.png'), -(621, 'druddigon', 16, 1390, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/621.png'), -(622, 'golett', 10, 920, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/622.png'), -(623, 'golurk', 28, 3300, 169, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/623.png'), -(624, 'pawniard', 5, 102, 68, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/624.png'), -(625, 'bisharp', 16, 700, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/625.png'), -(626, 'bouffalant', 16, 946, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/626.png'), -(627, 'rufflet', 5, 105, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/627.png'), -(628, 'braviary', 15, 410, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/628.png'), -(629, 'vullaby', 5, 90, 74, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/629.png'), -(630, 'mandibuzz', 12, 395, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/630.png'), -(631, 'heatmor', 14, 580, 169, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/631.png'), -(632, 'durant', 3, 330, 169, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/632.png'), -(633, 'deino', 8, 173, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/633.png'), -(634, 'zweilous', 14, 500, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/634.png'), -(635, 'hydreigon', 18, 1600, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/635.png'), -(636, 'larvesta', 11, 288, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/636.png'), -(637, 'volcarona', 16, 460, 275, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/637.png'), -(638, 'cobalion', 21, 2500, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/638.png'), -(639, 'terrakion', 19, 2600, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/639.png'), -(640, 'virizion', 20, 2000, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/640.png'), -(641, 'tornadus-incarnate', 15, 630, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/641.png'), -(642, 'thundurus-incarnate', 15, 610, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/642.png'), -(643, 'reshiram', 32, 3300, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/643.png'), -(644, 'zekrom', 29, 3450, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/644.png'), -(645, 'landorus-incarnate', 15, 680, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/645.png'), -(646, 'kyurem', 30, 3250, 330, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/646.png'), -(647, 'keldeo-ordinary', 14, 485, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/647.png'), -(648, 'meloetta-aria', 6, 65, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/648.png'), -(649, 'genesect', 15, 825, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/649.png'), -(650, 'chespin', 4, 90, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/650.png'), -(651, 'quilladin', 7, 290, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/651.png'), -(652, 'chesnaught', 16, 900, 239, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/652.png'), -(653, 'fennekin', 4, 94, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/653.png'), -(654, 'braixen', 10, 145, 143, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/654.png'), -(655, 'delphox', 15, 390, 240, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/655.png'), -(656, 'froakie', 3, 70, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/656.png'), -(657, 'frogadier', 6, 109, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/657.png'), -(658, 'greninja', 15, 400, 239, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/658.png'), -(659, 'bunnelby', 4, 50, 47, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/659.png'), -(660, 'diggersby', 10, 424, 148, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/660.png'), -(661, 'fletchling', 3, 17, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/661.png'), -(662, 'fletchinder', 7, 160, 134, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/662.png'), -(663, 'talonflame', 12, 245, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/663.png'), -(664, 'scatterbug', 3, 25, 40, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/664.png'), -(665, 'spewpa', 3, 84, 75, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/665.png'), -(666, 'vivillon', 12, 170, 185, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/666.png'), -(667, 'litleo', 6, 135, 74, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/667.png'), -(668, 'pyroar', 15, 815, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/668.png'), -(669, 'flabebe', 1, 1, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/669.png'), -(670, 'floette', 2, 9, 130, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/670.png'), -(671, 'florges', 11, 100, 248, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/671.png'), -(672, 'skiddo', 9, 310, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/672.png'), -(673, 'gogoat', 17, 910, 186, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/673.png'), -(674, 'pancham', 6, 80, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/674.png'), -(675, 'pangoro', 21, 1360, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/675.png'), -(676, 'furfrou', 12, 280, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/676.png'), -(677, 'espurr', 3, 35, 71, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/677.png'), -(678, 'meowstic-male', 6, 85, 163, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/678.png'), -(679, 'honedge', 8, 20, 65, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/679.png'), -(680, 'doublade', 8, 45, 157, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/680.png'), -(681, 'aegislash-shield', 17, 530, 250, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/681.png'), -(682, 'spritzee', 2, 5, 68, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/682.png'), -(683, 'aromatisse', 8, 155, 162, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/683.png'), -(684, 'swirlix', 4, 35, 68, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/684.png'), -(685, 'slurpuff', 8, 50, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/685.png'), -(686, 'inkay', 4, 35, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/686.png'), -(687, 'malamar', 15, 470, 169, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/687.png'), -(688, 'binacle', 5, 310, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/688.png'), -(689, 'barbaracle', 13, 960, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/689.png'), -(690, 'skrelp', 5, 73, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/690.png'), -(691, 'dragalge', 18, 815, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/691.png'), -(692, 'clauncher', 5, 83, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/692.png'), -(693, 'clawitzer', 13, 353, 100, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/693.png'), -(694, 'helioptile', 5, 60, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/694.png'), -(695, 'heliolisk', 10, 210, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/695.png'), -(696, 'tyrunt', 8, 260, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/696.png'), -(697, 'tyrantrum', 25, 2700, 182, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/697.png'), -(698, 'amaura', 13, 252, 72, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/698.png'), -(699, 'aurorus', 27, 2250, 104, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/699.png'), -(700, 'sylveon', 10, 235, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/700.png'), -(701, 'hawlucha', 8, 215, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/701.png'); -INSERT INTO `pokemon` (`id`, `name`, `height`, `weight`, `base_experience`, `species_url`, `image_url`) VALUES -(702, 'dedenne', 2, 22, 151, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/702.png'), -(703, 'carbink', 3, 57, 100, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/703.png'), -(704, 'goomy', 3, 28, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/704.png'), -(705, 'sliggoo', 8, 175, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/705.png'), -(706, 'goodra', 20, 1505, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/706.png'), -(707, 'klefki', 2, 30, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/707.png'), -(708, 'phantump', 4, 70, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/708.png'), -(709, 'trevenant', 15, 710, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/709.png'), -(710, 'pumpkaboo-average', 4, 50, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/710.png'), -(711, 'gourgeist-average', 9, 125, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/711.png'), -(712, 'bergmite', 10, 995, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/712.png'), -(713, 'avalugg', 20, 5050, 180, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/713.png'), -(714, 'noibat', 5, 80, 49, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/714.png'), -(715, 'noivern', 15, 850, 187, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/715.png'), -(716, 'xerneas', 30, 2150, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/716.png'), -(717, 'yveltal', 58, 2030, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/717.png'), -(718, 'zygarde-50', 50, 3050, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/718.png'), -(719, 'diancie', 7, 88, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/719.png'), -(720, 'hoopa', 5, 90, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/720.png'), -(721, 'volcanion', 17, 1950, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/721.png'), -(722, 'rowlet', 3, 15, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/722.png'), -(723, 'dartrix', 7, 160, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/723.png'), -(724, 'decidueye', 16, 366, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/724.png'), -(725, 'litten', 4, 43, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/725.png'), -(726, 'torracat', 7, 250, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/726.png'), -(727, 'incineroar', 18, 830, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/727.png'), -(728, 'popplio', 4, 75, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/728.png'), -(729, 'brionne', 6, 175, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/729.png'), -(730, 'primarina', 18, 440, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/730.png'), -(731, 'pikipek', 3, 12, 53, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/731.png'), -(732, 'trumbeak', 6, 148, 124, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/732.png'), -(733, 'toucannon', 11, 260, 218, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/733.png'), -(734, 'yungoos', 4, 60, 51, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/734.png'), -(735, 'gumshoos', 7, 142, 146, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/735.png'), -(736, 'grubbin', 4, 44, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/736.png'), -(737, 'charjabug', 5, 105, 140, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/737.png'), -(738, 'vikavolt', 15, 450, 250, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/738.png'), -(739, 'crabrawler', 6, 70, 68, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/739.png'), -(740, 'crabominable', 17, 1800, 167, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/740.png'), -(741, 'oricorio-baile', 6, 34, 167, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/741.png'), -(742, 'cutiefly', 1, 2, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/742.png'), -(743, 'ribombee', 2, 5, 162, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/743.png'), -(744, 'rockruff', 5, 92, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/744.png'), -(745, 'lycanroc-midday', 8, 250, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/745.png'), -(746, 'wishiwashi-solo', 2, 3, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/746.png'), -(747, 'mareanie', 4, 80, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/747.png'), -(748, 'toxapex', 7, 145, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/748.png'), -(749, 'mudbray', 10, 1100, 77, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/749.png'), -(750, 'mudsdale', 25, 9200, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/750.png'), -(751, 'dewpider', 3, 40, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/751.png'), -(752, 'araquanid', 18, 820, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/752.png'), -(753, 'fomantis', 3, 15, 50, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/753.png'), -(754, 'lurantis', 9, 185, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/754.png'), -(755, 'morelull', 2, 15, 57, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/755.png'), -(756, 'shiinotic', 10, 115, 142, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/756.png'), -(757, 'salandit', 6, 48, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/757.png'), -(758, 'salazzle', 12, 222, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/758.png'), -(759, 'stufful', 5, 68, 68, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/759.png'), -(760, 'bewear', 21, 1350, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/760.png'), -(761, 'bounsweet', 3, 32, 42, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/761.png'), -(762, 'steenee', 7, 82, 102, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/762.png'), -(763, 'tsareena', 12, 214, 255, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/763.png'), -(764, 'comfey', 1, 3, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/764.png'), -(765, 'oranguru', 15, 760, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/765.png'), -(766, 'passimian', 20, 828, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/766.png'), -(767, 'wimpod', 5, 120, 46, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/767.png'), -(768, 'golisopod', 20, 1080, 186, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/768.png'), -(769, 'sandygast', 5, 700, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/769.png'), -(770, 'palossand', 13, 2500, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/770.png'), -(771, 'pyukumuku', 3, 12, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/771.png'), -(772, 'type-null', 19, 1205, 107, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/772.png'), -(773, 'silvally', 23, 1005, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/773.png'), -(774, 'minior-red-meteor', 3, 400, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/774.png'), -(775, 'komala', 4, 199, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/775.png'), -(776, 'turtonator', 20, 2120, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/776.png'), -(777, 'togedemaru', 3, 33, 152, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/777.png'), -(778, 'mimikyu-disguised', 2, 7, 167, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/778.png'), -(779, 'bruxish', 9, 190, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/779.png'), -(780, 'drampa', 30, 1850, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/780.png'), -(781, 'dhelmise', 39, 2100, 181, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/781.png'), -(782, 'jangmo-o', 6, 297, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/782.png'), -(783, 'hakamo-o', 12, 470, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/783.png'), -(784, 'kommo-o', 16, 782, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/784.png'), -(785, 'tapu-koko', 18, 205, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/785.png'), -(786, 'tapu-lele', 12, 186, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/786.png'), -(787, 'tapu-bulu', 19, 455, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/787.png'), -(788, 'tapu-fini', 13, 212, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/788.png'), -(789, 'cosmog', 2, 1, 40, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/789.png'), -(790, 'cosmoem', 1, 9999, 140, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/790.png'), -(791, 'solgaleo', 34, 2300, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/791.png'), -(792, 'lunala', 40, 1200, 340, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/792.png'), -(793, 'nihilego', 12, 555, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/793.png'), -(794, 'buzzwole', 24, 3336, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/794.png'), -(795, 'pheromosa', 18, 250, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/795.png'), -(796, 'xurkitree', 38, 1000, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/796.png'), -(797, 'celesteela', 92, 9999, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/797.png'), -(798, 'kartana', 3, 1, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/798.png'), -(799, 'guzzlord', 55, 8880, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/799.png'), -(800, 'necrozma', 24, 2300, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/800.png'), -(801, 'magearna', 10, 805, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/801.png'), -(802, 'marshadow', 7, 222, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/802.png'), -(803, 'poipole', 6, 18, 210, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/803.png'), -(804, 'naganadel', 36, 1500, 270, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/804.png'), -(805, 'stakataka', 55, 8200, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/805.png'), -(806, 'blacephalon', 18, 130, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/806.png'), -(807, 'zeraora', 15, 445, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/807.png'), -(808, 'meltan', 2, 80, 150, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/808.png'), -(809, 'melmetal', 25, 8000, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/809.png'), -(810, 'grookey', 3, 50, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/810.png'), -(811, 'thwackey', 7, 140, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/811.png'), -(812, 'rillaboom', 21, 900, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/812.png'), -(813, 'scorbunny', 3, 45, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/813.png'), -(814, 'raboot', 6, 90, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/814.png'), -(815, 'cinderace', 14, 330, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/815.png'), -(816, 'sobble', 3, 40, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/816.png'), -(817, 'drizzile', 7, 115, 147, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/817.png'), -(818, 'inteleon', 19, 452, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/818.png'), -(819, 'skwovet', 3, 25, 55, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/819.png'), -(820, 'greedent', 6, 60, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/820.png'), -(821, 'rookidee', 2, 18, 49, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/821.png'), -(822, 'corvisquire', 8, 160, 128, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/822.png'), -(823, 'corviknight', 22, 750, 248, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/823.png'), -(824, 'blipbug', 4, 80, 36, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/824.png'), -(825, 'dottler', 4, 195, 117, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/825.png'), -(826, 'orbeetle', 4, 408, 253, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/826.png'), -(827, 'nickit', 6, 89, 49, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/827.png'), -(828, 'thievul', 12, 199, 159, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/828.png'), -(829, 'gossifleur', 4, 22, 50, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/829.png'), -(830, 'eldegoss', 5, 25, 161, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/830.png'), -(831, 'wooloo', 6, 60, 122, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/831.png'), -(832, 'dubwool', 13, 430, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/832.png'), -(833, 'chewtle', 3, 85, 57, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/833.png'), -(834, 'drednaw', 10, 1155, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/834.png'), -(835, 'yamper', 3, 135, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/835.png'), -(836, 'boltund', 10, 340, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/836.png'), -(837, 'rolycoly', 3, 120, 48, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/837.png'), -(838, 'carkol', 11, 780, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/838.png'), -(839, 'coalossal', 28, 3105, 255, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/839.png'), -(840, 'applin', 2, 5, 52, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/840.png'), -(841, 'flapple', 3, 10, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/841.png'), -(842, 'appletun', 4, 130, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/842.png'), -(843, 'silicobra', 22, 76, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/843.png'), -(844, 'sandaconda', 38, 655, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/844.png'), -(845, 'cramorant', 8, 180, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/845.png'), -(846, 'arrokuda', 5, 10, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/846.png'), -(847, 'barraskewda', 13, 300, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/847.png'), -(848, 'toxel', 4, 110, 48, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/848.png'), -(849, 'toxtricity-amped', 16, 400, 176, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/849.png'), -(850, 'sizzlipede', 7, 10, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/850.png'), -(851, 'centiskorch', 30, 1200, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/851.png'), -(852, 'clobbopus', 6, 40, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/852.png'), -(853, 'grapploct', 16, 390, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/853.png'), -(854, 'sinistea', 1, 2, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/854.png'), -(855, 'polteageist', 2, 4, 178, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/855.png'), -(856, 'hatenna', 4, 34, 53, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/856.png'), -(857, 'hattrem', 6, 48, 130, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/857.png'), -(858, 'hatterene', 21, 51, 255, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/858.png'), -(859, 'impidimp', 4, 55, 53, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/859.png'), -(860, 'morgrem', 8, 125, 130, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/860.png'), -(861, 'grimmsnarl', 15, 610, 255, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/861.png'), -(862, 'obstagoon', 16, 460, 260, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/862.png'), -(863, 'perrserker', 8, 280, 154, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/863.png'), -(864, 'cursola', 10, 4, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/864.png'), -(865, 'sirfetchd', 8, 1170, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/865.png'), -(866, 'mr-rime', 15, 582, 182, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/866.png'), -(867, 'runerigus', 16, 666, 169, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/867.png'), -(868, 'milcery', 2, 3, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/868.png'), -(869, 'alcremie', 3, 5, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/869.png'), -(870, 'falinks', 30, 620, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/870.png'), -(871, 'pincurchin', 3, 10, 152, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/871.png'), -(872, 'snom', 3, 38, 37, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/872.png'), -(873, 'frosmoth', 13, 420, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/873.png'), -(874, 'stonjourner', 25, 5200, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/874.png'), -(875, 'eiscue-ice', 14, 890, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/875.png'), -(876, 'indeedee-male', 9, 280, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/876.png'), -(877, 'morpeko-full-belly', 3, 30, 153, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/877.png'), -(878, 'cufant', 12, 1000, 66, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/878.png'), -(879, 'copperajah', 30, 6500, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/879.png'), -(880, 'dracozolt', 18, 1900, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/880.png'), -(881, 'arctozolt', 23, 1500, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/881.png'), -(882, 'dracovish', 23, 2150, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/882.png'), -(883, 'arctovish', 20, 1750, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/883.png'), -(884, 'duraludon', 18, 400, 187, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/884.png'), -(885, 'dreepy', 5, 20, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/885.png'), -(886, 'drakloak', 14, 110, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/886.png'), -(887, 'dragapult', 30, 500, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/887.png'), -(888, 'zacian', 28, 1100, 335, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/888.png'), -(889, 'zamazenta', 29, 2100, 335, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/889.png'), -(890, 'eternatus', 200, 9500, 345, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/890.png'), -(891, 'kubfu', 6, 120, 77, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/891.png'), -(892, 'urshifu-single-strike', 19, 1050, 275, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/892.png'), -(893, 'zarude', 18, 700, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/893.png'), -(894, 'regieleki', 12, 1450, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/894.png'), -(895, 'regidrago', 21, 2000, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/895.png'), -(896, 'glastrier', 22, 8000, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/896.png'), -(897, 'spectrier', 20, 445, 290, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/897.png'), -(898, 'calyrex', 11, 77, 250, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/898.png'), -(899, 'wyrdeer', 18, 951, 263, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/899.png'), -(900, 'kleavor', 18, 890, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/900.png'), -(901, 'ursaluna', 24, 2900, 275, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/901.png'), -(902, 'basculegion-male', 30, 1100, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/902.png'), -(903, 'sneasler', 13, 430, 102, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/903.png'), -(904, 'overqwil', 25, 605, 179, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/904.png'), -(905, 'enamorus-incarnate', 16, 480, 116, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/905.png'), -(906, 'sprigatito', 4, 41, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/906.png'), -(907, 'floragato', 9, 122, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/907.png'), -(908, 'meowscarada', 15, 312, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/908.png'), -(909, 'fuecoco', 4, 98, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/909.png'), -(910, 'crocalor', 10, 307, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/910.png'), -(911, 'skeledirge', 16, 3265, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/911.png'), -(912, 'quaxly', 5, 61, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/912.png'), -(913, 'quaxwell', 12, 215, 144, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/913.png'), -(914, 'quaquaval', 18, 619, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/914.png'), -(915, 'lechonk', 5, 102, 51, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/915.png'), -(916, 'oinkologne-male', 10, 1200, 171, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/916.png'), -(917, 'tarountula', 3, 40, 42, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/917.png'), -(918, 'spidops', 10, 165, 141, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/918.png'), -(919, 'nymble', 2, 10, 42, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/919.png'), -(920, 'lokix', 10, 175, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/920.png'), -(921, 'pawmi', 3, 25, 48, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/921.png'), -(922, 'pawmo', 4, 65, 123, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/922.png'), -(923, 'pawmot', 9, 410, 245, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/923.png'), -(924, 'tandemaus', 3, 18, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/924.png'), -(925, 'maushold-family-of-four', 3, 23, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/925.png'), -(926, 'fidough', 3, 109, 62, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/926.png'), -(927, 'dachsbun', 5, 149, 167, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/927.png'), -(928, 'smoliv', 3, 65, 52, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/928.png'), -(929, 'dolliv', 6, 119, 124, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/929.png'), -(930, 'arboliva', 14, 482, 255, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/930.png'), -(931, 'squawkabilly-green-plumage', 6, 24, 146, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/931.png'), -(932, 'nacli', 4, 160, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/932.png'), -(933, 'naclstack', 6, 1050, 124, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/933.png'), -(934, 'garganacl', 23, 2400, 250, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/934.png'), -(935, 'charcadet', 6, 105, 51, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/935.png'), -(936, 'armarouge', 15, 850, 263, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/936.png'), -(937, 'ceruledge', 16, 620, 263, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/937.png'), -(938, 'tadbulb', 3, 4, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/938.png'), -(939, 'bellibolt', 12, 1130, 173, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/939.png'), -(940, 'wattrel', 4, 36, 56, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/940.png'), -(941, 'kilowattrel', 14, 386, 172, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/941.png'), -(942, 'maschiff', 5, 160, 68, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/942.png'), -(943, 'mabosstiff', 11, 610, 177, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/943.png'), -(944, 'shroodle', 2, 7, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/944.png'), -(945, 'grafaiai', 7, 272, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/945.png'), -(946, 'bramblin', 6, 6, 55, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/946.png'), -(947, 'brambleghast', 12, 60, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/947.png'), -(948, 'toedscool', 9, 330, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/948.png'), -(949, 'toedscruel', 19, 580, 180, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/949.png'), -(950, 'klawf', 13, 790, 158, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/950.png'), -(951, 'capsakid', 3, 30, 61, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/951.png'), -(952, 'scovillain', 9, 150, 170, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/952.png'), -(953, 'rellor', 2, 10, 54, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/953.png'), -(954, 'rabsca', 3, 35, 165, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/954.png'), -(955, 'flittle', 2, 15, 51, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/955.png'), -(956, 'espathra', 19, 900, 168, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/956.png'), -(957, 'tinkatink', 4, 89, 59, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/957.png'), -(958, 'tinkatuff', 7, 591, 133, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/958.png'), -(959, 'tinkaton', 7, 1128, 253, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/959.png'), -(960, 'wiglett', 12, 18, 49, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/960.png'), -(961, 'wugtrio', 12, 54, 149, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/961.png'), -(962, 'bombirdier', 15, 429, 243, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/962.png'), -(963, 'finizen', 13, 602, 63, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/963.png'), -(964, 'palafin-zero', 13, 602, 160, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/964.png'), -(965, 'varoom', 10, 350, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/965.png'), -(966, 'revavroom', 18, 1200, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/966.png'), -(967, 'cyclizar', 16, 630, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/967.png'), -(968, 'orthworm', 25, 3100, 240, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/968.png'), -(969, 'glimmet', 7, 80, 70, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/969.png'), -(970, 'glimmora', 15, 450, 184, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/970.png'), -(971, 'greavard', 6, 350, 58, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/971.png'), -(972, 'houndstone', 20, 150, 171, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/972.png'), -(973, 'flamigo', 16, 370, 175, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/973.png'), -(974, 'cetoddle', 12, 450, 67, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/974.png'), -(975, 'cetitan', 45, 7000, 182, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/975.png'), -(976, 'veluza', 25, 900, 167, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/976.png'), -(977, 'dondozo', 120, 2200, 265, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/977.png'), -(978, 'tatsugiri-curly', 3, 80, 166, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/978.png'), -(979, 'annihilape', 12, 560, 268, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/979.png'), -(980, 'clodsire', 18, 2230, 151, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/980.png'), -(981, 'farigiraf', 32, 1600, 260, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/981.png'), -(982, 'dudunsparce-two-segment', 36, 392, 182, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/982.png'), -(983, 'kingambit', 20, 1200, 275, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/983.png'), -(984, 'great-tusk', 22, 3200, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/984.png'), -(985, 'scream-tail', 12, 80, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/985.png'), -(986, 'brute-bonnet', 12, 210, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/986.png'), -(987, 'flutter-mane', 14, 40, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/987.png'), -(988, 'slither-wing', 32, 920, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/988.png'), -(989, 'sandy-shocks', 23, 600, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/989.png'), -(990, 'iron-treads', 9, 2400, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/990.png'), -(991, 'iron-bundle', 6, 110, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/991.png'), -(992, 'iron-hands', 18, 3807, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/992.png'), -(993, 'iron-jugulis', 13, 1110, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/993.png'), -(994, 'iron-moth', 12, 360, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/994.png'), -(995, 'iron-thorns', 16, 3030, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/995.png'), -(996, 'frigibax', 5, 170, 64, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/996.png'), -(997, 'arctibax', 8, 300, 148, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/997.png'), -(998, 'baxcalibur', 21, 2100, 300, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/998.png'), -(999, 'gimmighoul', 3, 50, 60, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/999.png'), -(1000, 'gholdengo', 12, 300, 275, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1000.png'), -(1001, 'wo-chien', 15, 742, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1001.png'), -(1002, 'chien-pao', 19, 1522, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1002.png'), -(1003, 'ting-lu', 27, 6997, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1003.png'), -(1004, 'chi-yu', 4, 49, 285, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1004.png'), -(1005, 'roaring-moon', 20, 3800, 295, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1005.png'), -(1006, 'iron-valiant', 14, 350, 295, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1006.png'), -(1007, 'koraidon', 25, 3030, 335, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1007.png'), -(1008, 'miraidon', 35, 2400, 335, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1008.png'), -(1009, 'walking-wake', 35, 2800, 295, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1009.png'), -(1010, 'iron-leaves', 15, 1250, 295, NULL, 'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1010.png'); +INSERT INTO `pokemon` (`id`, `name`, `height`, `weight`, `base_experience`, `species_url`, `image_url`, `image_url_low`) VALUES +(1, 'bulbasaur', 7, 69, 64, NULL, './images/1.png', './small-images/1.png'), +(2, 'ivysaur', 10, 130, 142, NULL, './images/2.png', './small-images/2.png'), +(3, 'venusaur', 20, 1000, 263, NULL, './images/3.png', './small-images/3.png'), +(4, 'charmander', 6, 85, 62, NULL, './images/4.png', './small-images/4.png'), +(5, 'charmeleon', 11, 190, 142, NULL, './images/5.png', './small-images/5.png'), +(6, 'charizard', 17, 905, 267, NULL, './images/6.png', './small-images/6.png'), +(7, 'squirtle', 5, 90, 63, NULL, './images/7.png', './small-images/7.png'), +(8, 'wartortle', 10, 225, 142, NULL, './images/8.png', './small-images/8.png'), +(9, 'blastoise', 16, 855, 265, NULL, './images/9.png', './small-images/9.png'), +(10, 'caterpie', 3, 29, 39, NULL, './images/10.png', './small-images/10.png'), +(11, 'metapod', 7, 99, 72, NULL, './images/11.png', './small-images/11.png'), +(12, 'butterfree', 11, 320, 198, NULL, './images/12.png', './small-images/12.png'), +(13, 'weedle', 3, 32, 39, NULL, './images/13.png', './small-images/13.png'), +(14, 'kakuna', 6, 100, 72, NULL, './images/14.png', './small-images/14.png'), +(15, 'beedrill', 10, 295, 178, NULL, './images/15.png', './small-images/15.png'), +(16, 'pidgey', 3, 18, 50, NULL, './images/16.png', './small-images/16.png'), +(17, 'pidgeotto', 11, 300, 122, NULL, './images/17.png', './small-images/17.png'), +(18, 'pidgeot', 15, 395, 216, NULL, './images/18.png', './small-images/18.png'), +(19, 'rattata', 3, 35, 51, NULL, './images/19.png', './small-images/19.png'), +(20, 'raticate', 7, 185, 145, NULL, './images/20.png', './small-images/20.png'), +(21, 'spearow', 3, 20, 52, NULL, './images/21.png', './small-images/21.png'), +(22, 'fearow', 12, 380, 155, NULL, './images/22.png', './small-images/22.png'), +(23, 'ekans', 20, 69, 58, NULL, './images/23.png', './small-images/23.png'), +(24, 'arbok', 35, 650, 157, NULL, './images/24.png', './small-images/24.png'), +(25, 'pikachu', 4, 60, 112, NULL, './images/25.png', './small-images/25.png'), +(26, 'raichu', 8, 300, 243, NULL, './images/26.png', './small-images/26.png'), +(27, 'sandshrew', 6, 120, 60, NULL, './images/27.png', './small-images/27.png'), +(28, 'sandslash', 10, 295, 158, NULL, './images/28.png', './small-images/28.png'), +(29, 'nidoran-f', 4, 70, 55, NULL, './images/29.png', './small-images/29.png'), +(30, 'nidorina', 8, 200, 128, NULL, './images/30.png', './small-images/30.png'), +(31, 'nidoqueen', 13, 600, 253, NULL, './images/31.png', './small-images/31.png'), +(32, 'nidoran-m', 5, 90, 55, NULL, './images/32.png', './small-images/32.png'), +(33, 'nidorino', 9, 195, 128, NULL, './images/33.png', './small-images/33.png'), +(34, 'nidoking', 14, 620, 253, NULL, './images/34.png', './small-images/34.png'), +(35, 'clefairy', 6, 75, 113, NULL, './images/35.png', './small-images/35.png'), +(36, 'clefable', 13, 400, 242, NULL, './images/36.png', './small-images/36.png'), +(37, 'vulpix', 6, 99, 60, NULL, './images/37.png', './small-images/37.png'), +(38, 'ninetales', 11, 199, 177, NULL, './images/38.png', './small-images/38.png'), +(39, 'jigglypuff', 5, 55, 95, NULL, './images/39.png', './small-images/39.png'), +(40, 'wigglytuff', 10, 120, 218, NULL, './images/40.png', './small-images/40.png'), +(41, 'zubat', 8, 75, 49, NULL, './images/41.png', './small-images/41.png'), +(42, 'golbat', 16, 550, 159, NULL, './images/42.png', './small-images/42.png'), +(43, 'oddish', 5, 54, 64, NULL, './images/43.png', './small-images/43.png'), +(44, 'gloom', 8, 86, 138, NULL, './images/44.png', './small-images/44.png'), +(45, 'vileplume', 12, 186, 245, NULL, './images/45.png', './small-images/45.png'), +(46, 'paras', 3, 54, 57, NULL, './images/46.png', './small-images/46.png'), +(47, 'parasect', 10, 295, 142, NULL, './images/47.png', './small-images/47.png'), +(48, 'venonat', 10, 300, 61, NULL, './images/48.png', './small-images/48.png'), +(49, 'venomoth', 15, 125, 158, NULL, './images/49.png', './small-images/49.png'), +(50, 'diglett', 2, 8, 53, NULL, './images/50.png', './small-images/50.png'), +(51, 'dugtrio', 7, 333, 149, NULL, './images/51.png', './small-images/51.png'), +(52, 'meowth', 4, 42, 58, NULL, './images/52.png', './small-images/52.png'), +(53, 'persian', 10, 320, 154, NULL, './images/53.png', './small-images/53.png'), +(54, 'psyduck', 8, 196, 64, NULL, './images/54.png', './small-images/54.png'), +(55, 'golduck', 17, 766, 175, NULL, './images/55.png', './small-images/55.png'), +(56, 'mankey', 5, 280, 61, NULL, './images/56.png', './small-images/56.png'), +(57, 'primeape', 10, 320, 159, NULL, './images/57.png', './small-images/57.png'), +(58, 'growlithe', 7, 190, 70, NULL, './images/58.png', './small-images/58.png'), +(59, 'arcanine', 19, 1550, 194, NULL, './images/59.png', './small-images/59.png'), +(60, 'poliwag', 6, 124, 60, NULL, './images/60.png', './small-images/60.png'), +(61, 'poliwhirl', 10, 200, 135, NULL, './images/61.png', './small-images/61.png'), +(62, 'poliwrath', 13, 540, 255, NULL, './images/62.png', './small-images/62.png'), +(63, 'abra', 9, 195, 62, NULL, './images/63.png', './small-images/63.png'), +(64, 'kadabra', 13, 565, 140, NULL, './images/64.png', './small-images/64.png'), +(65, 'alakazam', 15, 480, 250, NULL, './images/65.png', './small-images/65.png'), +(66, 'machop', 8, 195, 61, NULL, './images/66.png', './small-images/66.png'), +(67, 'machoke', 15, 705, 142, NULL, './images/67.png', './small-images/67.png'), +(68, 'machamp', 16, 1300, 253, NULL, './images/68.png', './small-images/68.png'), +(69, 'bellsprout', 7, 40, 60, NULL, './images/69.png', './small-images/69.png'), +(70, 'weepinbell', 10, 64, 137, NULL, './images/70.png', './small-images/70.png'), +(71, 'victreebel', 17, 155, 221, NULL, './images/71.png', './small-images/71.png'), +(72, 'tentacool', 9, 455, 67, NULL, './images/72.png', './small-images/72.png'), +(73, 'tentacruel', 16, 550, 180, NULL, './images/73.png', './small-images/73.png'), +(74, 'geodude', 4, 200, 60, NULL, './images/74.png', './small-images/74.png'), +(75, 'graveler', 10, 1050, 137, NULL, './images/75.png', './small-images/75.png'), +(76, 'golem', 14, 3000, 223, NULL, './images/76.png', './small-images/76.png'), +(77, 'ponyta', 10, 300, 82, NULL, './images/77.png', './small-images/77.png'), +(78, 'rapidash', 17, 950, 175, NULL, './images/78.png', './small-images/78.png'), +(79, 'slowpoke', 12, 360, 63, NULL, './images/79.png', './small-images/79.png'), +(80, 'slowbro', 16, 785, 172, NULL, './images/80.png', './small-images/80.png'), +(81, 'magnemite', 3, 60, 65, NULL, './images/81.png', './small-images/81.png'), +(82, 'magneton', 10, 600, 163, NULL, './images/82.png', './small-images/82.png'), +(83, 'farfetchd', 8, 150, 132, NULL, './images/83.png', './small-images/83.png'), +(84, 'doduo', 14, 392, 62, NULL, './images/84.png', './small-images/84.png'), +(85, 'dodrio', 18, 852, 165, NULL, './images/85.png', './small-images/85.png'), +(86, 'seel', 11, 900, 65, NULL, './images/86.png', './small-images/86.png'), +(87, 'dewgong', 17, 1200, 166, NULL, './images/87.png', './small-images/87.png'), +(88, 'grimer', 9, 300, 65, NULL, './images/88.png', './small-images/88.png'), +(89, 'muk', 12, 300, 175, NULL, './images/89.png', './small-images/89.png'), +(90, 'shellder', 3, 40, 61, NULL, './images/90.png', './small-images/90.png'), +(91, 'cloyster', 15, 1325, 184, NULL, './images/91.png', './small-images/91.png'), +(92, 'gastly', 13, 1, 62, NULL, './images/92.png', './small-images/92.png'), +(93, 'haunter', 16, 1, 142, NULL, './images/93.png', './small-images/93.png'), +(94, 'gengar', 15, 405, 250, NULL, './images/94.png', './small-images/94.png'), +(95, 'onix', 88, 2100, 77, NULL, './images/95.png', './small-images/95.png'), +(96, 'drowzee', 10, 324, 66, NULL, './images/96.png', './small-images/96.png'), +(97, 'hypno', 16, 756, 169, NULL, './images/97.png', './small-images/97.png'), +(98, 'krabby', 4, 65, 65, NULL, './images/98.png', './small-images/98.png'), +(99, 'kingler', 13, 600, 166, NULL, './images/99.png', './small-images/99.png'), +(100, 'voltorb', 5, 104, 66, NULL, './images/100.png', './small-images/100.png'), +(101, 'electrode', 12, 666, 172, NULL, './images/101.png', './small-images/101.png'), +(102, 'exeggcute', 4, 25, 65, NULL, './images/102.png', './small-images/102.png'), +(103, 'exeggutor', 20, 1200, 186, NULL, './images/103.png', './small-images/103.png'), +(104, 'cubone', 4, 65, 64, NULL, './images/104.png', './small-images/104.png'), +(105, 'marowak', 10, 450, 149, NULL, './images/105.png', './small-images/105.png'), +(106, 'hitmonlee', 15, 498, 159, NULL, './images/106.png', './small-images/106.png'), +(107, 'hitmonchan', 14, 502, 159, NULL, './images/107.png', './small-images/107.png'), +(108, 'lickitung', 12, 655, 77, NULL, './images/108.png', './small-images/108.png'), +(109, 'koffing', 6, 10, 68, NULL, './images/109.png', './small-images/109.png'), +(110, 'weezing', 12, 95, 172, NULL, './images/110.png', './small-images/110.png'), +(111, 'rhyhorn', 10, 1150, 69, NULL, './images/111.png', './small-images/111.png'), +(112, 'rhydon', 19, 1200, 170, NULL, './images/112.png', './small-images/112.png'), +(113, 'chansey', 11, 346, 395, NULL, './images/113.png', './small-images/113.png'), +(114, 'tangela', 10, 350, 87, NULL, './images/114.png', './small-images/114.png'), +(115, 'kangaskhan', 22, 800, 172, NULL, './images/115.png', './small-images/115.png'), +(116, 'horsea', 4, 80, 59, NULL, './images/116.png', './small-images/116.png'), +(117, 'seadra', 12, 250, 154, NULL, './images/117.png', './small-images/117.png'), +(118, 'goldeen', 6, 150, 64, NULL, './images/118.png', './small-images/118.png'), +(119, 'seaking', 13, 390, 158, NULL, './images/119.png', './small-images/119.png'), +(120, 'staryu', 8, 345, 68, NULL, './images/120.png', './small-images/120.png'), +(121, 'starmie', 11, 800, 182, NULL, './images/121.png', './small-images/121.png'), +(122, 'mr-mime', 13, 545, 161, NULL, './images/122.png', './small-images/122.png'), +(123, 'scyther', 15, 560, 100, NULL, './images/123.png', './small-images/123.png'), +(124, 'jynx', 14, 406, 159, NULL, './images/124.png', './small-images/124.png'), +(125, 'electabuzz', 11, 300, 172, NULL, './images/125.png', './small-images/125.png'), +(126, 'magmar', 13, 445, 173, NULL, './images/126.png', './small-images/126.png'), +(127, 'pinsir', 15, 550, 175, NULL, './images/127.png', './small-images/127.png'), +(128, 'tauros', 14, 884, 172, NULL, './images/128.png', './small-images/128.png'), +(129, 'magikarp', 9, 100, 40, NULL, './images/129.png', './small-images/129.png'), +(130, 'gyarados', 65, 2350, 189, NULL, './images/130.png', './small-images/130.png'), +(131, 'lapras', 25, 2200, 187, NULL, './images/131.png', './small-images/131.png'), +(132, 'ditto', 3, 40, 101, NULL, './images/132.png', './small-images/132.png'), +(133, 'eevee', 3, 65, 65, NULL, './images/133.png', './small-images/133.png'), +(134, 'vaporeon', 10, 290, 184, NULL, './images/134.png', './small-images/134.png'), +(135, 'jolteon', 8, 245, 184, NULL, './images/135.png', './small-images/135.png'), +(136, 'flareon', 9, 250, 184, NULL, './images/136.png', './small-images/136.png'), +(137, 'porygon', 8, 365, 79, NULL, './images/137.png', './small-images/137.png'), +(138, 'omanyte', 4, 75, 71, NULL, './images/138.png', './small-images/138.png'), +(139, 'omastar', 10, 350, 173, NULL, './images/139.png', './small-images/139.png'), +(140, 'kabuto', 5, 115, 71, NULL, './images/140.png', './small-images/140.png'), +(141, 'kabutops', 13, 405, 173, NULL, './images/141.png', './small-images/141.png'), +(142, 'aerodactyl', 18, 590, 180, NULL, './images/142.png', './small-images/142.png'), +(143, 'snorlax', 21, 4600, 189, NULL, './images/143.png', './small-images/143.png'), +(144, 'articuno', 17, 554, 290, NULL, './images/144.png', './small-images/144.png'), +(145, 'zapdos', 16, 526, 290, NULL, './images/145.png', './small-images/145.png'), +(146, 'moltres', 20, 600, 290, NULL, './images/146.png', './small-images/146.png'), +(147, 'dratini', 18, 33, 60, NULL, './images/147.png', './small-images/147.png'), +(148, 'dragonair', 40, 165, 147, NULL, './images/148.png', './small-images/148.png'), +(149, 'dragonite', 22, 2100, 300, NULL, './images/149.png', './small-images/149.png'), +(150, 'mewtwo', 20, 1220, 340, NULL, './images/150.png', './small-images/150.png'), +(151, 'mew', 4, 40, 300, NULL, './images/151.png', './small-images/151.png'), +(152, 'chikorita', 9, 64, 64, NULL, './images/152.png', './small-images/152.png'), +(153, 'bayleef', 12, 158, 142, NULL, './images/153.png', './small-images/153.png'), +(154, 'meganium', 18, 1005, 236, NULL, './images/154.png', './small-images/154.png'), +(155, 'cyndaquil', 5, 79, 62, NULL, './images/155.png', './small-images/155.png'), +(156, 'quilava', 9, 190, 142, NULL, './images/156.png', './small-images/156.png'), +(157, 'typhlosion', 17, 795, 240, NULL, './images/157.png', './small-images/157.png'), +(158, 'totodile', 6, 95, 63, NULL, './images/158.png', './small-images/158.png'), +(159, 'croconaw', 11, 250, 142, NULL, './images/159.png', './small-images/159.png'), +(160, 'feraligatr', 23, 888, 239, NULL, './images/160.png', './small-images/160.png'), +(161, 'sentret', 8, 60, 43, NULL, './images/161.png', './small-images/161.png'), +(162, 'furret', 18, 325, 145, NULL, './images/162.png', './small-images/162.png'), +(163, 'hoothoot', 7, 212, 52, NULL, './images/163.png', './small-images/163.png'), +(164, 'noctowl', 16, 408, 158, NULL, './images/164.png', './small-images/164.png'), +(165, 'ledyba', 10, 108, 53, NULL, './images/165.png', './small-images/165.png'), +(166, 'ledian', 14, 356, 137, NULL, './images/166.png', './small-images/166.png'), +(167, 'spinarak', 5, 85, 50, NULL, './images/167.png', './small-images/167.png'), +(168, 'ariados', 11, 335, 140, NULL, './images/168.png', './small-images/168.png'), +(169, 'crobat', 18, 750, 268, NULL, './images/169.png', './small-images/169.png'), +(170, 'chinchou', 5, 120, 66, NULL, './images/170.png', './small-images/170.png'), +(171, 'lanturn', 12, 225, 161, NULL, './images/171.png', './small-images/171.png'), +(172, 'pichu', 3, 20, 41, NULL, './images/172.png', './small-images/172.png'), +(173, 'cleffa', 3, 30, 44, NULL, './images/173.png', './small-images/173.png'), +(174, 'igglybuff', 3, 10, 42, NULL, './images/174.png', './small-images/174.png'), +(175, 'togepi', 3, 15, 49, NULL, './images/175.png', './small-images/175.png'), +(176, 'togetic', 6, 32, 142, NULL, './images/176.png', './small-images/176.png'), +(177, 'natu', 2, 20, 64, NULL, './images/177.png', './small-images/177.png'), +(178, 'xatu', 15, 150, 165, NULL, './images/178.png', './small-images/178.png'), +(179, 'mareep', 6, 78, 56, NULL, './images/179.png', './small-images/179.png'), +(180, 'flaaffy', 8, 133, 128, NULL, './images/180.png', './small-images/180.png'), +(181, 'ampharos', 14, 615, 230, NULL, './images/181.png', './small-images/181.png'), +(182, 'bellossom', 4, 58, 245, NULL, './images/182.png', './small-images/182.png'), +(183, 'marill', 4, 85, 88, NULL, './images/183.png', './small-images/183.png'), +(184, 'azumarill', 8, 285, 210, NULL, './images/184.png', './small-images/184.png'), +(185, 'sudowoodo', 12, 380, 144, NULL, './images/185.png', './small-images/185.png'), +(186, 'politoed', 11, 339, 250, NULL, './images/186.png', './small-images/186.png'), +(187, 'hoppip', 4, 5, 50, NULL, './images/187.png', './small-images/187.png'), +(188, 'skiploom', 6, 10, 119, NULL, './images/188.png', './small-images/188.png'), +(189, 'jumpluff', 8, 30, 207, NULL, './images/189.png', './small-images/189.png'), +(190, 'aipom', 8, 115, 72, NULL, './images/190.png', './small-images/190.png'), +(191, 'sunkern', 3, 18, 36, NULL, './images/191.png', './small-images/191.png'), +(192, 'sunflora', 8, 85, 149, NULL, './images/192.png', './small-images/192.png'), +(193, 'yanma', 12, 380, 78, NULL, './images/193.png', './small-images/193.png'), +(194, 'wooper', 4, 85, 42, NULL, './images/194.png', './small-images/194.png'), +(195, 'quagsire', 14, 750, 151, NULL, './images/195.png', './small-images/195.png'), +(196, 'espeon', 9, 265, 184, NULL, './images/196.png', './small-images/196.png'), +(197, 'umbreon', 10, 270, 184, NULL, './images/197.png', './small-images/197.png'), +(198, 'murkrow', 5, 21, 81, NULL, './images/198.png', './small-images/198.png'), +(199, 'slowking', 20, 795, 172, NULL, './images/199.png', './small-images/199.png'), +(200, 'misdreavus', 7, 10, 87, NULL, './images/200.png', './small-images/200.png'), +(201, 'unown', 5, 50, 118, NULL, './images/201.png', './small-images/201.png'), +(202, 'wobbuffet', 13, 285, 142, NULL, './images/202.png', './small-images/202.png'), +(203, 'girafarig', 15, 415, 159, NULL, './images/203.png', './small-images/203.png'), +(204, 'pineco', 6, 72, 58, NULL, './images/204.png', './small-images/204.png'), +(205, 'forretress', 12, 1258, 163, NULL, './images/205.png', './small-images/205.png'), +(206, 'dunsparce', 15, 140, 145, NULL, './images/206.png', './small-images/206.png'), +(207, 'gligar', 11, 648, 86, NULL, './images/207.png', './small-images/207.png'), +(208, 'steelix', 92, 4000, 179, NULL, './images/208.png', './small-images/208.png'), +(209, 'snubbull', 6, 78, 60, NULL, './images/209.png', './small-images/209.png'), +(210, 'granbull', 14, 487, 158, NULL, './images/210.png', './small-images/210.png'), +(211, 'qwilfish', 5, 39, 88, NULL, './images/211.png', './small-images/211.png'), +(212, 'scizor', 18, 1180, 175, NULL, './images/212.png', './small-images/212.png'), +(213, 'shuckle', 6, 205, 177, NULL, './images/213.png', './small-images/213.png'), +(214, 'heracross', 15, 540, 175, NULL, './images/214.png', './small-images/214.png'), +(215, 'sneasel', 9, 280, 86, NULL, './images/215.png', './small-images/215.png'), +(216, 'teddiursa', 6, 88, 66, NULL, './images/216.png', './small-images/216.png'), +(217, 'ursaring', 18, 1258, 175, NULL, './images/217.png', './small-images/217.png'), +(218, 'slugma', 7, 350, 50, NULL, './images/218.png', './small-images/218.png'), +(219, 'magcargo', 8, 550, 151, NULL, './images/219.png', './small-images/219.png'), +(220, 'swinub', 4, 65, 50, NULL, './images/220.png', './small-images/220.png'), +(221, 'piloswine', 11, 558, 158, NULL, './images/221.png', './small-images/221.png'), +(222, 'corsola', 6, 50, 144, NULL, './images/222.png', './small-images/222.png'), +(223, 'remoraid', 6, 120, 60, NULL, './images/223.png', './small-images/223.png'), +(224, 'octillery', 9, 285, 168, NULL, './images/224.png', './small-images/224.png'), +(225, 'delibird', 9, 160, 116, NULL, './images/225.png', './small-images/225.png'), +(226, 'mantine', 21, 2200, 170, NULL, './images/226.png', './small-images/226.png'), +(227, 'skarmory', 17, 505, 163, NULL, './images/227.png', './small-images/227.png'), +(228, 'houndour', 6, 108, 66, NULL, './images/228.png', './small-images/228.png'), +(229, 'houndoom', 14, 350, 175, NULL, './images/229.png', './small-images/229.png'), +(230, 'kingdra', 18, 1520, 270, NULL, './images/230.png', './small-images/230.png'), +(231, 'phanpy', 5, 335, 66, NULL, './images/231.png', './small-images/231.png'), +(232, 'donphan', 11, 1200, 175, NULL, './images/232.png', './small-images/232.png'), +(233, 'porygon2', 6, 325, 180, NULL, './images/233.png', './small-images/233.png'), +(234, 'stantler', 14, 712, 163, NULL, './images/234.png', './small-images/234.png'), +(235, 'smeargle', 12, 580, 88, NULL, './images/235.png', './small-images/235.png'), +(236, 'tyrogue', 7, 210, 42, NULL, './images/236.png', './small-images/236.png'), +(237, 'hitmontop', 14, 480, 159, NULL, './images/237.png', './small-images/237.png'), +(238, 'smoochum', 4, 60, 61, NULL, './images/238.png', './small-images/238.png'), +(239, 'elekid', 6, 235, 72, NULL, './images/239.png', './small-images/239.png'), +(240, 'magby', 7, 214, 73, NULL, './images/240.png', './small-images/240.png'), +(241, 'miltank', 12, 755, 172, NULL, './images/241.png', './small-images/241.png'), +(242, 'blissey', 15, 468, 635, NULL, './images/242.png', './small-images/242.png'), +(243, 'raikou', 19, 1780, 290, NULL, './images/243.png', './small-images/243.png'), +(244, 'entei', 21, 1980, 290, NULL, './images/244.png', './small-images/244.png'), +(245, 'suicune', 20, 1870, 290, NULL, './images/245.png', './small-images/245.png'), +(246, 'larvitar', 6, 720, 60, NULL, './images/246.png', './small-images/246.png'), +(247, 'pupitar', 12, 1520, 144, NULL, './images/247.png', './small-images/247.png'), +(248, 'tyranitar', 20, 2020, 300, NULL, './images/248.png', './small-images/248.png'), +(249, 'lugia', 52, 2160, 340, NULL, './images/249.png', './small-images/249.png'), +(250, 'ho-oh', 38, 1990, 340, NULL, './images/250.png', './small-images/250.png'), +(251, 'celebi', 6, 50, 300, NULL, './images/251.png', './small-images/251.png'), +(252, 'treecko', 5, 50, 62, NULL, './images/252.png', './small-images/252.png'), +(253, 'grovyle', 9, 216, 142, NULL, './images/253.png', './small-images/253.png'), +(254, 'sceptile', 17, 522, 265, NULL, './images/254.png', './small-images/254.png'), +(255, 'torchic', 4, 25, 62, NULL, './images/255.png', './small-images/255.png'), +(256, 'combusken', 9, 195, 142, NULL, './images/256.png', './small-images/256.png'), +(257, 'blaziken', 19, 520, 265, NULL, './images/257.png', './small-images/257.png'), +(258, 'mudkip', 4, 76, 62, NULL, './images/258.png', './small-images/258.png'), +(259, 'marshtomp', 7, 280, 142, NULL, './images/259.png', './small-images/259.png'), +(260, 'swampert', 15, 819, 268, NULL, './images/260.png', './small-images/260.png'), +(261, 'poochyena', 5, 136, 56, NULL, './images/261.png', './small-images/261.png'), +(262, 'mightyena', 10, 370, 147, NULL, './images/262.png', './small-images/262.png'), +(263, 'zigzagoon', 4, 175, 56, NULL, './images/263.png', './small-images/263.png'), +(264, 'linoone', 5, 325, 147, NULL, './images/264.png', './small-images/264.png'), +(265, 'wurmple', 3, 36, 56, NULL, './images/265.png', './small-images/265.png'), +(266, 'silcoon', 6, 100, 72, NULL, './images/266.png', './small-images/266.png'), +(267, 'beautifly', 10, 284, 178, NULL, './images/267.png', './small-images/267.png'), +(268, 'cascoon', 7, 115, 72, NULL, './images/268.png', './small-images/268.png'), +(269, 'dustox', 12, 316, 173, NULL, './images/269.png', './small-images/269.png'), +(270, 'lotad', 5, 26, 44, NULL, './images/270.png', './small-images/270.png'), +(271, 'lombre', 12, 325, 119, NULL, './images/271.png', './small-images/271.png'), +(272, 'ludicolo', 15, 550, 240, NULL, './images/272.png', './small-images/272.png'), +(273, 'seedot', 5, 40, 44, NULL, './images/273.png', './small-images/273.png'), +(274, 'nuzleaf', 10, 280, 119, NULL, './images/274.png', './small-images/274.png'), +(275, 'shiftry', 13, 596, 240, NULL, './images/275.png', './small-images/275.png'), +(276, 'taillow', 3, 23, 54, NULL, './images/276.png', './small-images/276.png'), +(277, 'swellow', 7, 198, 159, NULL, './images/277.png', './small-images/277.png'), +(278, 'wingull', 6, 95, 54, NULL, './images/278.png', './small-images/278.png'), +(279, 'pelipper', 12, 280, 154, NULL, './images/279.png', './small-images/279.png'), +(280, 'ralts', 4, 66, 40, NULL, './images/280.png', './small-images/280.png'), +(281, 'kirlia', 8, 202, 97, NULL, './images/281.png', './small-images/281.png'), +(282, 'gardevoir', 16, 484, 259, NULL, './images/282.png', './small-images/282.png'), +(283, 'surskit', 5, 17, 54, NULL, './images/283.png', './small-images/283.png'), +(284, 'masquerain', 8, 36, 159, NULL, './images/284.png', './small-images/284.png'), +(285, 'shroomish', 4, 45, 59, NULL, './images/285.png', './small-images/285.png'), +(286, 'breloom', 12, 392, 161, NULL, './images/286.png', './small-images/286.png'), +(287, 'slakoth', 8, 240, 56, NULL, './images/287.png', './small-images/287.png'), +(288, 'vigoroth', 14, 465, 154, NULL, './images/288.png', './small-images/288.png'), +(289, 'slaking', 20, 1305, 252, NULL, './images/289.png', './small-images/289.png'), +(290, 'nincada', 5, 55, 53, NULL, './images/290.png', './small-images/290.png'), +(291, 'ninjask', 8, 120, 160, NULL, './images/291.png', './small-images/291.png'), +(292, 'shedinja', 8, 12, 83, NULL, './images/292.png', './small-images/292.png'), +(293, 'whismur', 6, 163, 48, NULL, './images/293.png', './small-images/293.png'), +(294, 'loudred', 10, 405, 126, NULL, './images/294.png', './small-images/294.png'), +(295, 'exploud', 15, 840, 245, NULL, './images/295.png', './small-images/295.png'), +(296, 'makuhita', 10, 864, 47, NULL, './images/296.png', './small-images/296.png'), +(297, 'hariyama', 23, 2538, 166, NULL, './images/297.png', './small-images/297.png'), +(298, 'azurill', 2, 20, 38, NULL, './images/298.png', './small-images/298.png'), +(299, 'nosepass', 10, 970, 75, NULL, './images/299.png', './small-images/299.png'), +(300, 'skitty', 6, 110, 52, NULL, './images/300.png', './small-images/300.png'), +(301, 'delcatty', 11, 326, 140, NULL, './images/301.png', './small-images/301.png'), +(302, 'sableye', 5, 110, 133, NULL, './images/302.png', './small-images/302.png'), +(303, 'mawile', 6, 115, 133, NULL, './images/303.png', './small-images/303.png'), +(304, 'aron', 4, 600, 66, NULL, './images/304.png', './small-images/304.png'), +(305, 'lairon', 9, 1200, 151, NULL, './images/305.png', './small-images/305.png'), +(306, 'aggron', 21, 3600, 265, NULL, './images/306.png', './small-images/306.png'), +(307, 'meditite', 6, 112, 56, NULL, './images/307.png', './small-images/307.png'), +(308, 'medicham', 13, 315, 144, NULL, './images/308.png', './small-images/308.png'), +(309, 'electrike', 6, 152, 59, NULL, './images/309.png', './small-images/309.png'), +(310, 'manectric', 15, 402, 166, NULL, './images/310.png', './small-images/310.png'), +(311, 'plusle', 4, 42, 142, NULL, './images/311.png', './small-images/311.png'), +(312, 'minun', 4, 42, 142, NULL, './images/312.png', './small-images/312.png'), +(313, 'volbeat', 7, 177, 151, NULL, './images/313.png', './small-images/313.png'), +(314, 'illumise', 6, 177, 151, NULL, './images/314.png', './small-images/314.png'), +(315, 'roselia', 3, 20, 140, NULL, './images/315.png', './small-images/315.png'), +(316, 'gulpin', 4, 103, 60, NULL, './images/316.png', './small-images/316.png'), +(317, 'swalot', 17, 800, 163, NULL, './images/317.png', './small-images/317.png'), +(318, 'carvanha', 8, 208, 61, NULL, './images/318.png', './small-images/318.png'), +(319, 'sharpedo', 18, 888, 161, NULL, './images/319.png', './small-images/319.png'), +(320, 'wailmer', 20, 1300, 80, NULL, './images/320.png', './small-images/320.png'), +(321, 'wailord', 145, 3980, 175, NULL, './images/321.png', './small-images/321.png'), +(322, 'numel', 7, 240, 61, NULL, './images/322.png', './small-images/322.png'), +(323, 'camerupt', 19, 2200, 161, NULL, './images/323.png', './small-images/323.png'), +(324, 'torkoal', 5, 804, 165, NULL, './images/324.png', './small-images/324.png'), +(325, 'spoink', 7, 306, 66, NULL, './images/325.png', './small-images/325.png'), +(326, 'grumpig', 9, 715, 165, NULL, './images/326.png', './small-images/326.png'), +(327, 'spinda', 11, 50, 126, NULL, './images/327.png', './small-images/327.png'), +(328, 'trapinch', 7, 150, 58, NULL, './images/328.png', './small-images/328.png'), +(329, 'vibrava', 11, 153, 119, NULL, './images/329.png', './small-images/329.png'), +(330, 'flygon', 20, 820, 260, NULL, './images/330.png', './small-images/330.png'), +(331, 'cacnea', 4, 513, 67, NULL, './images/331.png', './small-images/331.png'), +(332, 'cacturne', 13, 774, 166, NULL, './images/332.png', './small-images/332.png'), +(333, 'swablu', 4, 12, 62, NULL, './images/333.png', './small-images/333.png'), +(334, 'altaria', 11, 206, 172, NULL, './images/334.png', './small-images/334.png'), +(335, 'zangoose', 13, 403, 160, NULL, './images/335.png', './small-images/335.png'), +(336, 'seviper', 27, 525, 160, NULL, './images/336.png', './small-images/336.png'), +(337, 'lunatone', 10, 1680, 161, NULL, './images/337.png', './small-images/337.png'), +(338, 'solrock', 12, 1540, 161, NULL, './images/338.png', './small-images/338.png'), +(339, 'barboach', 4, 19, 58, NULL, './images/339.png', './small-images/339.png'), +(340, 'whiscash', 9, 236, 164, NULL, './images/340.png', './small-images/340.png'), +(341, 'corphish', 6, 115, 62, NULL, './images/341.png', './small-images/341.png'), +(342, 'crawdaunt', 11, 328, 164, NULL, './images/342.png', './small-images/342.png'), +(343, 'baltoy', 5, 215, 60, NULL, './images/343.png', './small-images/343.png'), +(344, 'claydol', 15, 1080, 175, NULL, './images/344.png', './small-images/344.png'), +(345, 'lileep', 10, 238, 71, NULL, './images/345.png', './small-images/345.png'), +(346, 'cradily', 15, 604, 173, NULL, './images/346.png', './small-images/346.png'), +(347, 'anorith', 7, 125, 71, NULL, './images/347.png', './small-images/347.png'), +(348, 'armaldo', 15, 682, 173, NULL, './images/348.png', './small-images/348.png'), +(349, 'feebas', 6, 74, 40, NULL, './images/349.png', './small-images/349.png'), +(350, 'milotic', 62, 1620, 189, NULL, './images/350.png', './small-images/350.png'), +(351, 'castform', 3, 8, 147, NULL, './images/351.png', './small-images/351.png'), +(352, 'kecleon', 10, 220, 154, NULL, './images/352.png', './small-images/352.png'), +(353, 'shuppet', 6, 23, 59, NULL, './images/353.png', './small-images/353.png'), +(354, 'banette', 11, 125, 159, NULL, './images/354.png', './small-images/354.png'), +(355, 'duskull', 8, 150, 59, NULL, './images/355.png', './small-images/355.png'), +(356, 'dusclops', 16, 306, 159, NULL, './images/356.png', './small-images/356.png'), +(357, 'tropius', 20, 1000, 161, NULL, './images/357.png', './small-images/357.png'), +(358, 'chimecho', 6, 10, 159, NULL, './images/358.png', './small-images/358.png'), +(359, 'absol', 12, 470, 163, NULL, './images/359.png', './small-images/359.png'), +(360, 'wynaut', 6, 140, 52, NULL, './images/360.png', './small-images/360.png'), +(361, 'snorunt', 7, 168, 60, NULL, './images/361.png', './small-images/361.png'), +(362, 'glalie', 15, 2565, 168, NULL, './images/362.png', './small-images/362.png'), +(363, 'spheal', 8, 395, 58, NULL, './images/363.png', './small-images/363.png'), +(364, 'sealeo', 11, 876, 144, NULL, './images/364.png', './small-images/364.png'), +(365, 'walrein', 14, 1506, 265, NULL, './images/365.png', './small-images/365.png'), +(366, 'clamperl', 4, 525, 69, NULL, './images/366.png', './small-images/366.png'), +(367, 'huntail', 17, 270, 170, NULL, './images/367.png', './small-images/367.png'), +(368, 'gorebyss', 18, 226, 170, NULL, './images/368.png', './small-images/368.png'), +(369, 'relicanth', 10, 234, 170, NULL, './images/369.png', './small-images/369.png'), +(370, 'luvdisc', 6, 87, 116, NULL, './images/370.png', './small-images/370.png'), +(371, 'bagon', 6, 421, 60, NULL, './images/371.png', './small-images/371.png'), +(372, 'shelgon', 11, 1105, 147, NULL, './images/372.png', './small-images/372.png'), +(373, 'salamence', 15, 1026, 300, NULL, './images/373.png', './small-images/373.png'), +(374, 'beldum', 6, 952, 60, NULL, './images/374.png', './small-images/374.png'), +(375, 'metang', 12, 2025, 147, NULL, './images/375.png', './small-images/375.png'), +(376, 'metagross', 16, 5500, 300, NULL, './images/376.png', './small-images/376.png'), +(377, 'regirock', 17, 2300, 290, NULL, './images/377.png', './small-images/377.png'), +(378, 'regice', 18, 1750, 290, NULL, './images/378.png', './small-images/378.png'), +(379, 'registeel', 19, 2050, 290, NULL, './images/379.png', './small-images/379.png'), +(380, 'latias', 14, 400, 300, NULL, './images/380.png', './small-images/380.png'), +(381, 'latios', 20, 600, 300, NULL, './images/381.png', './small-images/381.png'), +(382, 'kyogre', 45, 3520, 335, NULL, './images/382.png', './small-images/382.png'), +(383, 'groudon', 35, 9500, 335, NULL, './images/383.png', './small-images/383.png'), +(384, 'rayquaza', 70, 2065, 340, NULL, './images/384.png', './small-images/384.png'), +(385, 'jirachi', 3, 11, 300, NULL, './images/385.png', './small-images/385.png'), +(386, 'deoxys-normal', 17, 608, 270, NULL, './images/386.png', './small-images/386.png'), +(387, 'turtwig', 4, 102, 64, NULL, './images/387.png', './small-images/387.png'), +(388, 'grotle', 11, 970, 142, NULL, './images/388.png', './small-images/388.png'), +(389, 'torterra', 22, 3100, 236, NULL, './images/389.png', './small-images/389.png'), +(390, 'chimchar', 5, 62, 62, NULL, './images/390.png', './small-images/390.png'), +(391, 'monferno', 9, 220, 142, NULL, './images/391.png', './small-images/391.png'), +(392, 'infernape', 12, 550, 240, NULL, './images/392.png', './small-images/392.png'), +(393, 'piplup', 4, 52, 63, NULL, './images/393.png', './small-images/393.png'), +(394, 'prinplup', 8, 230, 142, NULL, './images/394.png', './small-images/394.png'), +(395, 'empoleon', 17, 845, 239, NULL, './images/395.png', './small-images/395.png'), +(396, 'starly', 3, 20, 49, NULL, './images/396.png', './small-images/396.png'), +(397, 'staravia', 6, 155, 119, NULL, './images/397.png', './small-images/397.png'), +(398, 'staraptor', 12, 249, 218, NULL, './images/398.png', './small-images/398.png'), +(399, 'bidoof', 5, 200, 50, NULL, './images/399.png', './small-images/399.png'), +(400, 'bibarel', 10, 315, 144, NULL, './images/400.png', './small-images/400.png'), +(401, 'kricketot', 3, 22, 39, NULL, './images/401.png', './small-images/401.png'), +(402, 'kricketune', 10, 255, 134, NULL, './images/402.png', './small-images/402.png'), +(403, 'shinx', 5, 95, 53, NULL, './images/403.png', './small-images/403.png'), +(404, 'luxio', 9, 305, 127, NULL, './images/404.png', './small-images/404.png'), +(405, 'luxray', 14, 420, 262, NULL, './images/405.png', './small-images/405.png'), +(406, 'budew', 2, 12, 56, NULL, './images/406.png', './small-images/406.png'), +(407, 'roserade', 9, 145, 258, NULL, './images/407.png', './small-images/407.png'), +(408, 'cranidos', 9, 315, 70, NULL, './images/408.png', './small-images/408.png'), +(409, 'rampardos', 16, 1025, 173, NULL, './images/409.png', './small-images/409.png'), +(410, 'shieldon', 5, 570, 70, NULL, './images/410.png', './small-images/410.png'), +(411, 'bastiodon', 13, 1495, 173, NULL, './images/411.png', './small-images/411.png'), +(412, 'burmy', 2, 34, 45, NULL, './images/412.png', './small-images/412.png'), +(413, 'wormadam-plant', 5, 65, 148, NULL, './images/413.png', './small-images/413.png'), +(414, 'mothim', 9, 233, 148, NULL, './images/414.png', './small-images/414.png'), +(415, 'combee', 3, 55, 49, NULL, './images/415.png', './small-images/415.png'), +(416, 'vespiquen', 12, 385, 166, NULL, './images/416.png', './small-images/416.png'), +(417, 'pachirisu', 4, 39, 142, NULL, './images/417.png', './small-images/417.png'), +(418, 'buizel', 7, 295, 66, NULL, './images/418.png', './small-images/418.png'), +(419, 'floatzel', 11, 335, 173, NULL, './images/419.png', './small-images/419.png'), +(420, 'cherubi', 4, 33, 55, NULL, './images/420.png', './small-images/420.png'), +(421, 'cherrim', 5, 93, 158, NULL, './images/421.png', './small-images/421.png'), +(422, 'shellos', 3, 63, 65, NULL, './images/422.png', './small-images/422.png'), +(423, 'gastrodon', 9, 299, 166, NULL, './images/423.png', './small-images/423.png'), +(424, 'ambipom', 12, 203, 169, NULL, './images/424.png', './small-images/424.png'), +(425, 'drifloon', 4, 12, 70, NULL, './images/425.png', './small-images/425.png'), +(426, 'drifblim', 12, 150, 174, NULL, './images/426.png', './small-images/426.png'), +(427, 'buneary', 4, 55, 70, NULL, './images/427.png', './small-images/427.png'), +(428, 'lopunny', 12, 333, 168, NULL, './images/428.png', './small-images/428.png'), +(429, 'mismagius', 9, 44, 173, NULL, './images/429.png', './small-images/429.png'), +(430, 'honchkrow', 9, 273, 177, NULL, './images/430.png', './small-images/430.png'), +(431, 'glameow', 5, 39, 62, NULL, './images/431.png', './small-images/431.png'), +(432, 'purugly', 10, 438, 158, NULL, './images/432.png', './small-images/432.png'), +(433, 'chingling', 2, 6, 57, NULL, './images/433.png', './small-images/433.png'), +(434, 'stunky', 4, 192, 66, NULL, './images/434.png', './small-images/434.png'), +(435, 'skuntank', 10, 380, 168, NULL, './images/435.png', './small-images/435.png'), +(436, 'bronzor', 5, 605, 60, NULL, './images/436.png', './small-images/436.png'), +(437, 'bronzong', 13, 1870, 175, NULL, './images/437.png', './small-images/437.png'), +(438, 'bonsly', 5, 150, 58, NULL, './images/438.png', './small-images/438.png'), +(439, 'mime-jr', 6, 130, 62, NULL, './images/439.png', './small-images/439.png'), +(440, 'happiny', 6, 244, 110, NULL, './images/440.png', './small-images/440.png'), +(441, 'chatot', 5, 19, 144, NULL, './images/441.png', './small-images/441.png'), +(442, 'spiritomb', 10, 1080, 170, NULL, './images/442.png', './small-images/442.png'), +(443, 'gible', 7, 205, 60, NULL, './images/443.png', './small-images/443.png'), +(444, 'gabite', 14, 560, 144, NULL, './images/444.png', './small-images/444.png'), +(445, 'garchomp', 19, 950, 300, NULL, './images/445.png', './small-images/445.png'), +(446, 'munchlax', 6, 1050, 78, NULL, './images/446.png', './small-images/446.png'), +(447, 'riolu', 7, 202, 57, NULL, './images/447.png', './small-images/447.png'), +(448, 'lucario', 12, 540, 184, NULL, './images/448.png', './small-images/448.png'), +(449, 'hippopotas', 8, 495, 66, NULL, './images/449.png', './small-images/449.png'), +(450, 'hippowdon', 20, 3000, 184, NULL, './images/450.png', './small-images/450.png'), +(451, 'skorupi', 8, 120, 66, NULL, './images/451.png', './small-images/451.png'), +(452, 'drapion', 13, 615, 175, NULL, './images/452.png', './small-images/452.png'), +(453, 'croagunk', 7, 230, 60, NULL, './images/453.png', './small-images/453.png'), +(454, 'toxicroak', 13, 444, 172, NULL, './images/454.png', './small-images/454.png'), +(455, 'carnivine', 14, 270, 159, NULL, './images/455.png', './small-images/455.png'), +(456, 'finneon', 4, 70, 66, NULL, './images/456.png', './small-images/456.png'), +(457, 'lumineon', 12, 240, 161, NULL, './images/457.png', './small-images/457.png'), +(458, 'mantyke', 10, 650, 69, NULL, './images/458.png', './small-images/458.png'), +(459, 'snover', 10, 505, 67, NULL, './images/459.png', './small-images/459.png'), +(460, 'abomasnow', 22, 1355, 173, NULL, './images/460.png', './small-images/460.png'), +(461, 'weavile', 11, 340, 179, NULL, './images/461.png', './small-images/461.png'), +(462, 'magnezone', 12, 1800, 268, NULL, './images/462.png', './small-images/462.png'), +(463, 'lickilicky', 17, 1400, 180, NULL, './images/463.png', './small-images/463.png'), +(464, 'rhyperior', 24, 2828, 268, NULL, './images/464.png', './small-images/464.png'), +(465, 'tangrowth', 20, 1286, 187, NULL, './images/465.png', './small-images/465.png'), +(466, 'electivire', 18, 1386, 270, NULL, './images/466.png', './small-images/466.png'), +(467, 'magmortar', 16, 680, 270, NULL, './images/467.png', './small-images/467.png'), +(468, 'togekiss', 15, 380, 273, NULL, './images/468.png', './small-images/468.png'), +(469, 'yanmega', 19, 515, 180, NULL, './images/469.png', './small-images/469.png'), +(470, 'leafeon', 10, 255, 184, NULL, './images/470.png', './small-images/470.png'), +(471, 'glaceon', 8, 259, 184, NULL, './images/471.png', './small-images/471.png'), +(472, 'gliscor', 20, 425, 179, NULL, './images/472.png', './small-images/472.png'), +(473, 'mamoswine', 25, 2910, 265, NULL, './images/473.png', './small-images/473.png'), +(474, 'porygon-z', 9, 340, 268, NULL, './images/474.png', './small-images/474.png'), +(475, 'gallade', 16, 520, 259, NULL, './images/475.png', './small-images/475.png'), +(476, 'probopass', 14, 3400, 184, NULL, './images/476.png', './small-images/476.png'), +(477, 'dusknoir', 22, 1066, 263, NULL, './images/477.png', './small-images/477.png'), +(478, 'froslass', 13, 266, 168, NULL, './images/478.png', './small-images/478.png'), +(479, 'rotom', 3, 3, 154, NULL, './images/479.png', './small-images/479.png'), +(480, 'uxie', 3, 3, 290, NULL, './images/480.png', './small-images/480.png'), +(481, 'mesprit', 3, 3, 290, NULL, './images/481.png', './small-images/481.png'), +(482, 'azelf', 3, 3, 290, NULL, './images/482.png', './small-images/482.png'), +(483, 'dialga', 54, 6830, 340, NULL, './images/483.png', './small-images/483.png'), +(484, 'palkia', 42, 3360, 340, NULL, './images/484.png', './small-images/484.png'), +(485, 'heatran', 17, 4300, 300, NULL, './images/485.png', './small-images/485.png'), +(486, 'regigigas', 37, 4200, 335, NULL, './images/486.png', './small-images/486.png'), +(487, 'giratina-altered', 45, 7500, 340, NULL, './images/487.png', './small-images/487.png'), +(488, 'cresselia', 15, 856, 300, NULL, './images/488.png', './small-images/488.png'), +(489, 'phione', 4, 31, 216, NULL, './images/489.png', './small-images/489.png'), +(490, 'manaphy', 3, 14, 270, NULL, './images/490.png', './small-images/490.png'), +(491, 'darkrai', 15, 505, 270, NULL, './images/491.png', './small-images/491.png'), +(492, 'shaymin-land', 2, 21, 270, NULL, './images/492.png', './small-images/492.png'), +(493, 'arceus', 32, 3200, 324, NULL, './images/493.png', './small-images/493.png'), +(494, 'victini', 4, 40, 300, NULL, './images/494.png', './small-images/494.png'), +(495, 'snivy', 6, 81, 62, NULL, './images/495.png', './small-images/495.png'), +(496, 'servine', 8, 160, 145, NULL, './images/496.png', './small-images/496.png'), +(497, 'serperior', 33, 630, 238, NULL, './images/497.png', './small-images/497.png'), +(498, 'tepig', 5, 99, 62, NULL, './images/498.png', './small-images/498.png'), +(499, 'pignite', 10, 555, 146, NULL, './images/499.png', './small-images/499.png'), +(500, 'emboar', 16, 1500, 238, NULL, './images/500.png', './small-images/500.png'), +(501, 'oshawott', 5, 59, 62, NULL, './images/501.png', './small-images/501.png'), +(502, 'dewott', 8, 245, 145, NULL, './images/502.png', './small-images/502.png'), +(503, 'samurott', 15, 946, 238, NULL, './images/503.png', './small-images/503.png'), +(504, 'patrat', 5, 116, 51, NULL, './images/504.png', './small-images/504.png'), +(505, 'watchog', 11, 270, 147, NULL, './images/505.png', './small-images/505.png'), +(506, 'lillipup', 4, 41, 55, NULL, './images/506.png', './small-images/506.png'), +(507, 'herdier', 9, 147, 130, NULL, './images/507.png', './small-images/507.png'), +(508, 'stoutland', 12, 610, 250, NULL, './images/508.png', './small-images/508.png'), +(509, 'purrloin', 4, 101, 56, NULL, './images/509.png', './small-images/509.png'), +(510, 'liepard', 11, 375, 156, NULL, './images/510.png', './small-images/510.png'), +(511, 'pansage', 6, 105, 63, NULL, './images/511.png', './small-images/511.png'), +(512, 'simisage', 11, 305, 174, NULL, './images/512.png', './small-images/512.png'), +(513, 'pansear', 6, 110, 63, NULL, './images/513.png', './small-images/513.png'), +(514, 'simisear', 10, 280, 174, NULL, './images/514.png', './small-images/514.png'), +(515, 'panpour', 6, 135, 63, NULL, './images/515.png', './small-images/515.png'), +(516, 'simipour', 10, 290, 174, NULL, './images/516.png', './small-images/516.png'), +(517, 'munna', 6, 233, 58, NULL, './images/517.png', './small-images/517.png'), +(518, 'musharna', 11, 605, 170, NULL, './images/518.png', './small-images/518.png'), +(519, 'pidove', 3, 21, 53, NULL, './images/519.png', './small-images/519.png'), +(520, 'tranquill', 6, 150, 125, NULL, './images/520.png', './small-images/520.png'), +(521, 'unfezant', 12, 290, 244, NULL, './images/521.png', './small-images/521.png'), +(522, 'blitzle', 8, 298, 59, NULL, './images/522.png', './small-images/522.png'), +(523, 'zebstrika', 16, 795, 174, NULL, './images/523.png', './small-images/523.png'), +(524, 'roggenrola', 4, 180, 56, NULL, './images/524.png', './small-images/524.png'), +(525, 'boldore', 9, 1020, 137, NULL, './images/525.png', './small-images/525.png'), +(526, 'gigalith', 17, 2600, 258, NULL, './images/526.png', './small-images/526.png'), +(527, 'woobat', 4, 21, 65, NULL, './images/527.png', './small-images/527.png'), +(528, 'swoobat', 9, 105, 149, NULL, './images/528.png', './small-images/528.png'), +(529, 'drilbur', 3, 85, 66, NULL, './images/529.png', './small-images/529.png'), +(530, 'excadrill', 7, 404, 178, NULL, './images/530.png', './small-images/530.png'), +(531, 'audino', 11, 310, 390, NULL, './images/531.png', './small-images/531.png'), +(532, 'timburr', 6, 125, 61, NULL, './images/532.png', './small-images/532.png'), +(533, 'gurdurr', 12, 400, 142, NULL, './images/533.png', './small-images/533.png'), +(534, 'conkeldurr', 14, 870, 253, NULL, './images/534.png', './small-images/534.png'), +(535, 'tympole', 5, 45, 59, NULL, './images/535.png', './small-images/535.png'), +(536, 'palpitoad', 8, 170, 134, NULL, './images/536.png', './small-images/536.png'), +(537, 'seismitoad', 15, 620, 255, NULL, './images/537.png', './small-images/537.png'), +(538, 'throh', 13, 555, 163, NULL, './images/538.png', './small-images/538.png'), +(539, 'sawk', 14, 510, 163, NULL, './images/539.png', './small-images/539.png'), +(540, 'sewaddle', 3, 25, 62, NULL, './images/540.png', './small-images/540.png'), +(541, 'swadloon', 5, 73, 133, NULL, './images/541.png', './small-images/541.png'), +(542, 'leavanny', 12, 205, 225, NULL, './images/542.png', './small-images/542.png'), +(543, 'venipede', 4, 53, 52, NULL, './images/543.png', './small-images/543.png'), +(544, 'whirlipede', 12, 585, 126, NULL, './images/544.png', './small-images/544.png'), +(545, 'scolipede', 25, 2005, 243, NULL, './images/545.png', './small-images/545.png'), +(546, 'cottonee', 3, 6, 56, NULL, './images/546.png', './small-images/546.png'), +(547, 'whimsicott', 7, 66, 168, NULL, './images/547.png', './small-images/547.png'), +(548, 'petilil', 5, 66, 56, NULL, './images/548.png', './small-images/548.png'), +(549, 'lilligant', 11, 163, 168, NULL, './images/549.png', './small-images/549.png'), +(550, 'basculin-red-striped', 10, 180, 161, NULL, './images/550.png', './small-images/550.png'), +(551, 'sandile', 7, 152, 58, NULL, './images/551.png', './small-images/551.png'), +(552, 'krokorok', 10, 334, 123, NULL, './images/552.png', './small-images/552.png'), +(553, 'krookodile', 15, 963, 260, NULL, './images/553.png', './small-images/553.png'), +(554, 'darumaka', 6, 375, 63, NULL, './images/554.png', './small-images/554.png'), +(555, 'darmanitan-standard', 13, 929, 168, NULL, './images/555.png', './small-images/555.png'), +(556, 'maractus', 10, 280, 161, NULL, './images/556.png', './small-images/556.png'), +(557, 'dwebble', 3, 145, 65, NULL, './images/557.png', './small-images/557.png'), +(558, 'crustle', 14, 2000, 170, NULL, './images/558.png', './small-images/558.png'), +(559, 'scraggy', 6, 118, 70, NULL, './images/559.png', './small-images/559.png'), +(560, 'scrafty', 11, 300, 171, NULL, './images/560.png', './small-images/560.png'), +(561, 'sigilyph', 14, 140, 172, NULL, './images/561.png', './small-images/561.png'), +(562, 'yamask', 5, 15, 61, NULL, './images/562.png', './small-images/562.png'), +(563, 'cofagrigus', 17, 765, 169, NULL, './images/563.png', './small-images/563.png'), +(564, 'tirtouga', 7, 165, 71, NULL, './images/564.png', './small-images/564.png'), +(565, 'carracosta', 12, 810, 173, NULL, './images/565.png', './small-images/565.png'), +(566, 'archen', 5, 95, 71, NULL, './images/566.png', './small-images/566.png'), +(567, 'archeops', 14, 320, 177, NULL, './images/567.png', './small-images/567.png'), +(568, 'trubbish', 6, 310, 66, NULL, './images/568.png', './small-images/568.png'), +(569, 'garbodor', 19, 1073, 166, NULL, './images/569.png', './small-images/569.png'), +(570, 'zorua', 7, 125, 66, NULL, './images/570.png', './small-images/570.png'), +(571, 'zoroark', 16, 811, 179, NULL, './images/571.png', './small-images/571.png'), +(572, 'minccino', 4, 58, 60, NULL, './images/572.png', './small-images/572.png'), +(573, 'cinccino', 5, 75, 165, NULL, './images/573.png', './small-images/573.png'), +(574, 'gothita', 4, 58, 58, NULL, './images/574.png', './small-images/574.png'), +(575, 'gothorita', 7, 180, 137, NULL, './images/575.png', './small-images/575.png'), +(576, 'gothitelle', 15, 440, 245, NULL, './images/576.png', './small-images/576.png'), +(577, 'solosis', 3, 10, 58, NULL, './images/577.png', './small-images/577.png'), +(578, 'duosion', 6, 80, 130, NULL, './images/578.png', './small-images/578.png'), +(579, 'reuniclus', 10, 201, 245, NULL, './images/579.png', './small-images/579.png'), +(580, 'ducklett', 5, 55, 61, NULL, './images/580.png', './small-images/580.png'), +(581, 'swanna', 13, 242, 166, NULL, './images/581.png', './small-images/581.png'), +(582, 'vanillite', 4, 57, 61, NULL, './images/582.png', './small-images/582.png'), +(583, 'vanillish', 11, 410, 138, NULL, './images/583.png', './small-images/583.png'), +(584, 'vanilluxe', 13, 575, 268, NULL, './images/584.png', './small-images/584.png'), +(585, 'deerling', 6, 195, 67, NULL, './images/585.png', './small-images/585.png'), +(586, 'sawsbuck', 19, 925, 166, NULL, './images/586.png', './small-images/586.png'), +(587, 'emolga', 4, 50, 150, NULL, './images/587.png', './small-images/587.png'), +(588, 'karrablast', 5, 59, 63, NULL, './images/588.png', './small-images/588.png'), +(589, 'escavalier', 10, 330, 173, NULL, './images/589.png', './small-images/589.png'), +(590, 'foongus', 2, 10, 59, NULL, './images/590.png', './small-images/590.png'), +(591, 'amoonguss', 6, 105, 162, NULL, './images/591.png', './small-images/591.png'), +(592, 'frillish', 12, 330, 67, NULL, './images/592.png', './small-images/592.png'), +(593, 'jellicent', 22, 1350, 168, NULL, './images/593.png', './small-images/593.png'), +(594, 'alomomola', 12, 316, 165, NULL, './images/594.png', './small-images/594.png'), +(595, 'joltik', 1, 6, 64, NULL, './images/595.png', './small-images/595.png'), +(596, 'galvantula', 8, 143, 165, NULL, './images/596.png', './small-images/596.png'), +(597, 'ferroseed', 6, 188, 61, NULL, './images/597.png', './small-images/597.png'), +(598, 'ferrothorn', 10, 1100, 171, NULL, './images/598.png', './small-images/598.png'), +(599, 'klink', 3, 210, 60, NULL, './images/599.png', './small-images/599.png'), +(600, 'klang', 6, 510, 154, NULL, './images/600.png', './small-images/600.png'), +(601, 'klinklang', 6, 810, 260, NULL, './images/601.png', './small-images/601.png'), +(602, 'tynamo', 2, 3, 55, NULL, './images/602.png', './small-images/602.png'), +(603, 'eelektrik', 12, 220, 142, NULL, './images/603.png', './small-images/603.png'), +(604, 'eelektross', 21, 805, 232, NULL, './images/604.png', './small-images/604.png'), +(605, 'elgyem', 5, 90, 67, NULL, './images/605.png', './small-images/605.png'), +(606, 'beheeyem', 10, 345, 170, NULL, './images/606.png', './small-images/606.png'), +(607, 'litwick', 3, 31, 55, NULL, './images/607.png', './small-images/607.png'), +(608, 'lampent', 6, 130, 130, NULL, './images/608.png', './small-images/608.png'), +(609, 'chandelure', 10, 343, 260, NULL, './images/609.png', './small-images/609.png'), +(610, 'axew', 6, 180, 64, NULL, './images/610.png', './small-images/610.png'), +(611, 'fraxure', 10, 360, 144, NULL, './images/611.png', './small-images/611.png'), +(612, 'haxorus', 18, 1055, 270, NULL, './images/612.png', './small-images/612.png'), +(613, 'cubchoo', 5, 85, 61, NULL, './images/613.png', './small-images/613.png'), +(614, 'beartic', 26, 2600, 177, NULL, './images/614.png', './small-images/614.png'), +(615, 'cryogonal', 11, 1480, 180, NULL, './images/615.png', './small-images/615.png'), +(616, 'shelmet', 4, 77, 61, NULL, './images/616.png', './small-images/616.png'); +INSERT INTO `pokemon` (`id`, `name`, `height`, `weight`, `base_experience`, `species_url`, `image_url`, `image_url_low`) VALUES +(617, 'accelgor', 8, 253, 173, NULL, './images/617.png', './small-images/617.png'), +(618, 'stunfisk', 7, 110, 165, NULL, './images/618.png', './small-images/618.png'), +(619, 'mienfoo', 9, 200, 70, NULL, './images/619.png', './small-images/619.png'), +(620, 'mienshao', 14, 355, 179, NULL, './images/620.png', './small-images/620.png'), +(621, 'druddigon', 16, 1390, 170, NULL, './images/621.png', './small-images/621.png'), +(622, 'golett', 10, 920, 61, NULL, './images/622.png', './small-images/622.png'), +(623, 'golurk', 28, 3300, 169, NULL, './images/623.png', './small-images/623.png'), +(624, 'pawniard', 5, 102, 68, NULL, './images/624.png', './small-images/624.png'), +(625, 'bisharp', 16, 700, 172, NULL, './images/625.png', './small-images/625.png'), +(626, 'bouffalant', 16, 946, 172, NULL, './images/626.png', './small-images/626.png'), +(627, 'rufflet', 5, 105, 70, NULL, './images/627.png', './small-images/627.png'), +(628, 'braviary', 15, 410, 179, NULL, './images/628.png', './small-images/628.png'), +(629, 'vullaby', 5, 90, 74, NULL, './images/629.png', './small-images/629.png'), +(630, 'mandibuzz', 12, 395, 179, NULL, './images/630.png', './small-images/630.png'), +(631, 'heatmor', 14, 580, 169, NULL, './images/631.png', './small-images/631.png'), +(632, 'durant', 3, 330, 169, NULL, './images/632.png', './small-images/632.png'), +(633, 'deino', 8, 173, 60, NULL, './images/633.png', './small-images/633.png'), +(634, 'zweilous', 14, 500, 147, NULL, './images/634.png', './small-images/634.png'), +(635, 'hydreigon', 18, 1600, 300, NULL, './images/635.png', './small-images/635.png'), +(636, 'larvesta', 11, 288, 72, NULL, './images/636.png', './small-images/636.png'), +(637, 'volcarona', 16, 460, 275, NULL, './images/637.png', './small-images/637.png'), +(638, 'cobalion', 21, 2500, 290, NULL, './images/638.png', './small-images/638.png'), +(639, 'terrakion', 19, 2600, 290, NULL, './images/639.png', './small-images/639.png'), +(640, 'virizion', 20, 2000, 290, NULL, './images/640.png', './small-images/640.png'), +(641, 'tornadus-incarnate', 15, 630, 290, NULL, './images/641.png', './small-images/641.png'), +(642, 'thundurus-incarnate', 15, 610, 290, NULL, './images/642.png', './small-images/642.png'), +(643, 'reshiram', 32, 3300, 340, NULL, './images/643.png', './small-images/643.png'), +(644, 'zekrom', 29, 3450, 340, NULL, './images/644.png', './small-images/644.png'), +(645, 'landorus-incarnate', 15, 680, 300, NULL, './images/645.png', './small-images/645.png'), +(646, 'kyurem', 30, 3250, 330, NULL, './images/646.png', './small-images/646.png'), +(647, 'keldeo-ordinary', 14, 485, 290, NULL, './images/647.png', './small-images/647.png'), +(648, 'meloetta-aria', 6, 65, 270, NULL, './images/648.png', './small-images/648.png'), +(649, 'genesect', 15, 825, 300, NULL, './images/649.png', './small-images/649.png'), +(650, 'chespin', 4, 90, 63, NULL, './images/650.png', './small-images/650.png'), +(651, 'quilladin', 7, 290, 142, NULL, './images/651.png', './small-images/651.png'), +(652, 'chesnaught', 16, 900, 239, NULL, './images/652.png', './small-images/652.png'), +(653, 'fennekin', 4, 94, 61, NULL, './images/653.png', './small-images/653.png'), +(654, 'braixen', 10, 145, 143, NULL, './images/654.png', './small-images/654.png'), +(655, 'delphox', 15, 390, 240, NULL, './images/655.png', './small-images/655.png'), +(656, 'froakie', 3, 70, 63, NULL, './images/656.png', './small-images/656.png'), +(657, 'frogadier', 6, 109, 142, NULL, './images/657.png', './small-images/657.png'), +(658, 'greninja', 15, 400, 239, NULL, './images/658.png', './small-images/658.png'), +(659, 'bunnelby', 4, 50, 47, NULL, './images/659.png', './small-images/659.png'), +(660, 'diggersby', 10, 424, 148, NULL, './images/660.png', './small-images/660.png'), +(661, 'fletchling', 3, 17, 56, NULL, './images/661.png', './small-images/661.png'), +(662, 'fletchinder', 7, 160, 134, NULL, './images/662.png', './small-images/662.png'), +(663, 'talonflame', 12, 245, 175, NULL, './images/663.png', './small-images/663.png'), +(664, 'scatterbug', 3, 25, 40, NULL, './images/664.png', './small-images/664.png'), +(665, 'spewpa', 3, 84, 75, NULL, './images/665.png', './small-images/665.png'), +(666, 'vivillon', 12, 170, 185, NULL, './images/666.png', './small-images/666.png'), +(667, 'litleo', 6, 135, 74, NULL, './images/667.png', './small-images/667.png'), +(668, 'pyroar', 15, 815, 177, NULL, './images/668.png', './small-images/668.png'), +(669, 'flabebe', 1, 1, 61, NULL, './images/669.png', './small-images/669.png'), +(670, 'floette', 2, 9, 130, NULL, './images/670.png', './small-images/670.png'), +(671, 'florges', 11, 100, 248, NULL, './images/671.png', './small-images/671.png'), +(672, 'skiddo', 9, 310, 70, NULL, './images/672.png', './small-images/672.png'), +(673, 'gogoat', 17, 910, 186, NULL, './images/673.png', './small-images/673.png'), +(674, 'pancham', 6, 80, 70, NULL, './images/674.png', './small-images/674.png'), +(675, 'pangoro', 21, 1360, 173, NULL, './images/675.png', './small-images/675.png'), +(676, 'furfrou', 12, 280, 165, NULL, './images/676.png', './small-images/676.png'), +(677, 'espurr', 3, 35, 71, NULL, './images/677.png', './small-images/677.png'), +(678, 'meowstic-male', 6, 85, 163, NULL, './images/678.png', './small-images/678.png'), +(679, 'honedge', 8, 20, 65, NULL, './images/679.png', './small-images/679.png'), +(680, 'doublade', 8, 45, 157, NULL, './images/680.png', './small-images/680.png'), +(681, 'aegislash-shield', 17, 530, 250, NULL, './images/681.png', './small-images/681.png'), +(682, 'spritzee', 2, 5, 68, NULL, './images/682.png', './small-images/682.png'), +(683, 'aromatisse', 8, 155, 162, NULL, './images/683.png', './small-images/683.png'), +(684, 'swirlix', 4, 35, 68, NULL, './images/684.png', './small-images/684.png'), +(685, 'slurpuff', 8, 50, 168, NULL, './images/685.png', './small-images/685.png'), +(686, 'inkay', 4, 35, 58, NULL, './images/686.png', './small-images/686.png'), +(687, 'malamar', 15, 470, 169, NULL, './images/687.png', './small-images/687.png'), +(688, 'binacle', 5, 310, 61, NULL, './images/688.png', './small-images/688.png'), +(689, 'barbaracle', 13, 960, 175, NULL, './images/689.png', './small-images/689.png'), +(690, 'skrelp', 5, 73, 64, NULL, './images/690.png', './small-images/690.png'), +(691, 'dragalge', 18, 815, 173, NULL, './images/691.png', './small-images/691.png'), +(692, 'clauncher', 5, 83, 66, NULL, './images/692.png', './small-images/692.png'), +(693, 'clawitzer', 13, 353, 100, NULL, './images/693.png', './small-images/693.png'), +(694, 'helioptile', 5, 60, 58, NULL, './images/694.png', './small-images/694.png'), +(695, 'heliolisk', 10, 210, 168, NULL, './images/695.png', './small-images/695.png'), +(696, 'tyrunt', 8, 260, 72, NULL, './images/696.png', './small-images/696.png'), +(697, 'tyrantrum', 25, 2700, 182, NULL, './images/697.png', './small-images/697.png'), +(698, 'amaura', 13, 252, 72, NULL, './images/698.png', './small-images/698.png'), +(699, 'aurorus', 27, 2250, 104, NULL, './images/699.png', './small-images/699.png'), +(700, 'sylveon', 10, 235, 184, NULL, './images/700.png', './small-images/700.png'), +(701, 'hawlucha', 8, 215, 175, NULL, './images/701.png', './small-images/701.png'), +(702, 'dedenne', 2, 22, 151, NULL, './images/702.png', './small-images/702.png'), +(703, 'carbink', 3, 57, 100, NULL, './images/703.png', './small-images/703.png'), +(704, 'goomy', 3, 28, 60, NULL, './images/704.png', './small-images/704.png'), +(705, 'sliggoo', 8, 175, 158, NULL, './images/705.png', './small-images/705.png'), +(706, 'goodra', 20, 1505, 300, NULL, './images/706.png', './small-images/706.png'), +(707, 'klefki', 2, 30, 165, NULL, './images/707.png', './small-images/707.png'), +(708, 'phantump', 4, 70, 62, NULL, './images/708.png', './small-images/708.png'), +(709, 'trevenant', 15, 710, 166, NULL, './images/709.png', './small-images/709.png'), +(710, 'pumpkaboo-average', 4, 50, 67, NULL, './images/710.png', './small-images/710.png'), +(711, 'gourgeist-average', 9, 125, 173, NULL, './images/711.png', './small-images/711.png'), +(712, 'bergmite', 10, 995, 61, NULL, './images/712.png', './small-images/712.png'), +(713, 'avalugg', 20, 5050, 180, NULL, './images/713.png', './small-images/713.png'), +(714, 'noibat', 5, 80, 49, NULL, './images/714.png', './small-images/714.png'), +(715, 'noivern', 15, 850, 187, NULL, './images/715.png', './small-images/715.png'), +(716, 'xerneas', 30, 2150, 340, NULL, './images/716.png', './small-images/716.png'), +(717, 'yveltal', 58, 2030, 340, NULL, './images/717.png', './small-images/717.png'), +(718, 'zygarde-50', 50, 3050, 300, NULL, './images/718.png', './small-images/718.png'), +(719, 'diancie', 7, 88, 300, NULL, './images/719.png', './small-images/719.png'), +(720, 'hoopa', 5, 90, 270, NULL, './images/720.png', './small-images/720.png'), +(721, 'volcanion', 17, 1950, 300, NULL, './images/721.png', './small-images/721.png'), +(722, 'rowlet', 3, 15, 64, NULL, './images/722.png', './small-images/722.png'), +(723, 'dartrix', 7, 160, 147, NULL, './images/723.png', './small-images/723.png'), +(724, 'decidueye', 16, 366, 265, NULL, './images/724.png', './small-images/724.png'), +(725, 'litten', 4, 43, 64, NULL, './images/725.png', './small-images/725.png'), +(726, 'torracat', 7, 250, 147, NULL, './images/726.png', './small-images/726.png'), +(727, 'incineroar', 18, 830, 265, NULL, './images/727.png', './small-images/727.png'), +(728, 'popplio', 4, 75, 64, NULL, './images/728.png', './small-images/728.png'), +(729, 'brionne', 6, 175, 147, NULL, './images/729.png', './small-images/729.png'), +(730, 'primarina', 18, 440, 265, NULL, './images/730.png', './small-images/730.png'), +(731, 'pikipek', 3, 12, 53, NULL, './images/731.png', './small-images/731.png'), +(732, 'trumbeak', 6, 148, 124, NULL, './images/732.png', './small-images/732.png'), +(733, 'toucannon', 11, 260, 218, NULL, './images/733.png', './small-images/733.png'), +(734, 'yungoos', 4, 60, 51, NULL, './images/734.png', './small-images/734.png'), +(735, 'gumshoos', 7, 142, 146, NULL, './images/735.png', './small-images/735.png'), +(736, 'grubbin', 4, 44, 60, NULL, './images/736.png', './small-images/736.png'), +(737, 'charjabug', 5, 105, 140, NULL, './images/737.png', './small-images/737.png'), +(738, 'vikavolt', 15, 450, 250, NULL, './images/738.png', './small-images/738.png'), +(739, 'crabrawler', 6, 70, 68, NULL, './images/739.png', './small-images/739.png'), +(740, 'crabominable', 17, 1800, 167, NULL, './images/740.png', './small-images/740.png'), +(741, 'oricorio-baile', 6, 34, 167, NULL, './images/741.png', './small-images/741.png'), +(742, 'cutiefly', 1, 2, 61, NULL, './images/742.png', './small-images/742.png'), +(743, 'ribombee', 2, 5, 162, NULL, './images/743.png', './small-images/743.png'), +(744, 'rockruff', 5, 92, 56, NULL, './images/744.png', './small-images/744.png'), +(745, 'lycanroc-midday', 8, 250, 170, NULL, './images/745.png', './small-images/745.png'), +(746, 'wishiwashi-solo', 2, 3, 61, NULL, './images/746.png', './small-images/746.png'), +(747, 'mareanie', 4, 80, 61, NULL, './images/747.png', './small-images/747.png'), +(748, 'toxapex', 7, 145, 173, NULL, './images/748.png', './small-images/748.png'), +(749, 'mudbray', 10, 1100, 77, NULL, './images/749.png', './small-images/749.png'), +(750, 'mudsdale', 25, 9200, 175, NULL, './images/750.png', './small-images/750.png'), +(751, 'dewpider', 3, 40, 54, NULL, './images/751.png', './small-images/751.png'), +(752, 'araquanid', 18, 820, 159, NULL, './images/752.png', './small-images/752.png'), +(753, 'fomantis', 3, 15, 50, NULL, './images/753.png', './small-images/753.png'), +(754, 'lurantis', 9, 185, 168, NULL, './images/754.png', './small-images/754.png'), +(755, 'morelull', 2, 15, 57, NULL, './images/755.png', './small-images/755.png'), +(756, 'shiinotic', 10, 115, 142, NULL, './images/756.png', './small-images/756.png'), +(757, 'salandit', 6, 48, 64, NULL, './images/757.png', './small-images/757.png'), +(758, 'salazzle', 12, 222, 168, NULL, './images/758.png', './small-images/758.png'), +(759, 'stufful', 5, 68, 68, NULL, './images/759.png', './small-images/759.png'), +(760, 'bewear', 21, 1350, 175, NULL, './images/760.png', './small-images/760.png'), +(761, 'bounsweet', 3, 32, 42, NULL, './images/761.png', './small-images/761.png'), +(762, 'steenee', 7, 82, 102, NULL, './images/762.png', './small-images/762.png'), +(763, 'tsareena', 12, 214, 255, NULL, './images/763.png', './small-images/763.png'), +(764, 'comfey', 1, 3, 170, NULL, './images/764.png', './small-images/764.png'), +(765, 'oranguru', 15, 760, 172, NULL, './images/765.png', './small-images/765.png'), +(766, 'passimian', 20, 828, 172, NULL, './images/766.png', './small-images/766.png'), +(767, 'wimpod', 5, 120, 46, NULL, './images/767.png', './small-images/767.png'), +(768, 'golisopod', 20, 1080, 186, NULL, './images/768.png', './small-images/768.png'), +(769, 'sandygast', 5, 700, 64, NULL, './images/769.png', './small-images/769.png'), +(770, 'palossand', 13, 2500, 168, NULL, './images/770.png', './small-images/770.png'), +(771, 'pyukumuku', 3, 12, 144, NULL, './images/771.png', './small-images/771.png'), +(772, 'type-null', 19, 1205, 107, NULL, './images/772.png', './small-images/772.png'), +(773, 'silvally', 23, 1005, 285, NULL, './images/773.png', './small-images/773.png'), +(774, 'minior-red-meteor', 3, 400, 154, NULL, './images/774.png', './small-images/774.png'), +(775, 'komala', 4, 199, 168, NULL, './images/775.png', './small-images/775.png'), +(776, 'turtonator', 20, 2120, 170, NULL, './images/776.png', './small-images/776.png'), +(777, 'togedemaru', 3, 33, 152, NULL, './images/777.png', './small-images/777.png'), +(778, 'mimikyu-disguised', 2, 7, 167, NULL, './images/778.png', './small-images/778.png'), +(779, 'bruxish', 9, 190, 166, NULL, './images/779.png', './small-images/779.png'), +(780, 'drampa', 30, 1850, 170, NULL, './images/780.png', './small-images/780.png'), +(781, 'dhelmise', 39, 2100, 181, NULL, './images/781.png', './small-images/781.png'), +(782, 'jangmo-o', 6, 297, 60, NULL, './images/782.png', './small-images/782.png'), +(783, 'hakamo-o', 12, 470, 147, NULL, './images/783.png', './small-images/783.png'), +(784, 'kommo-o', 16, 782, 300, NULL, './images/784.png', './small-images/784.png'), +(785, 'tapu-koko', 18, 205, 285, NULL, './images/785.png', './small-images/785.png'), +(786, 'tapu-lele', 12, 186, 285, NULL, './images/786.png', './small-images/786.png'), +(787, 'tapu-bulu', 19, 455, 285, NULL, './images/787.png', './small-images/787.png'), +(788, 'tapu-fini', 13, 212, 285, NULL, './images/788.png', './small-images/788.png'), +(789, 'cosmog', 2, 1, 40, NULL, './images/789.png', './small-images/789.png'), +(790, 'cosmoem', 1, 9999, 140, NULL, './images/790.png', './small-images/790.png'), +(791, 'solgaleo', 34, 2300, 340, NULL, './images/791.png', './small-images/791.png'), +(792, 'lunala', 40, 1200, 340, NULL, './images/792.png', './small-images/792.png'), +(793, 'nihilego', 12, 555, 285, NULL, './images/793.png', './small-images/793.png'), +(794, 'buzzwole', 24, 3336, 285, NULL, './images/794.png', './small-images/794.png'), +(795, 'pheromosa', 18, 250, 285, NULL, './images/795.png', './small-images/795.png'), +(796, 'xurkitree', 38, 1000, 285, NULL, './images/796.png', './small-images/796.png'), +(797, 'celesteela', 92, 9999, 285, NULL, './images/797.png', './small-images/797.png'), +(798, 'kartana', 3, 1, 285, NULL, './images/798.png', './small-images/798.png'), +(799, 'guzzlord', 55, 8880, 285, NULL, './images/799.png', './small-images/799.png'), +(800, 'necrozma', 24, 2300, 300, NULL, './images/800.png', './small-images/800.png'), +(801, 'magearna', 10, 805, 300, NULL, './images/801.png', './small-images/801.png'), +(802, 'marshadow', 7, 222, 300, NULL, './images/802.png', './small-images/802.png'), +(803, 'poipole', 6, 18, 210, NULL, './images/803.png', './small-images/803.png'), +(804, 'naganadel', 36, 1500, 270, NULL, './images/804.png', './small-images/804.png'), +(805, 'stakataka', 55, 8200, 285, NULL, './images/805.png', './small-images/805.png'), +(806, 'blacephalon', 18, 130, 285, NULL, './images/806.png', './small-images/806.png'), +(807, 'zeraora', 15, 445, 300, NULL, './images/807.png', './small-images/807.png'), +(808, 'meltan', 2, 80, 150, NULL, './images/808.png', './small-images/808.png'), +(809, 'melmetal', 25, 8000, 300, NULL, './images/809.png', './small-images/809.png'), +(810, 'grookey', 3, 50, 62, NULL, './images/810.png', './small-images/810.png'), +(811, 'thwackey', 7, 140, 147, NULL, './images/811.png', './small-images/811.png'), +(812, 'rillaboom', 21, 900, 265, NULL, './images/812.png', './small-images/812.png'), +(813, 'scorbunny', 3, 45, 62, NULL, './images/813.png', './small-images/813.png'), +(814, 'raboot', 6, 90, 147, NULL, './images/814.png', './small-images/814.png'), +(815, 'cinderace', 14, 330, 265, NULL, './images/815.png', './small-images/815.png'), +(816, 'sobble', 3, 40, 62, NULL, './images/816.png', './small-images/816.png'), +(817, 'drizzile', 7, 115, 147, NULL, './images/817.png', './small-images/817.png'), +(818, 'inteleon', 19, 452, 265, NULL, './images/818.png', './small-images/818.png'), +(819, 'skwovet', 3, 25, 55, NULL, './images/819.png', './small-images/819.png'), +(820, 'greedent', 6, 60, 161, NULL, './images/820.png', './small-images/820.png'), +(821, 'rookidee', 2, 18, 49, NULL, './images/821.png', './small-images/821.png'), +(822, 'corvisquire', 8, 160, 128, NULL, './images/822.png', './small-images/822.png'), +(823, 'corviknight', 22, 750, 248, NULL, './images/823.png', './small-images/823.png'), +(824, 'blipbug', 4, 80, 36, NULL, './images/824.png', './small-images/824.png'), +(825, 'dottler', 4, 195, 117, NULL, './images/825.png', './small-images/825.png'), +(826, 'orbeetle', 4, 408, 253, NULL, './images/826.png', './small-images/826.png'), +(827, 'nickit', 6, 89, 49, NULL, './images/827.png', './small-images/827.png'), +(828, 'thievul', 12, 199, 159, NULL, './images/828.png', './small-images/828.png'), +(829, 'gossifleur', 4, 22, 50, NULL, './images/829.png', './small-images/829.png'), +(830, 'eldegoss', 5, 25, 161, NULL, './images/830.png', './small-images/830.png'), +(831, 'wooloo', 6, 60, 122, NULL, './images/831.png', './small-images/831.png'), +(832, 'dubwool', 13, 430, 172, NULL, './images/832.png', './small-images/832.png'), +(833, 'chewtle', 3, 85, 57, NULL, './images/833.png', './small-images/833.png'), +(834, 'drednaw', 10, 1155, 170, NULL, './images/834.png', './small-images/834.png'), +(835, 'yamper', 3, 135, 54, NULL, './images/835.png', './small-images/835.png'), +(836, 'boltund', 10, 340, 172, NULL, './images/836.png', './small-images/836.png'), +(837, 'rolycoly', 3, 120, 48, NULL, './images/837.png', './small-images/837.png'), +(838, 'carkol', 11, 780, 144, NULL, './images/838.png', './small-images/838.png'), +(839, 'coalossal', 28, 3105, 255, NULL, './images/839.png', './small-images/839.png'), +(840, 'applin', 2, 5, 52, NULL, './images/840.png', './small-images/840.png'), +(841, 'flapple', 3, 10, 170, NULL, './images/841.png', './small-images/841.png'), +(842, 'appletun', 4, 130, 170, NULL, './images/842.png', './small-images/842.png'), +(843, 'silicobra', 22, 76, 63, NULL, './images/843.png', './small-images/843.png'), +(844, 'sandaconda', 38, 655, 179, NULL, './images/844.png', './small-images/844.png'), +(845, 'cramorant', 8, 180, 166, NULL, './images/845.png', './small-images/845.png'), +(846, 'arrokuda', 5, 10, 56, NULL, './images/846.png', './small-images/846.png'), +(847, 'barraskewda', 13, 300, 172, NULL, './images/847.png', './small-images/847.png'), +(848, 'toxel', 4, 110, 48, NULL, './images/848.png', './small-images/848.png'), +(849, 'toxtricity-amped', 16, 400, 176, NULL, './images/849.png', './small-images/849.png'), +(850, 'sizzlipede', 7, 10, 61, NULL, './images/850.png', './small-images/850.png'), +(851, 'centiskorch', 30, 1200, 184, NULL, './images/851.png', './small-images/851.png'), +(852, 'clobbopus', 6, 40, 62, NULL, './images/852.png', './small-images/852.png'), +(853, 'grapploct', 16, 390, 168, NULL, './images/853.png', './small-images/853.png'), +(854, 'sinistea', 1, 2, 62, NULL, './images/854.png', './small-images/854.png'), +(855, 'polteageist', 2, 4, 178, NULL, './images/855.png', './small-images/855.png'), +(856, 'hatenna', 4, 34, 53, NULL, './images/856.png', './small-images/856.png'), +(857, 'hattrem', 6, 48, 130, NULL, './images/857.png', './small-images/857.png'), +(858, 'hatterene', 21, 51, 255, NULL, './images/858.png', './small-images/858.png'), +(859, 'impidimp', 4, 55, 53, NULL, './images/859.png', './small-images/859.png'), +(860, 'morgrem', 8, 125, 130, NULL, './images/860.png', './small-images/860.png'), +(861, 'grimmsnarl', 15, 610, 255, NULL, './images/861.png', './small-images/861.png'), +(862, 'obstagoon', 16, 460, 260, NULL, './images/862.png', './small-images/862.png'), +(863, 'perrserker', 8, 280, 154, NULL, './images/863.png', './small-images/863.png'), +(864, 'cursola', 10, 4, 179, NULL, './images/864.png', './small-images/864.png'), +(865, 'sirfetchd', 8, 1170, 177, NULL, './images/865.png', './small-images/865.png'), +(866, 'mr-rime', 15, 582, 182, NULL, './images/866.png', './small-images/866.png'), +(867, 'runerigus', 16, 666, 169, NULL, './images/867.png', './small-images/867.png'), +(868, 'milcery', 2, 3, 54, NULL, './images/868.png', './small-images/868.png'), +(869, 'alcremie', 3, 5, 173, NULL, './images/869.png', './small-images/869.png'), +(870, 'falinks', 30, 620, 165, NULL, './images/870.png', './small-images/870.png'), +(871, 'pincurchin', 3, 10, 152, NULL, './images/871.png', './small-images/871.png'), +(872, 'snom', 3, 38, 37, NULL, './images/872.png', './small-images/872.png'), +(873, 'frosmoth', 13, 420, 166, NULL, './images/873.png', './small-images/873.png'), +(874, 'stonjourner', 25, 5200, 165, NULL, './images/874.png', './small-images/874.png'), +(875, 'eiscue-ice', 14, 890, 165, NULL, './images/875.png', './small-images/875.png'), +(876, 'indeedee-male', 9, 280, 166, NULL, './images/876.png', './small-images/876.png'), +(877, 'morpeko-full-belly', 3, 30, 153, NULL, './images/877.png', './small-images/877.png'), +(878, 'cufant', 12, 1000, 66, NULL, './images/878.png', './small-images/878.png'), +(879, 'copperajah', 30, 6500, 175, NULL, './images/879.png', './small-images/879.png'), +(880, 'dracozolt', 18, 1900, 177, NULL, './images/880.png', './small-images/880.png'), +(881, 'arctozolt', 23, 1500, 177, NULL, './images/881.png', './small-images/881.png'), +(882, 'dracovish', 23, 2150, 177, NULL, './images/882.png', './small-images/882.png'), +(883, 'arctovish', 20, 1750, 177, NULL, './images/883.png', './small-images/883.png'), +(884, 'duraludon', 18, 400, 187, NULL, './images/884.png', './small-images/884.png'), +(885, 'dreepy', 5, 20, 54, NULL, './images/885.png', './small-images/885.png'), +(886, 'drakloak', 14, 110, 144, NULL, './images/886.png', './small-images/886.png'), +(887, 'dragapult', 30, 500, 300, NULL, './images/887.png', './small-images/887.png'), +(888, 'zacian', 28, 1100, 335, NULL, './images/888.png', './small-images/888.png'), +(889, 'zamazenta', 29, 2100, 335, NULL, './images/889.png', './small-images/889.png'), +(890, 'eternatus', 200, 9500, 345, NULL, './images/890.png', './small-images/890.png'), +(891, 'kubfu', 6, 120, 77, NULL, './images/891.png', './small-images/891.png'), +(892, 'urshifu-single-strike', 19, 1050, 275, NULL, './images/892.png', './small-images/892.png'), +(893, 'zarude', 18, 700, 300, NULL, './images/893.png', './small-images/893.png'), +(894, 'regieleki', 12, 1450, 290, NULL, './images/894.png', './small-images/894.png'), +(895, 'regidrago', 21, 2000, 290, NULL, './images/895.png', './small-images/895.png'), +(896, 'glastrier', 22, 8000, 290, NULL, './images/896.png', './small-images/896.png'), +(897, 'spectrier', 20, 445, 290, NULL, './images/897.png', './small-images/897.png'), +(898, 'calyrex', 11, 77, 250, NULL, './images/898.png', './small-images/898.png'), +(899, 'wyrdeer', 18, 951, 263, NULL, './images/899.png', './small-images/899.png'), +(900, 'kleavor', 18, 890, 175, NULL, './images/900.png', './small-images/900.png'), +(901, 'ursaluna', 24, 2900, 275, NULL, './images/901.png', './small-images/901.png'), +(902, 'basculegion-male', 30, 1100, 265, NULL, './images/902.png', './small-images/902.png'), +(903, 'sneasler', 13, 430, 102, NULL, './images/903.png', './small-images/903.png'), +(904, 'overqwil', 25, 605, 179, NULL, './images/904.png', './small-images/904.png'), +(905, 'enamorus-incarnate', 16, 480, 116, NULL, './images/905.png', './small-images/905.png'), +(906, 'sprigatito', 4, 41, 62, NULL, './images/906.png', './small-images/906.png'), +(907, 'floragato', 9, 122, 144, NULL, './images/907.png', './small-images/907.png'), +(908, 'meowscarada', 15, 312, 265, NULL, './images/908.png', './small-images/908.png'), +(909, 'fuecoco', 4, 98, 62, NULL, './images/909.png', './small-images/909.png'), +(910, 'crocalor', 10, 307, 144, NULL, './images/910.png', './small-images/910.png'), +(911, 'skeledirge', 16, 3265, 265, NULL, './images/911.png', './small-images/911.png'), +(912, 'quaxly', 5, 61, 62, NULL, './images/912.png', './small-images/912.png'), +(913, 'quaxwell', 12, 215, 144, NULL, './images/913.png', './small-images/913.png'), +(914, 'quaquaval', 18, 619, 265, NULL, './images/914.png', './small-images/914.png'), +(915, 'lechonk', 5, 102, 51, NULL, './images/915.png', './small-images/915.png'), +(916, 'oinkologne-male', 10, 1200, 171, NULL, './images/916.png', './small-images/916.png'), +(917, 'tarountula', 3, 40, 42, NULL, './images/917.png', './small-images/917.png'), +(918, 'spidops', 10, 165, 141, NULL, './images/918.png', './small-images/918.png'), +(919, 'nymble', 2, 10, 42, NULL, './images/919.png', './small-images/919.png'), +(920, 'lokix', 10, 175, 158, NULL, './images/920.png', './small-images/920.png'), +(921, 'pawmi', 3, 25, 48, NULL, './images/921.png', './small-images/921.png'), +(922, 'pawmo', 4, 65, 123, NULL, './images/922.png', './small-images/922.png'), +(923, 'pawmot', 9, 410, 245, NULL, './images/923.png', './small-images/923.png'), +(924, 'tandemaus', 3, 18, 61, NULL, './images/924.png', './small-images/924.png'), +(925, 'maushold-family-of-four', 3, 23, 165, NULL, './images/925.png', './small-images/925.png'), +(926, 'fidough', 3, 109, 62, NULL, './images/926.png', './small-images/926.png'), +(927, 'dachsbun', 5, 149, 167, NULL, './images/927.png', './small-images/927.png'), +(928, 'smoliv', 3, 65, 52, NULL, './images/928.png', './small-images/928.png'), +(929, 'dolliv', 6, 119, 124, NULL, './images/929.png', './small-images/929.png'), +(930, 'arboliva', 14, 482, 255, NULL, './images/930.png', './small-images/930.png'), +(931, 'squawkabilly-green-plumage', 6, 24, 146, NULL, './images/931.png', './small-images/931.png'), +(932, 'nacli', 4, 160, 56, NULL, './images/932.png', './small-images/932.png'), +(933, 'naclstack', 6, 1050, 124, NULL, './images/933.png', './small-images/933.png'), +(934, 'garganacl', 23, 2400, 250, NULL, './images/934.png', './small-images/934.png'), +(935, 'charcadet', 6, 105, 51, NULL, './images/935.png', './small-images/935.png'), +(936, 'armarouge', 15, 850, 263, NULL, './images/936.png', './small-images/936.png'), +(937, 'ceruledge', 16, 620, 263, NULL, './images/937.png', './small-images/937.png'), +(938, 'tadbulb', 3, 4, 54, NULL, './images/938.png', './small-images/938.png'), +(939, 'bellibolt', 12, 1130, 173, NULL, './images/939.png', './small-images/939.png'), +(940, 'wattrel', 4, 36, 56, NULL, './images/940.png', './small-images/940.png'), +(941, 'kilowattrel', 14, 386, 172, NULL, './images/941.png', './small-images/941.png'), +(942, 'maschiff', 5, 160, 68, NULL, './images/942.png', './small-images/942.png'), +(943, 'mabosstiff', 11, 610, 177, NULL, './images/943.png', './small-images/943.png'), +(944, 'shroodle', 2, 7, 58, NULL, './images/944.png', './small-images/944.png'), +(945, 'grafaiai', 7, 272, 170, NULL, './images/945.png', './small-images/945.png'), +(946, 'bramblin', 6, 6, 55, NULL, './images/946.png', './small-images/946.png'), +(947, 'brambleghast', 12, 60, 168, NULL, './images/947.png', './small-images/947.png'), +(948, 'toedscool', 9, 330, 67, NULL, './images/948.png', './small-images/948.png'), +(949, 'toedscruel', 19, 580, 180, NULL, './images/949.png', './small-images/949.png'), +(950, 'klawf', 13, 790, 158, NULL, './images/950.png', './small-images/950.png'), +(951, 'capsakid', 3, 30, 61, NULL, './images/951.png', './small-images/951.png'), +(952, 'scovillain', 9, 150, 170, NULL, './images/952.png', './small-images/952.png'), +(953, 'rellor', 2, 10, 54, NULL, './images/953.png', './small-images/953.png'), +(954, 'rabsca', 3, 35, 165, NULL, './images/954.png', './small-images/954.png'), +(955, 'flittle', 2, 15, 51, NULL, './images/955.png', './small-images/955.png'), +(956, 'espathra', 19, 900, 168, NULL, './images/956.png', './small-images/956.png'), +(957, 'tinkatink', 4, 89, 59, NULL, './images/957.png', './small-images/957.png'), +(958, 'tinkatuff', 7, 591, 133, NULL, './images/958.png', './small-images/958.png'), +(959, 'tinkaton', 7, 1128, 253, NULL, './images/959.png', './small-images/959.png'), +(960, 'wiglett', 12, 18, 49, NULL, './images/960.png', './small-images/960.png'), +(961, 'wugtrio', 12, 54, 149, NULL, './images/961.png', './small-images/961.png'), +(962, 'bombirdier', 15, 429, 243, NULL, './images/962.png', './small-images/962.png'), +(963, 'finizen', 13, 602, 63, NULL, './images/963.png', './small-images/963.png'), +(964, 'palafin-zero', 13, 602, 160, NULL, './images/964.png', './small-images/964.png'), +(965, 'varoom', 10, 350, 60, NULL, './images/965.png', './small-images/965.png'), +(966, 'revavroom', 18, 1200, 175, NULL, './images/966.png', './small-images/966.png'), +(967, 'cyclizar', 16, 630, 175, NULL, './images/967.png', './small-images/967.png'), +(968, 'orthworm', 25, 3100, 240, NULL, './images/968.png', './small-images/968.png'), +(969, 'glimmet', 7, 80, 70, NULL, './images/969.png', './small-images/969.png'), +(970, 'glimmora', 15, 450, 184, NULL, './images/970.png', './small-images/970.png'), +(971, 'greavard', 6, 350, 58, NULL, './images/971.png', './small-images/971.png'), +(972, 'houndstone', 20, 150, 171, NULL, './images/972.png', './small-images/972.png'), +(973, 'flamigo', 16, 370, 175, NULL, './images/973.png', './small-images/973.png'), +(974, 'cetoddle', 12, 450, 67, NULL, './images/974.png', './small-images/974.png'), +(975, 'cetitan', 45, 7000, 182, NULL, './images/975.png', './small-images/975.png'), +(976, 'veluza', 25, 900, 167, NULL, './images/976.png', './small-images/976.png'), +(977, 'dondozo', 120, 2200, 265, NULL, './images/977.png', './small-images/977.png'), +(978, 'tatsugiri-curly', 3, 80, 166, NULL, './images/978.png', './small-images/978.png'), +(979, 'annihilape', 12, 560, 268, NULL, './images/979.png', './small-images/979.png'), +(980, 'clodsire', 18, 2230, 151, NULL, './images/980.png', './small-images/980.png'), +(981, 'farigiraf', 32, 1600, 260, NULL, './images/981.png', './small-images/981.png'), +(982, 'dudunsparce-two-segment', 36, 392, 182, NULL, './images/982.png', './small-images/982.png'), +(983, 'kingambit', 20, 1200, 275, NULL, './images/983.png', './small-images/983.png'), +(984, 'great-tusk', 22, 3200, 285, NULL, './images/984.png', './small-images/984.png'), +(985, 'scream-tail', 12, 80, 285, NULL, './images/985.png', './small-images/985.png'), +(986, 'brute-bonnet', 12, 210, 285, NULL, './images/986.png', './small-images/986.png'), +(987, 'flutter-mane', 14, 40, 285, NULL, './images/987.png', './small-images/987.png'), +(988, 'slither-wing', 32, 920, 285, NULL, './images/988.png', './small-images/988.png'), +(989, 'sandy-shocks', 23, 600, 285, NULL, './images/989.png', './small-images/989.png'), +(990, 'iron-treads', 9, 2400, 285, NULL, './images/990.png', './small-images/990.png'), +(991, 'iron-bundle', 6, 110, 285, NULL, './images/991.png', './small-images/991.png'), +(992, 'iron-hands', 18, 3807, 285, NULL, './images/992.png', './small-images/992.png'), +(993, 'iron-jugulis', 13, 1110, 285, NULL, './images/993.png', './small-images/993.png'), +(994, 'iron-moth', 12, 360, 285, NULL, './images/994.png', './small-images/994.png'), +(995, 'iron-thorns', 16, 3030, 285, NULL, './images/995.png', './small-images/995.png'), +(996, 'frigibax', 5, 170, 64, NULL, './images/996.png', './small-images/996.png'), +(997, 'arctibax', 8, 300, 148, NULL, './images/997.png', './small-images/997.png'), +(998, 'baxcalibur', 21, 2100, 300, NULL, './images/998.png', './small-images/998.png'), +(999, 'gimmighoul', 3, 50, 60, NULL, './images/999.png', './small-images/999.png'), +(1000, 'gholdengo', 12, 300, 275, NULL, './images/1000.png', './small-images/1000.png'), +(1001, 'wo-chien', 15, 742, 285, NULL, './images/1001.png', './small-images/1001.png'), +(1002, 'chien-pao', 19, 1522, 285, NULL, './images/1002.png', './small-images/1002.png'), +(1003, 'ting-lu', 27, 6997, 285, NULL, './images/1003.png', './small-images/1003.png'), +(1004, 'chi-yu', 4, 49, 285, NULL, './images/1004.png', './small-images/1004.png'), +(1005, 'roaring-moon', 20, 3800, 295, NULL, './images/1005.png', './small-images/1005.png'), +(1006, 'iron-valiant', 14, 350, 295, NULL, './images/1006.png', './small-images/1006.png'), +(1007, 'koraidon', 25, 3030, 335, NULL, './images/1007.png', './small-images/1007.png'), +(1008, 'miraidon', 35, 2400, 335, NULL, './images/1008.png', './small-images/1008.png'), +(1009, 'walking-wake', 35, 2800, 295, NULL, './images/1009.png', './small-images/1009.png'), +(1010, 'iron-leaves', 15, 1250, 295, NULL, './images/1010.png', './small-images/1010.png'); -- --------------------------------------------------------