├── .eslintrc.json ├── .gitignore ├── .vscode ├── extensions.json ├── launch.json └── settings.json ├── .vscodeignore ├── CHANGELOG.md ├── README.md ├── data ├── generate-json.js ├── pokemon.csv ├── pokemon.json └── savefile.json ├── extension.js ├── imgs └── sprites │ ├── 1.png │ ├── 10.png │ ├── 100.png │ ├── 101.png │ ├── 102.png │ ├── 103.png │ ├── 104.png │ ├── 105.png │ ├── 106.png │ ├── 107.png │ ├── 108.png │ ├── 109.png │ ├── 11.png │ ├── 110.png │ ├── 111.png │ ├── 112.png │ ├── 113.png │ ├── 114.png │ ├── 115-mega.png │ ├── 115.png │ ├── 116.png │ ├── 117.png │ ├── 118.png │ ├── 119.png │ ├── 12.png │ ├── 120.png │ ├── 121.png │ ├── 122.png │ ├── 123.png │ ├── 124.png │ ├── 125.png │ ├── 126.png │ ├── 127-mega.png │ ├── 127.png │ ├── 128.png │ ├── 129.png │ ├── 13.png │ ├── 130-mega.png │ ├── 130.png │ ├── 131.png │ ├── 132.png │ ├── 133.png │ ├── 134.png │ ├── 135.png │ ├── 136.png │ ├── 137.png │ ├── 138.png │ ├── 139.png │ ├── 14.png │ ├── 140.png │ ├── 141.png │ ├── 142-mega.png │ ├── 142.png │ ├── 143.png │ ├── 144.png │ ├── 145.png │ ├── 146.png │ ├── 147.png │ ├── 148.png │ ├── 149.png │ ├── 15-mega.png │ ├── 15.png │ ├── 150-mega-x.png │ ├── 150-mega-y.png │ ├── 150.png │ ├── 151.png │ ├── 152.png │ ├── 153.png │ ├── 154.png │ ├── 155.png │ ├── 156.png │ ├── 157.png │ ├── 158.png │ ├── 159.png │ ├── 16.png │ ├── 160.png │ ├── 161.png │ ├── 162.png │ ├── 163.png │ ├── 164.png │ ├── 165.png │ ├── 166.png │ ├── 167.png │ ├── 168.png │ ├── 169.png │ ├── 17.png │ ├── 170.png │ ├── 171.png │ ├── 172.png │ ├── 173.png │ ├── 174.png │ ├── 175.png │ ├── 176.png │ ├── 177.png │ ├── 178.png │ ├── 179.png │ ├── 18-mega.png │ ├── 18.png │ ├── 180.png │ ├── 181-mega.png │ ├── 181.png │ ├── 182.png │ ├── 183.png │ ├── 184.png │ ├── 185.png │ ├── 186.png │ ├── 187.png │ ├── 188.png │ ├── 189.png │ ├── 19.png │ ├── 190.png │ ├── 191.png │ ├── 192.png │ ├── 193.png │ ├── 194.png │ ├── 195.png │ ├── 196.png │ ├── 197.png │ ├── 198.png │ ├── 199.png │ ├── 2.png │ ├── 20.png │ ├── 200.png │ ├── 201-a.png │ ├── 201-b.png │ ├── 201-c.png │ ├── 201-d.png │ ├── 201-e.png │ ├── 201-exclamation.png │ ├── 201-f.png │ ├── 201-g.png │ ├── 201-h.png │ ├── 201-i.png │ ├── 201-j.png │ ├── 201-k.png │ ├── 201-l.png │ ├── 201-m.png │ ├── 201-n.png │ ├── 201-o.png │ ├── 201-p.png │ ├── 201-q.png │ ├── 201-question.png │ ├── 201-r.png │ ├── 201-s.png │ ├── 201-t.png │ ├── 201-u.png │ ├── 201-v.png │ ├── 201-w.png │ ├── 201-x.png │ ├── 201-y.png │ ├── 201-z.png │ ├── 201.png │ ├── 202.png │ ├── 203.png │ ├── 204.png │ ├── 205.png │ ├── 206.png │ ├── 207.png │ ├── 208-mega.png │ ├── 208.png │ ├── 209.png │ ├── 21.png │ ├── 210.png │ ├── 211.png │ ├── 212-mega.png │ ├── 212.png │ ├── 213.png │ ├── 214-mega.png │ ├── 214.png │ ├── 215.png │ ├── 216.png │ ├── 217.png │ ├── 218.png │ ├── 219.png │ ├── 22.png │ ├── 220.png │ ├── 221.png │ ├── 222.png │ ├── 223.png │ ├── 224.png │ ├── 225.png │ ├── 226.png │ ├── 227.png │ ├── 228.png │ ├── 229-mega.png │ ├── 229.png │ ├── 23.png │ ├── 230.png │ ├── 231.png │ ├── 232.png │ ├── 233.png │ ├── 234.png │ ├── 235.png │ ├── 236.png │ ├── 237.png │ ├── 238.png │ ├── 239.png │ ├── 24.png │ ├── 240.png │ ├── 241.png │ ├── 242.png │ ├── 243.png │ ├── 244.png │ ├── 245.png │ ├── 246.png │ ├── 247.png │ ├── 248-mega.png │ ├── 248.png │ ├── 249.png │ ├── 25-belle.png │ ├── 25-cosplay.png │ ├── 25-libre.png │ ├── 25-phd.png │ ├── 25-pop-star.png │ ├── 25-rock-star.png │ ├── 25.png │ ├── 250.png │ ├── 251.png │ ├── 252.png │ ├── 253.png │ ├── 254-mega.png │ ├── 254.png │ ├── 255.png │ ├── 256.png │ ├── 257-mega.png │ ├── 257.png │ ├── 258.png │ ├── 259.png │ ├── 26.png │ ├── 260-mega.png │ ├── 260.png │ ├── 261.png │ ├── 262.png │ ├── 263.png │ ├── 264.png │ ├── 265.png │ ├── 266.png │ ├── 267.png │ ├── 268.png │ ├── 269.png │ ├── 27.png │ ├── 270.png │ ├── 271.png │ ├── 272.png │ ├── 273.png │ ├── 274.png │ ├── 275.png │ ├── 276.png │ ├── 277.png │ ├── 278.png │ ├── 279.png │ ├── 28.png │ ├── 280.png │ ├── 281.png │ ├── 282-mega.png │ ├── 282.png │ ├── 283.png │ ├── 284.png │ ├── 285.png │ ├── 286.png │ ├── 287.png │ ├── 288.png │ ├── 289.png │ ├── 29.png │ ├── 290.png │ ├── 291.png │ ├── 292.png │ ├── 293.png │ ├── 294.png │ ├── 295.png │ ├── 296.png │ ├── 297.png │ ├── 298.png │ ├── 299.png │ ├── 3-mega.png │ ├── 3.png │ ├── 30.png │ ├── 300.png │ ├── 301.png │ ├── 302-mega.png │ ├── 302.png │ ├── 303-mega.png │ ├── 303.png │ ├── 304.png │ ├── 305.png │ ├── 306-mega.png │ ├── 306.png │ ├── 307.png │ ├── 308-mega.png │ ├── 308.png │ ├── 309.png │ ├── 31.png │ ├── 310-mega.png │ ├── 310.png │ ├── 311.png │ ├── 312.png │ ├── 313.png │ ├── 314.png │ ├── 315.png │ ├── 316.png │ ├── 317.png │ ├── 318.png │ ├── 319-mega.png │ ├── 319.png │ ├── 32.png │ ├── 320.png │ ├── 321.png │ ├── 322.png │ ├── 323-mega.png │ ├── 323.png │ ├── 324.png │ ├── 325.png │ ├── 326.png │ ├── 327.png │ ├── 328.png │ ├── 329.png │ ├── 33.png │ ├── 330.png │ ├── 331.png │ ├── 332.png │ ├── 333.png │ ├── 334-mega.png │ ├── 334.png │ ├── 335.png │ ├── 336.png │ ├── 337.png │ ├── 338.png │ ├── 339.png │ ├── 34.png │ ├── 340.png │ ├── 341.png │ ├── 342.png │ ├── 343.png │ ├── 344.png │ ├── 345.png │ ├── 346.png │ ├── 347.png │ ├── 348.png │ ├── 349.png │ ├── 35.png │ ├── 350.png │ ├── 351-rainy.png │ ├── 351-snowy.png │ ├── 351-sunny.png │ ├── 351.png │ ├── 352.png │ ├── 353.png │ ├── 354-mega.png │ ├── 354.png │ ├── 355.png │ ├── 356.png │ ├── 357.png │ ├── 358.png │ ├── 359-mega.png │ ├── 359.png │ ├── 36.png │ ├── 360.png │ ├── 361.png │ ├── 362-mega.png │ ├── 362.png │ ├── 363.png │ ├── 364.png │ ├── 365.png │ ├── 366.png │ ├── 367.png │ ├── 368.png │ ├── 369.png │ ├── 37.png │ ├── 370.png │ ├── 371.png │ ├── 372.png │ ├── 373-mega.png │ ├── 373.png │ ├── 374.png │ ├── 375.png │ ├── 376-mega.png │ ├── 376.png │ ├── 377.png │ ├── 378.png │ ├── 379.png │ ├── 38.png │ ├── 380-mega.png │ ├── 380.png │ ├── 381-mega.png │ ├── 381.png │ ├── 382-primal.png │ ├── 382.png │ ├── 383-primal.png │ ├── 383.png │ ├── 384-mega.png │ ├── 384.png │ ├── 385.png │ ├── 386-attack.png │ ├── 386-defense.png │ ├── 386-normal.png │ ├── 386-speed.png │ ├── 386.png │ ├── 387.png │ ├── 388.png │ ├── 389.png │ ├── 39.png │ ├── 390.png │ ├── 391.png │ ├── 392.png │ ├── 393.png │ ├── 394.png │ ├── 395.png │ ├── 396.png │ ├── 397.png │ ├── 398.png │ ├── 399.png │ ├── 4.png │ ├── 40.png │ ├── 400.png │ ├── 401.png │ ├── 402.png │ ├── 403.png │ ├── 404.png │ ├── 405.png │ ├── 406.png │ ├── 407.png │ ├── 408.png │ ├── 409.png │ ├── 41.png │ ├── 410.png │ ├── 411.png │ ├── 412-plant.png │ ├── 412-sandy.png │ ├── 412-trash.png │ ├── 412.png │ ├── 413-plant.png │ ├── 413-sandy.png │ ├── 413-trash.png │ ├── 413.png │ ├── 414.png │ ├── 415.png │ ├── 416.png │ ├── 417.png │ ├── 418.png │ ├── 419.png │ ├── 42.png │ ├── 420.png │ ├── 421-overcast.png │ ├── 421-sunshine.png │ ├── 421.png │ ├── 422-east.png │ ├── 422-west.png │ ├── 422.png │ ├── 423-east.png │ ├── 423-west.png │ ├── 423.png │ ├── 424.png │ ├── 425.png │ ├── 426.png │ ├── 427.png │ ├── 428-mega.png │ ├── 428.png │ ├── 429.png │ ├── 43.png │ ├── 430.png │ ├── 431.png │ ├── 432.png │ ├── 433.png │ ├── 434.png │ ├── 435.png │ ├── 436.png │ ├── 437.png │ ├── 438.png │ ├── 439.png │ ├── 44.png │ ├── 440.png │ ├── 441.png │ ├── 442.png │ ├── 443.png │ ├── 444.png │ ├── 445-mega.png │ ├── 445.png │ ├── 446.png │ ├── 447.png │ ├── 448-mega.png │ ├── 448.png │ ├── 449.png │ ├── 45.png │ ├── 450.png │ ├── 451.png │ ├── 452.png │ ├── 453.png │ ├── 454.png │ ├── 455.png │ ├── 456.png │ ├── 457.png │ ├── 458.png │ ├── 459.png │ ├── 46.png │ ├── 460-mega.png │ ├── 460.png │ ├── 461.png │ ├── 462.png │ ├── 463.png │ ├── 464.png │ ├── 465.png │ ├── 466.png │ ├── 467.png │ ├── 468.png │ ├── 469.png │ ├── 47.png │ ├── 470.png │ ├── 471.png │ ├── 472.png │ ├── 473.png │ ├── 474.png │ ├── 475-mega.png │ ├── 475.png │ ├── 476.png │ ├── 477.png │ ├── 478.png │ ├── 479-fan.png │ ├── 479-frost.png │ ├── 479-heat.png │ ├── 479-mow.png │ ├── 479-wash.png │ ├── 479.png │ ├── 48.png │ ├── 480.png │ ├── 481.png │ ├── 482.png │ ├── 483.png │ ├── 484.png │ ├── 485.png │ ├── 486.png │ ├── 487-altered.png │ ├── 487-origin.png │ ├── 487.png │ ├── 488.png │ ├── 489.png │ ├── 49.png │ ├── 490.png │ ├── 491.png │ ├── 492-land.png │ ├── 492-sky.png │ ├── 492.png │ ├── 493-bug.png │ ├── 493-dark.png │ ├── 493-dragon.png │ ├── 493-electric.png │ ├── 493-fairy.png │ ├── 493-fighting.png │ ├── 493-fire.png │ ├── 493-flying.png │ ├── 493-ghost.png │ ├── 493-grass.png │ ├── 493-ground.png │ ├── 493-ice.png │ ├── 493-normal.png │ ├── 493-poison.png │ ├── 493-psychic.png │ ├── 493-rock.png │ ├── 493-steel.png │ ├── 493-water.png │ ├── 493.png │ ├── 494.png │ ├── 495.png │ ├── 496.png │ ├── 497.png │ ├── 498.png │ ├── 499.png │ ├── 5.png │ ├── 50.png │ ├── 500.png │ ├── 501.png │ ├── 502.png │ ├── 503.png │ ├── 504.png │ ├── 505.png │ ├── 506.png │ ├── 507.png │ ├── 508.png │ ├── 509.png │ ├── 51.png │ ├── 510.png │ ├── 511.png │ ├── 512.png │ ├── 513.png │ ├── 514.png │ ├── 515.png │ ├── 516.png │ ├── 517.png │ ├── 518.png │ ├── 519.png │ ├── 52.png │ ├── 520.png │ ├── 521.png │ ├── 522.png │ ├── 523.png │ ├── 524.png │ ├── 525.png │ ├── 526.png │ ├── 527.png │ ├── 528.png │ ├── 529.png │ ├── 53.png │ ├── 530.png │ ├── 531-mega.png │ ├── 531.png │ ├── 532.png │ ├── 533.png │ ├── 534.png │ ├── 535.png │ ├── 536.png │ ├── 537.png │ ├── 538.png │ ├── 539.png │ ├── 54.png │ ├── 540.png │ ├── 541.png │ ├── 542.png │ ├── 543.png │ ├── 544.png │ ├── 545.png │ ├── 546.png │ ├── 547.png │ ├── 548.png │ ├── 549.png │ ├── 55.png │ ├── 550-blue-striped.png │ ├── 550-red-striped.png │ ├── 550.png │ ├── 551.png │ ├── 552.png │ ├── 553.png │ ├── 554.png │ ├── 555-standard.png │ ├── 555-zen.png │ ├── 555.png │ ├── 556.png │ ├── 557.png │ ├── 558.png │ ├── 559.png │ ├── 56.png │ ├── 560.png │ ├── 561.png │ ├── 562.png │ ├── 563.png │ ├── 564.png │ ├── 565.png │ ├── 566.png │ ├── 567.png │ ├── 568.png │ ├── 569.png │ ├── 57.png │ ├── 570.png │ ├── 571.png │ ├── 572.png │ ├── 573.png │ ├── 574.png │ ├── 575.png │ ├── 576.png │ ├── 577.png │ ├── 578.png │ ├── 579.png │ ├── 58.png │ ├── 580.png │ ├── 581.png │ ├── 582.png │ ├── 583.png │ ├── 584.png │ ├── 585-autumn.png │ ├── 585-spring.png │ ├── 585-summer.png │ ├── 585-winter.png │ ├── 585.png │ ├── 586-autumn.png │ ├── 586-spring.png │ ├── 586-summer.png │ ├── 586-winter.png │ ├── 586.png │ ├── 587.png │ ├── 588.png │ ├── 589.png │ ├── 59.png │ ├── 590.png │ ├── 591.png │ ├── 592.png │ ├── 593.png │ ├── 594.png │ ├── 595.png │ ├── 596.png │ ├── 597.png │ ├── 598.png │ ├── 599.png │ ├── 6-mega-x.png │ ├── 6-mega-y.png │ ├── 6.png │ ├── 60.png │ ├── 600.png │ ├── 601.png │ ├── 602.png │ ├── 603.png │ ├── 604.png │ ├── 605.png │ ├── 606.png │ ├── 607.png │ ├── 608.png │ ├── 609.png │ ├── 61.png │ ├── 610.png │ ├── 611.png │ ├── 612.png │ ├── 613.png │ ├── 614.png │ ├── 615.png │ ├── 616.png │ ├── 617.png │ ├── 618.png │ ├── 619.png │ ├── 62.png │ ├── 620.png │ ├── 621.png │ ├── 622.png │ ├── 623.png │ ├── 624.png │ ├── 625.png │ ├── 626.png │ ├── 627.png │ ├── 628.png │ ├── 629.png │ ├── 63.png │ ├── 630.png │ ├── 631.png │ ├── 632.png │ ├── 633.png │ ├── 634.png │ ├── 635.png │ ├── 636.png │ ├── 637.png │ ├── 638.png │ ├── 639.png │ ├── 64.png │ ├── 640.png │ ├── 641-incarnate.png │ ├── 641-therian.png │ ├── 641.png │ ├── 642-incarnate.png │ ├── 642-therian.png │ ├── 642.png │ ├── 643.png │ ├── 644.png │ ├── 645-incarnate.png │ ├── 645-therian.png │ ├── 645.png │ ├── 646-black.png │ ├── 646-white.png │ ├── 646.png │ ├── 647-ordinary.png │ ├── 647-resolute.png │ ├── 647.png │ ├── 648-aria.png │ ├── 648-pirouette.png │ ├── 648.png │ ├── 649-burn.png │ ├── 649-chill.png │ ├── 649-douse.png │ ├── 649-shock.png │ ├── 649.png │ ├── 65-mega.png │ ├── 65.png │ ├── 650.png │ ├── 651.png │ ├── 652.png │ ├── 653.png │ ├── 654.png │ ├── 655.png │ ├── 656.png │ ├── 657.png │ ├── 658.png │ ├── 659.png │ ├── 66.png │ ├── 660.png │ ├── 661.png │ ├── 662.png │ ├── 663.png │ ├── 664.png │ ├── 665.png │ ├── 666-archipelago.png │ ├── 666-continental.png │ ├── 666-elegant.png │ ├── 666-fancy.png │ ├── 666-garden.png │ ├── 666-high-plains.png │ ├── 666-icy-snow.png │ ├── 666-jungle.png │ ├── 666-marine.png │ ├── 666-meadow.png │ ├── 666-modern.png │ ├── 666-monsoon.png │ ├── 666-ocean.png │ ├── 666-poke-ball.png │ ├── 666-polar.png │ ├── 666-river.png │ ├── 666-sandstorm.png │ ├── 666-savanna.png │ ├── 666-sun.png │ ├── 666-tundra.png │ ├── 666.png │ ├── 667.png │ ├── 668.png │ ├── 669-blue.png │ ├── 669-orange.png │ ├── 669-red.png │ ├── 669-white.png │ ├── 669-yellow.png │ ├── 669.png │ ├── 67.png │ ├── 670-blue.png │ ├── 670-eternal.png │ ├── 670-orange.png │ ├── 670-red.png │ ├── 670-white.png │ ├── 670-yellow.png │ ├── 670.png │ ├── 671-blue.png │ ├── 671-orange.png │ ├── 671-red.png │ ├── 671-white.png │ ├── 671-yellow.png │ ├── 671.png │ ├── 672.png │ ├── 673.png │ ├── 674.png │ ├── 675.png │ ├── 676-dandy.png │ ├── 676-debutante.png │ ├── 676-diamond.png │ ├── 676-heart.png │ ├── 676-kabuki.png │ ├── 676-la-reine.png │ ├── 676-matron.png │ ├── 676-natural.png │ ├── 676-pharaoh.png │ ├── 676-star.png │ ├── 676.png │ ├── 677.png │ ├── 678-female.png │ ├── 678-male.png │ ├── 678.png │ ├── 679.png │ ├── 68.png │ ├── 680.png │ ├── 681-blade.png │ ├── 681-shield.png │ ├── 681.png │ ├── 682.png │ ├── 683.png │ ├── 684.png │ ├── 685.png │ ├── 686.png │ ├── 687.png │ ├── 688.png │ ├── 689.png │ ├── 69.png │ ├── 690.png │ ├── 691.png │ ├── 692.png │ ├── 693.png │ ├── 694.png │ ├── 695.png │ ├── 696.png │ ├── 697.png │ ├── 698.png │ ├── 699.png │ ├── 7.png │ ├── 70.png │ ├── 700.png │ ├── 701.png │ ├── 702.png │ ├── 703.png │ ├── 704.png │ ├── 705.png │ ├── 706.png │ ├── 707.png │ ├── 708.png │ ├── 709.png │ ├── 71.png │ ├── 710-average.png │ ├── 710-large.png │ ├── 710-small.png │ ├── 710-super.png │ ├── 710.png │ ├── 711-average.png │ ├── 711-large.png │ ├── 711-small.png │ ├── 711-super.png │ ├── 711.png │ ├── 712.png │ ├── 713.png │ ├── 714.png │ ├── 715.png │ ├── 716-active.png │ ├── 716-neutral.png │ ├── 716.png │ ├── 717.png │ ├── 718.png │ ├── 719-mega.png │ ├── 719.png │ ├── 72.png │ ├── 720-confined.png │ ├── 720-unbound.png │ ├── 720.png │ ├── 721.png │ ├── 73.png │ ├── 74.png │ ├── 75.png │ ├── 76.png │ ├── 77.png │ ├── 78.png │ ├── 79.png │ ├── 8.png │ ├── 80-mega.png │ ├── 80.png │ ├── 81.png │ ├── 82.png │ ├── 83.png │ ├── 84.png │ ├── 85.png │ ├── 86.png │ ├── 87.png │ ├── 88.png │ ├── 89.png │ ├── 9-mega.png │ ├── 9.png │ ├── 90.png │ ├── 91.png │ ├── 92.png │ ├── 93.png │ ├── 94-mega.png │ ├── 94.png │ ├── 95.png │ ├── 96.png │ ├── 97.png │ ├── 98.png │ ├── 99.png │ ├── egg.png │ ├── female │ ├── 521.png │ ├── 592.png │ ├── 593.png │ ├── 668.png │ └── 678.png │ ├── old │ ├── 0.png │ ├── 1.png │ ├── 10.png │ ├── 100.png │ ├── 101.png │ ├── 102.png │ ├── 103.png │ ├── 104.png │ ├── 105.png │ ├── 106.png │ ├── 107.png │ ├── 108.png │ ├── 109.png │ ├── 11.png │ ├── 110.png │ ├── 111.png │ ├── 112.png │ ├── 113.png │ ├── 114.png │ ├── 115.png │ ├── 116.png │ ├── 117.png │ ├── 118.png │ ├── 119.png │ ├── 12.png │ ├── 120.png │ ├── 121.png │ ├── 122.png │ ├── 123.png │ ├── 124.png │ ├── 125.png │ ├── 126.png │ ├── 127.png │ ├── 128.png │ ├── 129.png │ ├── 13.png │ ├── 130.png │ ├── 131.png │ ├── 132.png │ ├── 133.png │ ├── 134.png │ ├── 135.png │ ├── 136.png │ ├── 137.png │ ├── 138.png │ ├── 139.png │ ├── 14.png │ ├── 140.png │ ├── 141.png │ ├── 142.png │ ├── 143.png │ ├── 144.png │ ├── 145.png │ ├── 146.png │ ├── 147.png │ ├── 148.png │ ├── 149.png │ ├── 15.png │ ├── 150.png │ ├── 151.png │ ├── 152.png │ ├── 153.png │ ├── 154.png │ ├── 155.png │ ├── 156.png │ ├── 157.png │ ├── 158.png │ ├── 159.png │ ├── 16.png │ ├── 160.png │ ├── 161.png │ ├── 162.png │ ├── 163.png │ ├── 164.png │ ├── 165.png │ ├── 166.png │ ├── 167.png │ ├── 168.png │ ├── 169.png │ ├── 17.png │ ├── 170.png │ ├── 171.png │ ├── 172.png │ ├── 173.png │ ├── 174.png │ ├── 175.png │ ├── 176.png │ ├── 177.png │ ├── 178.png │ ├── 179.png │ ├── 18.png │ ├── 180.png │ ├── 181.png │ ├── 182.png │ ├── 183.png │ ├── 184.png │ ├── 185.png │ ├── 186.png │ ├── 187.png │ ├── 188.png │ ├── 189.png │ ├── 19.png │ ├── 190.png │ ├── 191.png │ ├── 192.png │ ├── 193.png │ ├── 194.png │ ├── 195.png │ ├── 196.png │ ├── 197.png │ ├── 198.png │ ├── 199.png │ ├── 2.png │ ├── 20.png │ ├── 200.png │ ├── 201-a.png │ ├── 201-b.png │ ├── 201-c.png │ ├── 201-d.png │ ├── 201-e.png │ ├── 201-exclamation.png │ ├── 201-f.png │ ├── 201-g.png │ ├── 201-h.png │ ├── 201-i.png │ ├── 201-j.png │ ├── 201-k.png │ ├── 201-l.png │ ├── 201-m.png │ ├── 201-n.png │ ├── 201-o.png │ ├── 201-p.png │ ├── 201-q.png │ ├── 201-question.png │ ├── 201-r.png │ ├── 201-s.png │ ├── 201-t.png │ ├── 201-u.png │ ├── 201-v.png │ ├── 201-w.png │ ├── 201-x.png │ ├── 201-y.png │ ├── 201-z.png │ ├── 201.png │ ├── 202.png │ ├── 203.png │ ├── 204.png │ ├── 205.png │ ├── 206.png │ ├── 207.png │ ├── 208.png │ ├── 209.png │ ├── 21.png │ ├── 210.png │ ├── 211.png │ ├── 212.png │ ├── 213.png │ ├── 214.png │ ├── 215.png │ ├── 216.png │ ├── 217.png │ ├── 218.png │ ├── 219.png │ ├── 22.png │ ├── 220.png │ ├── 221.png │ ├── 222.png │ ├── 223.png │ ├── 224.png │ ├── 225.png │ ├── 226.png │ ├── 227.png │ ├── 228.png │ ├── 229.png │ ├── 23.png │ ├── 230.png │ ├── 231.png │ ├── 232.png │ ├── 233.png │ ├── 234.png │ ├── 235.png │ ├── 236.png │ ├── 237.png │ ├── 238.png │ ├── 239.png │ ├── 24.png │ ├── 240.png │ ├── 241.png │ ├── 242.png │ ├── 243.png │ ├── 244.png │ ├── 245.png │ ├── 246.png │ ├── 247.png │ ├── 248.png │ ├── 249.png │ ├── 25.png │ ├── 250.png │ ├── 251.png │ ├── 252.png │ ├── 253.png │ ├── 254.png │ ├── 255.png │ ├── 256.png │ ├── 257.png │ ├── 258.png │ ├── 259.png │ ├── 26.png │ ├── 260.png │ ├── 261.png │ ├── 262.png │ ├── 263.png │ ├── 264.png │ ├── 265.png │ ├── 266.png │ ├── 267.png │ ├── 268.png │ ├── 269.png │ ├── 27.png │ ├── 270.png │ ├── 271.png │ ├── 272.png │ ├── 273.png │ ├── 274.png │ ├── 275.png │ ├── 276.png │ ├── 277.png │ ├── 278.png │ ├── 279.png │ ├── 28.png │ ├── 280.png │ ├── 281.png │ ├── 282.png │ ├── 283.png │ ├── 284.png │ ├── 285.png │ ├── 286.png │ ├── 287.png │ ├── 288.png │ ├── 289.png │ ├── 29.png │ ├── 290.png │ ├── 291.png │ ├── 292.png │ ├── 293.png │ ├── 294.png │ ├── 295.png │ ├── 296.png │ ├── 297.png │ ├── 298.png │ ├── 299.png │ ├── 3.png │ ├── 30.png │ ├── 300.png │ ├── 301.png │ ├── 302.png │ ├── 303.png │ ├── 304.png │ ├── 305.png │ ├── 306.png │ ├── 307.png │ ├── 308.png │ ├── 309.png │ ├── 31.png │ ├── 310.png │ ├── 311.png │ ├── 312.png │ ├── 313.png │ ├── 314.png │ ├── 315.png │ ├── 316.png │ ├── 317.png │ ├── 318.png │ ├── 319.png │ ├── 32.png │ ├── 320.png │ ├── 321.png │ ├── 322.png │ ├── 323.png │ ├── 324.png │ ├── 325.png │ ├── 326.png │ ├── 327.png │ ├── 328.png │ ├── 329.png │ ├── 33.png │ ├── 330.png │ ├── 331.png │ ├── 332.png │ ├── 333.png │ ├── 334.png │ ├── 335.png │ ├── 336.png │ ├── 337.png │ ├── 338.png │ ├── 339.png │ ├── 34.png │ ├── 340.png │ ├── 341.png │ ├── 342.png │ ├── 343.png │ ├── 344.png │ ├── 345.png │ ├── 346.png │ ├── 347.png │ ├── 348.png │ ├── 349.png │ ├── 35.png │ ├── 350.png │ ├── 351-rainy.png │ ├── 351-snowy.png │ ├── 351-sunny.png │ ├── 351.png │ ├── 352.png │ ├── 353.png │ ├── 354.png │ ├── 355.png │ ├── 356.png │ ├── 357.png │ ├── 358.png │ ├── 359.png │ ├── 36.png │ ├── 360.png │ ├── 361.png │ ├── 362.png │ ├── 363.png │ ├── 364.png │ ├── 365.png │ ├── 366.png │ ├── 367.png │ ├── 368.png │ ├── 369.png │ ├── 37.png │ ├── 370.png │ ├── 371.png │ ├── 372.png │ ├── 373.png │ ├── 374.png │ ├── 375.png │ ├── 376.png │ ├── 377.png │ ├── 378.png │ ├── 379.png │ ├── 38.png │ ├── 380.png │ ├── 381.png │ ├── 382.png │ ├── 383.png │ ├── 384.png │ ├── 385.png │ ├── 386-attack.png │ ├── 386-defense.png │ ├── 386-normal.png │ ├── 386-speed.png │ ├── 386.png │ ├── 387.png │ ├── 388.png │ ├── 389.png │ ├── 39.png │ ├── 390.png │ ├── 391.png │ ├── 392.png │ ├── 393.png │ ├── 394.png │ ├── 395.png │ ├── 396.png │ ├── 397.png │ ├── 398.png │ ├── 399.png │ ├── 4.png │ ├── 40.png │ ├── 400.png │ ├── 401.png │ ├── 402.png │ ├── 403.png │ ├── 404.png │ ├── 405.png │ ├── 406.png │ ├── 407.png │ ├── 408.png │ ├── 409.png │ ├── 41.png │ ├── 410.png │ ├── 411.png │ ├── 412-plant.png │ ├── 412-sandy.png │ ├── 412-trash.png │ ├── 412.png │ ├── 413-plant.png │ ├── 413-sandy.png │ ├── 413-trash.png │ ├── 413.png │ ├── 414.png │ ├── 415.png │ ├── 416.png │ ├── 417.png │ ├── 418.png │ ├── 419.png │ ├── 42.png │ ├── 420.png │ ├── 421-overcast.png │ ├── 421-sunshine.png │ ├── 421.png │ ├── 422-east.png │ ├── 422-west.png │ ├── 422.png │ ├── 423-east.png │ ├── 423-west.png │ ├── 423.png │ ├── 424.png │ ├── 425.png │ ├── 426.png │ ├── 427.png │ ├── 428.png │ ├── 429.png │ ├── 43.png │ ├── 430.png │ ├── 431.png │ ├── 432.png │ ├── 433.png │ ├── 434.png │ ├── 435.png │ ├── 436.png │ ├── 437.png │ ├── 438.png │ ├── 439.png │ ├── 44.png │ ├── 440.png │ ├── 441.png │ ├── 442.png │ ├── 443.png │ ├── 444.png │ ├── 445.png │ ├── 446.png │ ├── 447.png │ ├── 448.png │ ├── 449.png │ ├── 45.png │ ├── 450.png │ ├── 451.png │ ├── 452.png │ ├── 453.png │ ├── 454.png │ ├── 455.png │ ├── 456.png │ ├── 457.png │ ├── 458.png │ ├── 459.png │ ├── 46.png │ ├── 460.png │ ├── 461.png │ ├── 462.png │ ├── 463.png │ ├── 464.png │ ├── 465.png │ ├── 466.png │ ├── 467.png │ ├── 468.png │ ├── 469.png │ ├── 47.png │ ├── 470.png │ ├── 471.png │ ├── 472.png │ ├── 473.png │ ├── 474.png │ ├── 475.png │ ├── 476.png │ ├── 477.png │ ├── 478.png │ ├── 479-fan.png │ ├── 479-frost.png │ ├── 479-heat.png │ ├── 479-mow.png │ ├── 479-wash.png │ ├── 479.png │ ├── 48.png │ ├── 480.png │ ├── 481.png │ ├── 482.png │ ├── 483.png │ ├── 484.png │ ├── 485.png │ ├── 486.png │ ├── 487-altered.png │ ├── 487-origin.png │ ├── 487.png │ ├── 488.png │ ├── 489.png │ ├── 49.png │ ├── 490.png │ ├── 491.png │ ├── 492-land.png │ ├── 492-sky.png │ ├── 492.png │ ├── 493-normal.png │ ├── 493.png │ ├── 494.png │ ├── 495.png │ ├── 496.png │ ├── 497.png │ ├── 498.png │ ├── 499.png │ ├── 5.png │ ├── 50.png │ ├── 500.png │ ├── 501.png │ ├── 502.png │ ├── 503.png │ ├── 504.png │ ├── 505.png │ ├── 506.png │ ├── 507.png │ ├── 508.png │ ├── 509.png │ ├── 51.png │ ├── 510.png │ ├── 511.png │ ├── 512.png │ ├── 513.png │ ├── 514.png │ ├── 515.png │ ├── 516.png │ ├── 517.png │ ├── 518.png │ ├── 519.png │ ├── 52.png │ ├── 520.png │ ├── 521.png │ ├── 522.png │ ├── 523.png │ ├── 524.png │ ├── 525.png │ ├── 526.png │ ├── 527.png │ ├── 528.png │ ├── 529.png │ ├── 53.png │ ├── 530.png │ ├── 531.png │ ├── 532.png │ ├── 533.png │ ├── 534.png │ ├── 535.png │ ├── 536.png │ ├── 537.png │ ├── 538.png │ ├── 539.png │ ├── 54.png │ ├── 540.png │ ├── 541.png │ ├── 542.png │ ├── 543.png │ ├── 544.png │ ├── 545.png │ ├── 546.png │ ├── 547.png │ ├── 548.png │ ├── 549.png │ ├── 55.png │ ├── 550-blue-striped.png │ ├── 550-red-striped.png │ ├── 550.png │ ├── 551.png │ ├── 552.png │ ├── 553.png │ ├── 554.png │ ├── 555-standard.png │ ├── 555-zen.png │ ├── 555.png │ ├── 556.png │ ├── 557.png │ ├── 558.png │ ├── 559.png │ ├── 56.png │ ├── 560.png │ ├── 561.png │ ├── 562.png │ ├── 563.png │ ├── 564.png │ ├── 565.png │ ├── 566.png │ ├── 567.png │ ├── 568.png │ ├── 569.png │ ├── 57.png │ ├── 570.png │ ├── 571.png │ ├── 572.png │ ├── 573.png │ ├── 574.png │ ├── 575.png │ ├── 576.png │ ├── 577.png │ ├── 578.png │ ├── 579.png │ ├── 58.png │ ├── 580.png │ ├── 581.png │ ├── 582.png │ ├── 583.png │ ├── 584.png │ ├── 585-autumn.png │ ├── 585-spring.png │ ├── 585-summer.png │ ├── 585-winter.png │ ├── 585.png │ ├── 586-autumn.png │ ├── 586-spring.png │ ├── 586-summer.png │ ├── 586-winter.png │ ├── 586.png │ ├── 587.png │ ├── 588.png │ ├── 589.png │ ├── 59.png │ ├── 590.png │ ├── 591.png │ ├── 592.png │ ├── 593.png │ ├── 594.png │ ├── 595.png │ ├── 596.png │ ├── 597.png │ ├── 598.png │ ├── 599.png │ ├── 6.png │ ├── 60.png │ ├── 600.png │ ├── 601.png │ ├── 602.png │ ├── 603.png │ ├── 604.png │ ├── 605.png │ ├── 606.png │ ├── 607.png │ ├── 608.png │ ├── 609.png │ ├── 61.png │ ├── 610.png │ ├── 611.png │ ├── 612.png │ ├── 613.png │ ├── 614.png │ ├── 615.png │ ├── 616.png │ ├── 617.png │ ├── 618.png │ ├── 619.png │ ├── 62.png │ ├── 620.png │ ├── 621.png │ ├── 622.png │ ├── 623.png │ ├── 624.png │ ├── 625.png │ ├── 626.png │ ├── 627.png │ ├── 628.png │ ├── 629.png │ ├── 63.png │ ├── 630.png │ ├── 631.png │ ├── 632.png │ ├── 633.png │ ├── 634.png │ ├── 635.png │ ├── 636.png │ ├── 637.png │ ├── 638.png │ ├── 639.png │ ├── 64.png │ ├── 640.png │ ├── 641-incarnate.png │ ├── 641-therian.png │ ├── 641.png │ ├── 642-incarnate.png │ ├── 642-therian.png │ ├── 642.png │ ├── 643.png │ ├── 644.png │ ├── 645-incarnate.png │ ├── 645-therian.png │ ├── 645.png │ ├── 646-black.png │ ├── 646-white.png │ ├── 646.png │ ├── 647-ordinary.png │ ├── 647-resolute.png │ ├── 647.png │ ├── 648-aria.png │ ├── 648-pirouette.png │ ├── 648.png │ ├── 649-burn.png │ ├── 649-chill.png │ ├── 649-douse.png │ ├── 649-shock.png │ ├── 649.png │ ├── 65.png │ ├── 66.png │ ├── 67.png │ ├── 68.png │ ├── 69.png │ ├── 7.png │ ├── 70.png │ ├── 71.png │ ├── 72.png │ ├── 73.png │ ├── 74.png │ ├── 75.png │ ├── 76.png │ ├── 77.png │ ├── 78.png │ ├── 79.png │ ├── 8.png │ ├── 80.png │ ├── 81.png │ ├── 82.png │ ├── 83.png │ ├── 84.png │ ├── 85.png │ ├── 86.png │ ├── 87.png │ ├── 88.png │ ├── 89.png │ ├── 9.png │ ├── 90.png │ ├── 91.png │ ├── 92.png │ ├── 93.png │ ├── 94.png │ ├── 95.png │ ├── 96.png │ ├── 97.png │ ├── 98.png │ ├── 99.png │ ├── egg-manaphy.png │ ├── egg.png │ └── female │ │ ├── 521.png │ │ ├── 592.png │ │ └── 593.png │ └── right │ ├── 159.png │ ├── 173.png │ ├── 174.png │ ├── 186.png │ ├── 201-b.png │ ├── 201-c.png │ ├── 201-d.png │ ├── 201-e.png │ ├── 201-f.png │ ├── 201-g.png │ ├── 201-h.png │ ├── 201-j.png │ ├── 201-k.png │ ├── 201-l.png │ ├── 201-m.png │ ├── 201-n.png │ ├── 201-p.png │ ├── 201-q.png │ ├── 201-question.png │ ├── 201-r.png │ ├── 201-s.png │ ├── 201-t.png │ ├── 201-v.png │ ├── 201-z.png │ ├── 215.png │ ├── 216.png │ ├── 25-belle.png │ ├── 25-popstar.png │ ├── 315.png │ ├── 335.png │ ├── 336.png │ ├── 35.png │ ├── 351-snowy.png │ ├── 359-mega.png │ ├── 359.png │ ├── 36.png │ ├── 377.png │ ├── 389.png │ ├── 39.png │ ├── 40.png │ ├── 406.png │ ├── 407.png │ ├── 467.png │ ├── 468.png │ ├── 479-wash.png │ ├── 492-sky.png │ ├── 500.png │ ├── 513.png │ ├── 514.png │ ├── 529.png │ ├── 530.png │ ├── 539.png │ ├── 549.png │ ├── 569.png │ ├── 577.png │ ├── 584.png │ ├── 591.png │ ├── 599.png │ ├── 600.png │ ├── 601.png │ ├── 607.png │ ├── 61.png │ ├── 62.png │ ├── 622.png │ ├── 623.png │ ├── 646-black.png │ ├── 646-white.png │ ├── 646.png │ ├── 647-resolute.png │ ├── 648-aria.png │ ├── 648.png │ ├── 658.png │ ├── 676-debutante.png │ ├── 689.png │ ├── 692.png │ ├── 693.png │ ├── 700.png │ ├── 707.png │ ├── 718.png │ └── 99.png ├── jsconfig.json ├── package.json ├── test ├── extension.test.js └── index.js └── vsc-extension-quickstart.md /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | // Place your settings in this file to overwrite default and user settings. 2 | { 3 | } -------------------------------------------------------------------------------- /.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | test/** 4 | .gitignore 5 | jsconfig.json 6 | vsc-extension-quickstart.md 7 | .eslintrc.json 8 | -------------------------------------------------------------------------------- /data/savefile.json: -------------------------------------------------------------------------------- 1 | {"items":{"Pokeball":50,"Greatball":10,"Ultraball":5,"Razzberry":5},"pokemon_boxes":{}} -------------------------------------------------------------------------------- /imgs/sprites/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/1.png -------------------------------------------------------------------------------- /imgs/sprites/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/10.png -------------------------------------------------------------------------------- /imgs/sprites/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/100.png -------------------------------------------------------------------------------- /imgs/sprites/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/101.png -------------------------------------------------------------------------------- /imgs/sprites/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/102.png -------------------------------------------------------------------------------- /imgs/sprites/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/103.png -------------------------------------------------------------------------------- /imgs/sprites/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/104.png -------------------------------------------------------------------------------- /imgs/sprites/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/105.png -------------------------------------------------------------------------------- /imgs/sprites/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/106.png -------------------------------------------------------------------------------- /imgs/sprites/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/107.png -------------------------------------------------------------------------------- /imgs/sprites/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/108.png -------------------------------------------------------------------------------- /imgs/sprites/109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/109.png -------------------------------------------------------------------------------- /imgs/sprites/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/11.png -------------------------------------------------------------------------------- /imgs/sprites/110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/110.png -------------------------------------------------------------------------------- /imgs/sprites/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/111.png -------------------------------------------------------------------------------- /imgs/sprites/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/112.png -------------------------------------------------------------------------------- /imgs/sprites/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/113.png -------------------------------------------------------------------------------- /imgs/sprites/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/114.png -------------------------------------------------------------------------------- /imgs/sprites/115-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/115-mega.png -------------------------------------------------------------------------------- /imgs/sprites/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/115.png -------------------------------------------------------------------------------- /imgs/sprites/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/116.png -------------------------------------------------------------------------------- /imgs/sprites/117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/117.png -------------------------------------------------------------------------------- /imgs/sprites/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/118.png -------------------------------------------------------------------------------- /imgs/sprites/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/119.png -------------------------------------------------------------------------------- /imgs/sprites/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/12.png -------------------------------------------------------------------------------- /imgs/sprites/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/120.png -------------------------------------------------------------------------------- /imgs/sprites/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/121.png -------------------------------------------------------------------------------- /imgs/sprites/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/122.png -------------------------------------------------------------------------------- /imgs/sprites/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/123.png -------------------------------------------------------------------------------- /imgs/sprites/124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/124.png -------------------------------------------------------------------------------- /imgs/sprites/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/125.png -------------------------------------------------------------------------------- /imgs/sprites/126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/126.png -------------------------------------------------------------------------------- /imgs/sprites/127-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/127-mega.png -------------------------------------------------------------------------------- /imgs/sprites/127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/127.png -------------------------------------------------------------------------------- /imgs/sprites/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/128.png -------------------------------------------------------------------------------- /imgs/sprites/129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/129.png -------------------------------------------------------------------------------- /imgs/sprites/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/13.png -------------------------------------------------------------------------------- /imgs/sprites/130-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/130-mega.png -------------------------------------------------------------------------------- /imgs/sprites/130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/130.png -------------------------------------------------------------------------------- /imgs/sprites/131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/131.png -------------------------------------------------------------------------------- /imgs/sprites/132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/132.png -------------------------------------------------------------------------------- /imgs/sprites/133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/133.png -------------------------------------------------------------------------------- /imgs/sprites/134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/134.png -------------------------------------------------------------------------------- /imgs/sprites/135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/135.png -------------------------------------------------------------------------------- /imgs/sprites/136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/136.png -------------------------------------------------------------------------------- /imgs/sprites/137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/137.png -------------------------------------------------------------------------------- /imgs/sprites/138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/138.png -------------------------------------------------------------------------------- /imgs/sprites/139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/139.png -------------------------------------------------------------------------------- /imgs/sprites/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/14.png -------------------------------------------------------------------------------- /imgs/sprites/140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/140.png -------------------------------------------------------------------------------- /imgs/sprites/141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/141.png -------------------------------------------------------------------------------- /imgs/sprites/142-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/142-mega.png -------------------------------------------------------------------------------- /imgs/sprites/142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/142.png -------------------------------------------------------------------------------- /imgs/sprites/143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/143.png -------------------------------------------------------------------------------- /imgs/sprites/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/144.png -------------------------------------------------------------------------------- /imgs/sprites/145.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/145.png -------------------------------------------------------------------------------- /imgs/sprites/146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/146.png -------------------------------------------------------------------------------- /imgs/sprites/147.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/147.png -------------------------------------------------------------------------------- /imgs/sprites/148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/148.png -------------------------------------------------------------------------------- /imgs/sprites/149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/149.png -------------------------------------------------------------------------------- /imgs/sprites/15-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/15-mega.png -------------------------------------------------------------------------------- /imgs/sprites/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/15.png -------------------------------------------------------------------------------- /imgs/sprites/150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/150.png -------------------------------------------------------------------------------- /imgs/sprites/151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/151.png -------------------------------------------------------------------------------- /imgs/sprites/152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/152.png -------------------------------------------------------------------------------- /imgs/sprites/153.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/153.png -------------------------------------------------------------------------------- /imgs/sprites/154.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/154.png -------------------------------------------------------------------------------- /imgs/sprites/155.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/155.png -------------------------------------------------------------------------------- /imgs/sprites/156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/156.png -------------------------------------------------------------------------------- /imgs/sprites/157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/157.png -------------------------------------------------------------------------------- /imgs/sprites/158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/158.png -------------------------------------------------------------------------------- /imgs/sprites/159.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/159.png -------------------------------------------------------------------------------- /imgs/sprites/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/16.png -------------------------------------------------------------------------------- /imgs/sprites/160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/160.png -------------------------------------------------------------------------------- /imgs/sprites/161.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/161.png -------------------------------------------------------------------------------- /imgs/sprites/162.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/162.png -------------------------------------------------------------------------------- /imgs/sprites/163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/163.png -------------------------------------------------------------------------------- /imgs/sprites/164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/164.png -------------------------------------------------------------------------------- /imgs/sprites/165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/165.png -------------------------------------------------------------------------------- /imgs/sprites/166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/166.png -------------------------------------------------------------------------------- /imgs/sprites/167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/167.png -------------------------------------------------------------------------------- /imgs/sprites/168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/168.png -------------------------------------------------------------------------------- /imgs/sprites/169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/169.png -------------------------------------------------------------------------------- /imgs/sprites/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/17.png -------------------------------------------------------------------------------- /imgs/sprites/170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/170.png -------------------------------------------------------------------------------- /imgs/sprites/171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/171.png -------------------------------------------------------------------------------- /imgs/sprites/172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/172.png -------------------------------------------------------------------------------- /imgs/sprites/173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/173.png -------------------------------------------------------------------------------- /imgs/sprites/174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/174.png -------------------------------------------------------------------------------- /imgs/sprites/175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/175.png -------------------------------------------------------------------------------- /imgs/sprites/176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/176.png -------------------------------------------------------------------------------- /imgs/sprites/177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/177.png -------------------------------------------------------------------------------- /imgs/sprites/178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/178.png -------------------------------------------------------------------------------- /imgs/sprites/179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/179.png -------------------------------------------------------------------------------- /imgs/sprites/18-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/18-mega.png -------------------------------------------------------------------------------- /imgs/sprites/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/18.png -------------------------------------------------------------------------------- /imgs/sprites/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/180.png -------------------------------------------------------------------------------- /imgs/sprites/181-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/181-mega.png -------------------------------------------------------------------------------- /imgs/sprites/181.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/181.png -------------------------------------------------------------------------------- /imgs/sprites/182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/182.png -------------------------------------------------------------------------------- /imgs/sprites/183.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/183.png -------------------------------------------------------------------------------- /imgs/sprites/184.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/184.png -------------------------------------------------------------------------------- /imgs/sprites/185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/185.png -------------------------------------------------------------------------------- /imgs/sprites/186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/186.png -------------------------------------------------------------------------------- /imgs/sprites/187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/187.png -------------------------------------------------------------------------------- /imgs/sprites/188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/188.png -------------------------------------------------------------------------------- /imgs/sprites/189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/189.png -------------------------------------------------------------------------------- /imgs/sprites/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/19.png -------------------------------------------------------------------------------- /imgs/sprites/190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/190.png -------------------------------------------------------------------------------- /imgs/sprites/191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/191.png -------------------------------------------------------------------------------- /imgs/sprites/192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/192.png -------------------------------------------------------------------------------- /imgs/sprites/193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/193.png -------------------------------------------------------------------------------- /imgs/sprites/194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/194.png -------------------------------------------------------------------------------- /imgs/sprites/195.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/195.png -------------------------------------------------------------------------------- /imgs/sprites/196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/196.png -------------------------------------------------------------------------------- /imgs/sprites/197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/197.png -------------------------------------------------------------------------------- /imgs/sprites/198.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/198.png -------------------------------------------------------------------------------- /imgs/sprites/199.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/199.png -------------------------------------------------------------------------------- /imgs/sprites/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/2.png -------------------------------------------------------------------------------- /imgs/sprites/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/20.png -------------------------------------------------------------------------------- /imgs/sprites/200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/200.png -------------------------------------------------------------------------------- /imgs/sprites/201-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-a.png -------------------------------------------------------------------------------- /imgs/sprites/201-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-b.png -------------------------------------------------------------------------------- /imgs/sprites/201-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-c.png -------------------------------------------------------------------------------- /imgs/sprites/201-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-d.png -------------------------------------------------------------------------------- /imgs/sprites/201-e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-e.png -------------------------------------------------------------------------------- /imgs/sprites/201-f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-f.png -------------------------------------------------------------------------------- /imgs/sprites/201-g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-g.png -------------------------------------------------------------------------------- /imgs/sprites/201-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-h.png -------------------------------------------------------------------------------- /imgs/sprites/201-i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-i.png -------------------------------------------------------------------------------- /imgs/sprites/201-j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-j.png -------------------------------------------------------------------------------- /imgs/sprites/201-k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-k.png -------------------------------------------------------------------------------- /imgs/sprites/201-l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-l.png -------------------------------------------------------------------------------- /imgs/sprites/201-m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-m.png -------------------------------------------------------------------------------- /imgs/sprites/201-n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-n.png -------------------------------------------------------------------------------- /imgs/sprites/201-o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-o.png -------------------------------------------------------------------------------- /imgs/sprites/201-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-p.png -------------------------------------------------------------------------------- /imgs/sprites/201-q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-q.png -------------------------------------------------------------------------------- /imgs/sprites/201-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-r.png -------------------------------------------------------------------------------- /imgs/sprites/201-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-s.png -------------------------------------------------------------------------------- /imgs/sprites/201-t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-t.png -------------------------------------------------------------------------------- /imgs/sprites/201-u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-u.png -------------------------------------------------------------------------------- /imgs/sprites/201-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-v.png -------------------------------------------------------------------------------- /imgs/sprites/201-w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-w.png -------------------------------------------------------------------------------- /imgs/sprites/201-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-x.png -------------------------------------------------------------------------------- /imgs/sprites/201-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-y.png -------------------------------------------------------------------------------- /imgs/sprites/201-z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201-z.png -------------------------------------------------------------------------------- /imgs/sprites/201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/201.png -------------------------------------------------------------------------------- /imgs/sprites/202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/202.png -------------------------------------------------------------------------------- /imgs/sprites/203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/203.png -------------------------------------------------------------------------------- /imgs/sprites/204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/204.png -------------------------------------------------------------------------------- /imgs/sprites/205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/205.png -------------------------------------------------------------------------------- /imgs/sprites/206.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/206.png -------------------------------------------------------------------------------- /imgs/sprites/207.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/207.png -------------------------------------------------------------------------------- /imgs/sprites/208-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/208-mega.png -------------------------------------------------------------------------------- /imgs/sprites/208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/208.png -------------------------------------------------------------------------------- /imgs/sprites/209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/209.png -------------------------------------------------------------------------------- /imgs/sprites/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/21.png -------------------------------------------------------------------------------- /imgs/sprites/210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/210.png -------------------------------------------------------------------------------- /imgs/sprites/211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/211.png -------------------------------------------------------------------------------- /imgs/sprites/212-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/212-mega.png -------------------------------------------------------------------------------- /imgs/sprites/212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/212.png -------------------------------------------------------------------------------- /imgs/sprites/213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/213.png -------------------------------------------------------------------------------- /imgs/sprites/214-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/214-mega.png -------------------------------------------------------------------------------- /imgs/sprites/214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/214.png -------------------------------------------------------------------------------- /imgs/sprites/215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/215.png -------------------------------------------------------------------------------- /imgs/sprites/216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/216.png -------------------------------------------------------------------------------- /imgs/sprites/217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/217.png -------------------------------------------------------------------------------- /imgs/sprites/218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/218.png -------------------------------------------------------------------------------- /imgs/sprites/219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/219.png -------------------------------------------------------------------------------- /imgs/sprites/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/22.png -------------------------------------------------------------------------------- /imgs/sprites/220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/220.png -------------------------------------------------------------------------------- /imgs/sprites/221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/221.png -------------------------------------------------------------------------------- /imgs/sprites/222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/222.png -------------------------------------------------------------------------------- /imgs/sprites/223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/223.png -------------------------------------------------------------------------------- /imgs/sprites/224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/224.png -------------------------------------------------------------------------------- /imgs/sprites/225.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/225.png -------------------------------------------------------------------------------- /imgs/sprites/226.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/226.png -------------------------------------------------------------------------------- /imgs/sprites/227.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/227.png -------------------------------------------------------------------------------- /imgs/sprites/228.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/228.png -------------------------------------------------------------------------------- /imgs/sprites/229-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/229-mega.png -------------------------------------------------------------------------------- /imgs/sprites/229.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/229.png -------------------------------------------------------------------------------- /imgs/sprites/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/23.png -------------------------------------------------------------------------------- /imgs/sprites/230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/230.png -------------------------------------------------------------------------------- /imgs/sprites/231.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/231.png -------------------------------------------------------------------------------- /imgs/sprites/232.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/232.png -------------------------------------------------------------------------------- /imgs/sprites/233.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/233.png -------------------------------------------------------------------------------- /imgs/sprites/234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/234.png -------------------------------------------------------------------------------- /imgs/sprites/235.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/235.png -------------------------------------------------------------------------------- /imgs/sprites/236.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/236.png -------------------------------------------------------------------------------- /imgs/sprites/237.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/237.png -------------------------------------------------------------------------------- /imgs/sprites/238.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/238.png -------------------------------------------------------------------------------- /imgs/sprites/239.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/239.png -------------------------------------------------------------------------------- /imgs/sprites/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/24.png -------------------------------------------------------------------------------- /imgs/sprites/240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/240.png -------------------------------------------------------------------------------- /imgs/sprites/241.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/241.png -------------------------------------------------------------------------------- /imgs/sprites/242.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/242.png -------------------------------------------------------------------------------- /imgs/sprites/243.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/243.png -------------------------------------------------------------------------------- /imgs/sprites/244.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/244.png -------------------------------------------------------------------------------- /imgs/sprites/245.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/245.png -------------------------------------------------------------------------------- /imgs/sprites/246.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/246.png -------------------------------------------------------------------------------- /imgs/sprites/247.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/247.png -------------------------------------------------------------------------------- /imgs/sprites/248-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/248-mega.png -------------------------------------------------------------------------------- /imgs/sprites/248.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/248.png -------------------------------------------------------------------------------- /imgs/sprites/249.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/249.png -------------------------------------------------------------------------------- /imgs/sprites/25-belle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/25-belle.png -------------------------------------------------------------------------------- /imgs/sprites/25-libre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/25-libre.png -------------------------------------------------------------------------------- /imgs/sprites/25-phd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/25-phd.png -------------------------------------------------------------------------------- /imgs/sprites/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/25.png -------------------------------------------------------------------------------- /imgs/sprites/250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/250.png -------------------------------------------------------------------------------- /imgs/sprites/251.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/251.png -------------------------------------------------------------------------------- /imgs/sprites/252.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/252.png -------------------------------------------------------------------------------- /imgs/sprites/253.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/253.png -------------------------------------------------------------------------------- /imgs/sprites/254-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/254-mega.png -------------------------------------------------------------------------------- /imgs/sprites/254.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/254.png -------------------------------------------------------------------------------- /imgs/sprites/255.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/255.png -------------------------------------------------------------------------------- /imgs/sprites/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/256.png -------------------------------------------------------------------------------- /imgs/sprites/257-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/257-mega.png -------------------------------------------------------------------------------- /imgs/sprites/257.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/257.png -------------------------------------------------------------------------------- /imgs/sprites/258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/258.png -------------------------------------------------------------------------------- /imgs/sprites/259.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/259.png -------------------------------------------------------------------------------- /imgs/sprites/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/26.png -------------------------------------------------------------------------------- /imgs/sprites/260-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/260-mega.png -------------------------------------------------------------------------------- /imgs/sprites/260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/260.png -------------------------------------------------------------------------------- /imgs/sprites/261.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/261.png -------------------------------------------------------------------------------- /imgs/sprites/262.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/262.png -------------------------------------------------------------------------------- /imgs/sprites/263.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/263.png -------------------------------------------------------------------------------- /imgs/sprites/264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/264.png -------------------------------------------------------------------------------- /imgs/sprites/265.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/265.png -------------------------------------------------------------------------------- /imgs/sprites/266.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/266.png -------------------------------------------------------------------------------- /imgs/sprites/267.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/267.png -------------------------------------------------------------------------------- /imgs/sprites/268.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/268.png -------------------------------------------------------------------------------- /imgs/sprites/269.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/269.png -------------------------------------------------------------------------------- /imgs/sprites/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/27.png -------------------------------------------------------------------------------- /imgs/sprites/270.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/270.png -------------------------------------------------------------------------------- /imgs/sprites/271.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/271.png -------------------------------------------------------------------------------- /imgs/sprites/272.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/272.png -------------------------------------------------------------------------------- /imgs/sprites/273.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/273.png -------------------------------------------------------------------------------- /imgs/sprites/274.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/274.png -------------------------------------------------------------------------------- /imgs/sprites/275.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/275.png -------------------------------------------------------------------------------- /imgs/sprites/276.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/276.png -------------------------------------------------------------------------------- /imgs/sprites/277.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/277.png -------------------------------------------------------------------------------- /imgs/sprites/278.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/278.png -------------------------------------------------------------------------------- /imgs/sprites/279.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/279.png -------------------------------------------------------------------------------- /imgs/sprites/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/28.png -------------------------------------------------------------------------------- /imgs/sprites/280.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/280.png -------------------------------------------------------------------------------- /imgs/sprites/281.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/281.png -------------------------------------------------------------------------------- /imgs/sprites/282-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/282-mega.png -------------------------------------------------------------------------------- /imgs/sprites/282.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/282.png -------------------------------------------------------------------------------- /imgs/sprites/283.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/283.png -------------------------------------------------------------------------------- /imgs/sprites/284.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/284.png -------------------------------------------------------------------------------- /imgs/sprites/285.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/285.png -------------------------------------------------------------------------------- /imgs/sprites/286.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/286.png -------------------------------------------------------------------------------- /imgs/sprites/287.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/287.png -------------------------------------------------------------------------------- /imgs/sprites/288.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/288.png -------------------------------------------------------------------------------- /imgs/sprites/289.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/289.png -------------------------------------------------------------------------------- /imgs/sprites/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/29.png -------------------------------------------------------------------------------- /imgs/sprites/290.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/290.png -------------------------------------------------------------------------------- /imgs/sprites/291.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/291.png -------------------------------------------------------------------------------- /imgs/sprites/292.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/292.png -------------------------------------------------------------------------------- /imgs/sprites/293.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/293.png -------------------------------------------------------------------------------- /imgs/sprites/294.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/294.png -------------------------------------------------------------------------------- /imgs/sprites/295.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/295.png -------------------------------------------------------------------------------- /imgs/sprites/296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/296.png -------------------------------------------------------------------------------- /imgs/sprites/297.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/297.png -------------------------------------------------------------------------------- /imgs/sprites/298.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/298.png -------------------------------------------------------------------------------- /imgs/sprites/299.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/299.png -------------------------------------------------------------------------------- /imgs/sprites/3-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/3-mega.png -------------------------------------------------------------------------------- /imgs/sprites/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/3.png -------------------------------------------------------------------------------- /imgs/sprites/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/30.png -------------------------------------------------------------------------------- /imgs/sprites/300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/300.png -------------------------------------------------------------------------------- /imgs/sprites/301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/301.png -------------------------------------------------------------------------------- /imgs/sprites/302-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/302-mega.png -------------------------------------------------------------------------------- /imgs/sprites/302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/302.png -------------------------------------------------------------------------------- /imgs/sprites/303-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/303-mega.png -------------------------------------------------------------------------------- /imgs/sprites/303.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/303.png -------------------------------------------------------------------------------- /imgs/sprites/304.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/304.png -------------------------------------------------------------------------------- /imgs/sprites/305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/305.png -------------------------------------------------------------------------------- /imgs/sprites/306-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/306-mega.png -------------------------------------------------------------------------------- /imgs/sprites/306.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/306.png -------------------------------------------------------------------------------- /imgs/sprites/307.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/307.png -------------------------------------------------------------------------------- /imgs/sprites/308-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/308-mega.png -------------------------------------------------------------------------------- /imgs/sprites/308.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/308.png -------------------------------------------------------------------------------- /imgs/sprites/309.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/309.png -------------------------------------------------------------------------------- /imgs/sprites/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/31.png -------------------------------------------------------------------------------- /imgs/sprites/310-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/310-mega.png -------------------------------------------------------------------------------- /imgs/sprites/310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/310.png -------------------------------------------------------------------------------- /imgs/sprites/311.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/311.png -------------------------------------------------------------------------------- /imgs/sprites/312.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/312.png -------------------------------------------------------------------------------- /imgs/sprites/313.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/313.png -------------------------------------------------------------------------------- /imgs/sprites/314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/314.png -------------------------------------------------------------------------------- /imgs/sprites/315.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/315.png -------------------------------------------------------------------------------- /imgs/sprites/316.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/316.png -------------------------------------------------------------------------------- /imgs/sprites/317.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/317.png -------------------------------------------------------------------------------- /imgs/sprites/318.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/318.png -------------------------------------------------------------------------------- /imgs/sprites/319-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/319-mega.png -------------------------------------------------------------------------------- /imgs/sprites/319.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/319.png -------------------------------------------------------------------------------- /imgs/sprites/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/32.png -------------------------------------------------------------------------------- /imgs/sprites/320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/320.png -------------------------------------------------------------------------------- /imgs/sprites/321.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/321.png -------------------------------------------------------------------------------- /imgs/sprites/322.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/322.png -------------------------------------------------------------------------------- /imgs/sprites/323-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/323-mega.png -------------------------------------------------------------------------------- /imgs/sprites/323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/323.png -------------------------------------------------------------------------------- /imgs/sprites/324.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/324.png -------------------------------------------------------------------------------- /imgs/sprites/325.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/325.png -------------------------------------------------------------------------------- /imgs/sprites/326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/326.png -------------------------------------------------------------------------------- /imgs/sprites/327.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/327.png -------------------------------------------------------------------------------- /imgs/sprites/328.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/328.png -------------------------------------------------------------------------------- /imgs/sprites/329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/329.png -------------------------------------------------------------------------------- /imgs/sprites/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/33.png -------------------------------------------------------------------------------- /imgs/sprites/330.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/330.png -------------------------------------------------------------------------------- /imgs/sprites/331.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/331.png -------------------------------------------------------------------------------- /imgs/sprites/332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/332.png -------------------------------------------------------------------------------- /imgs/sprites/333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/333.png -------------------------------------------------------------------------------- /imgs/sprites/334-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/334-mega.png -------------------------------------------------------------------------------- /imgs/sprites/334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/334.png -------------------------------------------------------------------------------- /imgs/sprites/335.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/335.png -------------------------------------------------------------------------------- /imgs/sprites/336.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/336.png -------------------------------------------------------------------------------- /imgs/sprites/337.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/337.png -------------------------------------------------------------------------------- /imgs/sprites/338.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/338.png -------------------------------------------------------------------------------- /imgs/sprites/339.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/339.png -------------------------------------------------------------------------------- /imgs/sprites/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/34.png -------------------------------------------------------------------------------- /imgs/sprites/340.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/340.png -------------------------------------------------------------------------------- /imgs/sprites/341.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/341.png -------------------------------------------------------------------------------- /imgs/sprites/342.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/342.png -------------------------------------------------------------------------------- /imgs/sprites/343.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/343.png -------------------------------------------------------------------------------- /imgs/sprites/344.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/344.png -------------------------------------------------------------------------------- /imgs/sprites/345.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/345.png -------------------------------------------------------------------------------- /imgs/sprites/346.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/346.png -------------------------------------------------------------------------------- /imgs/sprites/347.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/347.png -------------------------------------------------------------------------------- /imgs/sprites/348.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/348.png -------------------------------------------------------------------------------- /imgs/sprites/349.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/349.png -------------------------------------------------------------------------------- /imgs/sprites/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/35.png -------------------------------------------------------------------------------- /imgs/sprites/350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/350.png -------------------------------------------------------------------------------- /imgs/sprites/351.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/351.png -------------------------------------------------------------------------------- /imgs/sprites/352.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/352.png -------------------------------------------------------------------------------- /imgs/sprites/353.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/353.png -------------------------------------------------------------------------------- /imgs/sprites/354-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/354-mega.png -------------------------------------------------------------------------------- /imgs/sprites/354.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/354.png -------------------------------------------------------------------------------- /imgs/sprites/355.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/355.png -------------------------------------------------------------------------------- /imgs/sprites/356.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/356.png -------------------------------------------------------------------------------- /imgs/sprites/357.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/357.png -------------------------------------------------------------------------------- /imgs/sprites/358.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/358.png -------------------------------------------------------------------------------- /imgs/sprites/359-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/359-mega.png -------------------------------------------------------------------------------- /imgs/sprites/359.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/359.png -------------------------------------------------------------------------------- /imgs/sprites/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/36.png -------------------------------------------------------------------------------- /imgs/sprites/360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/360.png -------------------------------------------------------------------------------- /imgs/sprites/361.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/361.png -------------------------------------------------------------------------------- /imgs/sprites/362-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/362-mega.png -------------------------------------------------------------------------------- /imgs/sprites/362.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/362.png -------------------------------------------------------------------------------- /imgs/sprites/363.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/363.png -------------------------------------------------------------------------------- /imgs/sprites/364.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/364.png -------------------------------------------------------------------------------- /imgs/sprites/365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/365.png -------------------------------------------------------------------------------- /imgs/sprites/366.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/366.png -------------------------------------------------------------------------------- /imgs/sprites/367.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/367.png -------------------------------------------------------------------------------- /imgs/sprites/368.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/368.png -------------------------------------------------------------------------------- /imgs/sprites/369.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/369.png -------------------------------------------------------------------------------- /imgs/sprites/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/37.png -------------------------------------------------------------------------------- /imgs/sprites/370.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/370.png -------------------------------------------------------------------------------- /imgs/sprites/371.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/371.png -------------------------------------------------------------------------------- /imgs/sprites/372.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/372.png -------------------------------------------------------------------------------- /imgs/sprites/373-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/373-mega.png -------------------------------------------------------------------------------- /imgs/sprites/373.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/373.png -------------------------------------------------------------------------------- /imgs/sprites/374.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/374.png -------------------------------------------------------------------------------- /imgs/sprites/375.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/375.png -------------------------------------------------------------------------------- /imgs/sprites/376-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/376-mega.png -------------------------------------------------------------------------------- /imgs/sprites/376.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/376.png -------------------------------------------------------------------------------- /imgs/sprites/377.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/377.png -------------------------------------------------------------------------------- /imgs/sprites/378.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/378.png -------------------------------------------------------------------------------- /imgs/sprites/379.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/379.png -------------------------------------------------------------------------------- /imgs/sprites/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/38.png -------------------------------------------------------------------------------- /imgs/sprites/380-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/380-mega.png -------------------------------------------------------------------------------- /imgs/sprites/380.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/380.png -------------------------------------------------------------------------------- /imgs/sprites/381-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/381-mega.png -------------------------------------------------------------------------------- /imgs/sprites/381.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/381.png -------------------------------------------------------------------------------- /imgs/sprites/382.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/382.png -------------------------------------------------------------------------------- /imgs/sprites/383.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/383.png -------------------------------------------------------------------------------- /imgs/sprites/384-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/384-mega.png -------------------------------------------------------------------------------- /imgs/sprites/384.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/384.png -------------------------------------------------------------------------------- /imgs/sprites/385.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/385.png -------------------------------------------------------------------------------- /imgs/sprites/386.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/386.png -------------------------------------------------------------------------------- /imgs/sprites/387.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/387.png -------------------------------------------------------------------------------- /imgs/sprites/388.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/388.png -------------------------------------------------------------------------------- /imgs/sprites/389.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/389.png -------------------------------------------------------------------------------- /imgs/sprites/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/39.png -------------------------------------------------------------------------------- /imgs/sprites/390.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/390.png -------------------------------------------------------------------------------- /imgs/sprites/391.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/391.png -------------------------------------------------------------------------------- /imgs/sprites/392.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/392.png -------------------------------------------------------------------------------- /imgs/sprites/393.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/393.png -------------------------------------------------------------------------------- /imgs/sprites/394.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/394.png -------------------------------------------------------------------------------- /imgs/sprites/395.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/395.png -------------------------------------------------------------------------------- /imgs/sprites/396.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/396.png -------------------------------------------------------------------------------- /imgs/sprites/397.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/397.png -------------------------------------------------------------------------------- /imgs/sprites/398.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/398.png -------------------------------------------------------------------------------- /imgs/sprites/399.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/399.png -------------------------------------------------------------------------------- /imgs/sprites/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/4.png -------------------------------------------------------------------------------- /imgs/sprites/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/40.png -------------------------------------------------------------------------------- /imgs/sprites/400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/400.png -------------------------------------------------------------------------------- /imgs/sprites/401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/401.png -------------------------------------------------------------------------------- /imgs/sprites/402.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/402.png -------------------------------------------------------------------------------- /imgs/sprites/403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/403.png -------------------------------------------------------------------------------- /imgs/sprites/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/404.png -------------------------------------------------------------------------------- /imgs/sprites/405.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/405.png -------------------------------------------------------------------------------- /imgs/sprites/406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/406.png -------------------------------------------------------------------------------- /imgs/sprites/407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/407.png -------------------------------------------------------------------------------- /imgs/sprites/408.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/408.png -------------------------------------------------------------------------------- /imgs/sprites/409.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/409.png -------------------------------------------------------------------------------- /imgs/sprites/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/41.png -------------------------------------------------------------------------------- /imgs/sprites/410.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/410.png -------------------------------------------------------------------------------- /imgs/sprites/411.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/411.png -------------------------------------------------------------------------------- /imgs/sprites/412.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/412.png -------------------------------------------------------------------------------- /imgs/sprites/413.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/413.png -------------------------------------------------------------------------------- /imgs/sprites/414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/414.png -------------------------------------------------------------------------------- /imgs/sprites/415.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/415.png -------------------------------------------------------------------------------- /imgs/sprites/416.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/416.png -------------------------------------------------------------------------------- /imgs/sprites/417.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/417.png -------------------------------------------------------------------------------- /imgs/sprites/418.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/418.png -------------------------------------------------------------------------------- /imgs/sprites/419.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/419.png -------------------------------------------------------------------------------- /imgs/sprites/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/42.png -------------------------------------------------------------------------------- /imgs/sprites/420.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/420.png -------------------------------------------------------------------------------- /imgs/sprites/421.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/421.png -------------------------------------------------------------------------------- /imgs/sprites/422-east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/422-east.png -------------------------------------------------------------------------------- /imgs/sprites/422-west.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/422-west.png -------------------------------------------------------------------------------- /imgs/sprites/422.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/422.png -------------------------------------------------------------------------------- /imgs/sprites/423-east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/423-east.png -------------------------------------------------------------------------------- /imgs/sprites/423-west.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/423-west.png -------------------------------------------------------------------------------- /imgs/sprites/423.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/423.png -------------------------------------------------------------------------------- /imgs/sprites/424.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/424.png -------------------------------------------------------------------------------- /imgs/sprites/425.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/425.png -------------------------------------------------------------------------------- /imgs/sprites/426.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/426.png -------------------------------------------------------------------------------- /imgs/sprites/427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/427.png -------------------------------------------------------------------------------- /imgs/sprites/428-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/428-mega.png -------------------------------------------------------------------------------- /imgs/sprites/428.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/428.png -------------------------------------------------------------------------------- /imgs/sprites/429.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/429.png -------------------------------------------------------------------------------- /imgs/sprites/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/43.png -------------------------------------------------------------------------------- /imgs/sprites/430.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/430.png -------------------------------------------------------------------------------- /imgs/sprites/431.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/431.png -------------------------------------------------------------------------------- /imgs/sprites/432.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/432.png -------------------------------------------------------------------------------- /imgs/sprites/433.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/433.png -------------------------------------------------------------------------------- /imgs/sprites/434.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/434.png -------------------------------------------------------------------------------- /imgs/sprites/435.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/435.png -------------------------------------------------------------------------------- /imgs/sprites/436.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/436.png -------------------------------------------------------------------------------- /imgs/sprites/437.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/437.png -------------------------------------------------------------------------------- /imgs/sprites/438.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/438.png -------------------------------------------------------------------------------- /imgs/sprites/439.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/439.png -------------------------------------------------------------------------------- /imgs/sprites/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/44.png -------------------------------------------------------------------------------- /imgs/sprites/440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/440.png -------------------------------------------------------------------------------- /imgs/sprites/441.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/441.png -------------------------------------------------------------------------------- /imgs/sprites/442.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/442.png -------------------------------------------------------------------------------- /imgs/sprites/443.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/443.png -------------------------------------------------------------------------------- /imgs/sprites/444.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/444.png -------------------------------------------------------------------------------- /imgs/sprites/445-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/445-mega.png -------------------------------------------------------------------------------- /imgs/sprites/445.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/445.png -------------------------------------------------------------------------------- /imgs/sprites/446.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/446.png -------------------------------------------------------------------------------- /imgs/sprites/447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/447.png -------------------------------------------------------------------------------- /imgs/sprites/448-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/448-mega.png -------------------------------------------------------------------------------- /imgs/sprites/448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/448.png -------------------------------------------------------------------------------- /imgs/sprites/449.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/449.png -------------------------------------------------------------------------------- /imgs/sprites/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/45.png -------------------------------------------------------------------------------- /imgs/sprites/450.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/450.png -------------------------------------------------------------------------------- /imgs/sprites/451.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/451.png -------------------------------------------------------------------------------- /imgs/sprites/452.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/452.png -------------------------------------------------------------------------------- /imgs/sprites/453.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/453.png -------------------------------------------------------------------------------- /imgs/sprites/454.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/454.png -------------------------------------------------------------------------------- /imgs/sprites/455.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/455.png -------------------------------------------------------------------------------- /imgs/sprites/456.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/456.png -------------------------------------------------------------------------------- /imgs/sprites/457.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/457.png -------------------------------------------------------------------------------- /imgs/sprites/458.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/458.png -------------------------------------------------------------------------------- /imgs/sprites/459.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/459.png -------------------------------------------------------------------------------- /imgs/sprites/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/46.png -------------------------------------------------------------------------------- /imgs/sprites/460.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/460.png -------------------------------------------------------------------------------- /imgs/sprites/461.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/461.png -------------------------------------------------------------------------------- /imgs/sprites/462.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/462.png -------------------------------------------------------------------------------- /imgs/sprites/463.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/463.png -------------------------------------------------------------------------------- /imgs/sprites/464.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/464.png -------------------------------------------------------------------------------- /imgs/sprites/465.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/465.png -------------------------------------------------------------------------------- /imgs/sprites/466.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/466.png -------------------------------------------------------------------------------- /imgs/sprites/467.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/467.png -------------------------------------------------------------------------------- /imgs/sprites/468.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/468.png -------------------------------------------------------------------------------- /imgs/sprites/469.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/469.png -------------------------------------------------------------------------------- /imgs/sprites/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/47.png -------------------------------------------------------------------------------- /imgs/sprites/470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/470.png -------------------------------------------------------------------------------- /imgs/sprites/471.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/471.png -------------------------------------------------------------------------------- /imgs/sprites/472.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/472.png -------------------------------------------------------------------------------- /imgs/sprites/473.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/473.png -------------------------------------------------------------------------------- /imgs/sprites/474.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/474.png -------------------------------------------------------------------------------- /imgs/sprites/475.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/475.png -------------------------------------------------------------------------------- /imgs/sprites/476.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/476.png -------------------------------------------------------------------------------- /imgs/sprites/477.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/477.png -------------------------------------------------------------------------------- /imgs/sprites/478.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/478.png -------------------------------------------------------------------------------- /imgs/sprites/479.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/479.png -------------------------------------------------------------------------------- /imgs/sprites/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/48.png -------------------------------------------------------------------------------- /imgs/sprites/480.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/480.png -------------------------------------------------------------------------------- /imgs/sprites/481.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/481.png -------------------------------------------------------------------------------- /imgs/sprites/482.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/482.png -------------------------------------------------------------------------------- /imgs/sprites/483.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/483.png -------------------------------------------------------------------------------- /imgs/sprites/484.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/484.png -------------------------------------------------------------------------------- /imgs/sprites/485.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/485.png -------------------------------------------------------------------------------- /imgs/sprites/486.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/486.png -------------------------------------------------------------------------------- /imgs/sprites/487.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/487.png -------------------------------------------------------------------------------- /imgs/sprites/488.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/488.png -------------------------------------------------------------------------------- /imgs/sprites/489.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/489.png -------------------------------------------------------------------------------- /imgs/sprites/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/49.png -------------------------------------------------------------------------------- /imgs/sprites/490.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/490.png -------------------------------------------------------------------------------- /imgs/sprites/491.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/491.png -------------------------------------------------------------------------------- /imgs/sprites/492.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/492.png -------------------------------------------------------------------------------- /imgs/sprites/493.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/493.png -------------------------------------------------------------------------------- /imgs/sprites/494.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/494.png -------------------------------------------------------------------------------- /imgs/sprites/495.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/495.png -------------------------------------------------------------------------------- /imgs/sprites/496.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/496.png -------------------------------------------------------------------------------- /imgs/sprites/497.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/497.png -------------------------------------------------------------------------------- /imgs/sprites/498.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/498.png -------------------------------------------------------------------------------- /imgs/sprites/499.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/499.png -------------------------------------------------------------------------------- /imgs/sprites/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/5.png -------------------------------------------------------------------------------- /imgs/sprites/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/50.png -------------------------------------------------------------------------------- /imgs/sprites/500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/500.png -------------------------------------------------------------------------------- /imgs/sprites/501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/501.png -------------------------------------------------------------------------------- /imgs/sprites/502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/502.png -------------------------------------------------------------------------------- /imgs/sprites/503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/503.png -------------------------------------------------------------------------------- /imgs/sprites/504.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/504.png -------------------------------------------------------------------------------- /imgs/sprites/505.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/505.png -------------------------------------------------------------------------------- /imgs/sprites/506.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/506.png -------------------------------------------------------------------------------- /imgs/sprites/507.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/507.png -------------------------------------------------------------------------------- /imgs/sprites/508.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/508.png -------------------------------------------------------------------------------- /imgs/sprites/509.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/509.png -------------------------------------------------------------------------------- /imgs/sprites/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/51.png -------------------------------------------------------------------------------- /imgs/sprites/510.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/510.png -------------------------------------------------------------------------------- /imgs/sprites/511.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/511.png -------------------------------------------------------------------------------- /imgs/sprites/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/512.png -------------------------------------------------------------------------------- /imgs/sprites/513.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/513.png -------------------------------------------------------------------------------- /imgs/sprites/514.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/514.png -------------------------------------------------------------------------------- /imgs/sprites/515.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/515.png -------------------------------------------------------------------------------- /imgs/sprites/516.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/516.png -------------------------------------------------------------------------------- /imgs/sprites/517.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/517.png -------------------------------------------------------------------------------- /imgs/sprites/518.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/518.png -------------------------------------------------------------------------------- /imgs/sprites/519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/519.png -------------------------------------------------------------------------------- /imgs/sprites/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/52.png -------------------------------------------------------------------------------- /imgs/sprites/520.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/520.png -------------------------------------------------------------------------------- /imgs/sprites/521.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/521.png -------------------------------------------------------------------------------- /imgs/sprites/522.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/522.png -------------------------------------------------------------------------------- /imgs/sprites/523.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/523.png -------------------------------------------------------------------------------- /imgs/sprites/524.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/524.png -------------------------------------------------------------------------------- /imgs/sprites/525.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/525.png -------------------------------------------------------------------------------- /imgs/sprites/526.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/526.png -------------------------------------------------------------------------------- /imgs/sprites/527.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/527.png -------------------------------------------------------------------------------- /imgs/sprites/528.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/528.png -------------------------------------------------------------------------------- /imgs/sprites/529.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/529.png -------------------------------------------------------------------------------- /imgs/sprites/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/53.png -------------------------------------------------------------------------------- /imgs/sprites/530.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/530.png -------------------------------------------------------------------------------- /imgs/sprites/531.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/531.png -------------------------------------------------------------------------------- /imgs/sprites/532.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/532.png -------------------------------------------------------------------------------- /imgs/sprites/533.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/533.png -------------------------------------------------------------------------------- /imgs/sprites/534.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/534.png -------------------------------------------------------------------------------- /imgs/sprites/535.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/535.png -------------------------------------------------------------------------------- /imgs/sprites/536.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/536.png -------------------------------------------------------------------------------- /imgs/sprites/537.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/537.png -------------------------------------------------------------------------------- /imgs/sprites/538.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/538.png -------------------------------------------------------------------------------- /imgs/sprites/539.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/539.png -------------------------------------------------------------------------------- /imgs/sprites/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/54.png -------------------------------------------------------------------------------- /imgs/sprites/540.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/540.png -------------------------------------------------------------------------------- /imgs/sprites/541.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/541.png -------------------------------------------------------------------------------- /imgs/sprites/542.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/542.png -------------------------------------------------------------------------------- /imgs/sprites/543.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/543.png -------------------------------------------------------------------------------- /imgs/sprites/544.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/544.png -------------------------------------------------------------------------------- /imgs/sprites/545.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/545.png -------------------------------------------------------------------------------- /imgs/sprites/546.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/546.png -------------------------------------------------------------------------------- /imgs/sprites/547.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/547.png -------------------------------------------------------------------------------- /imgs/sprites/548.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/548.png -------------------------------------------------------------------------------- /imgs/sprites/549.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/549.png -------------------------------------------------------------------------------- /imgs/sprites/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/55.png -------------------------------------------------------------------------------- /imgs/sprites/550.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/550.png -------------------------------------------------------------------------------- /imgs/sprites/551.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/551.png -------------------------------------------------------------------------------- /imgs/sprites/552.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/552.png -------------------------------------------------------------------------------- /imgs/sprites/553.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/553.png -------------------------------------------------------------------------------- /imgs/sprites/554.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/554.png -------------------------------------------------------------------------------- /imgs/sprites/555.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/555.png -------------------------------------------------------------------------------- /imgs/sprites/556.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/556.png -------------------------------------------------------------------------------- /imgs/sprites/557.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/557.png -------------------------------------------------------------------------------- /imgs/sprites/558.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/558.png -------------------------------------------------------------------------------- /imgs/sprites/559.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/559.png -------------------------------------------------------------------------------- /imgs/sprites/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/56.png -------------------------------------------------------------------------------- /imgs/sprites/560.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/560.png -------------------------------------------------------------------------------- /imgs/sprites/561.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/561.png -------------------------------------------------------------------------------- /imgs/sprites/562.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/562.png -------------------------------------------------------------------------------- /imgs/sprites/563.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/563.png -------------------------------------------------------------------------------- /imgs/sprites/564.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/564.png -------------------------------------------------------------------------------- /imgs/sprites/565.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/565.png -------------------------------------------------------------------------------- /imgs/sprites/566.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/566.png -------------------------------------------------------------------------------- /imgs/sprites/567.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/567.png -------------------------------------------------------------------------------- /imgs/sprites/568.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/568.png -------------------------------------------------------------------------------- /imgs/sprites/569.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/569.png -------------------------------------------------------------------------------- /imgs/sprites/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/57.png -------------------------------------------------------------------------------- /imgs/sprites/570.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/570.png -------------------------------------------------------------------------------- /imgs/sprites/571.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/571.png -------------------------------------------------------------------------------- /imgs/sprites/572.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/572.png -------------------------------------------------------------------------------- /imgs/sprites/573.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/573.png -------------------------------------------------------------------------------- /imgs/sprites/574.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/574.png -------------------------------------------------------------------------------- /imgs/sprites/575.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/575.png -------------------------------------------------------------------------------- /imgs/sprites/576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/576.png -------------------------------------------------------------------------------- /imgs/sprites/577.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/577.png -------------------------------------------------------------------------------- /imgs/sprites/578.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/578.png -------------------------------------------------------------------------------- /imgs/sprites/579.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/579.png -------------------------------------------------------------------------------- /imgs/sprites/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/58.png -------------------------------------------------------------------------------- /imgs/sprites/580.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/580.png -------------------------------------------------------------------------------- /imgs/sprites/581.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/581.png -------------------------------------------------------------------------------- /imgs/sprites/582.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/582.png -------------------------------------------------------------------------------- /imgs/sprites/583.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/583.png -------------------------------------------------------------------------------- /imgs/sprites/584.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/584.png -------------------------------------------------------------------------------- /imgs/sprites/585.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/585.png -------------------------------------------------------------------------------- /imgs/sprites/586.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/586.png -------------------------------------------------------------------------------- /imgs/sprites/587.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/587.png -------------------------------------------------------------------------------- /imgs/sprites/588.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/588.png -------------------------------------------------------------------------------- /imgs/sprites/589.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/589.png -------------------------------------------------------------------------------- /imgs/sprites/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/59.png -------------------------------------------------------------------------------- /imgs/sprites/590.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/590.png -------------------------------------------------------------------------------- /imgs/sprites/591.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/591.png -------------------------------------------------------------------------------- /imgs/sprites/592.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/592.png -------------------------------------------------------------------------------- /imgs/sprites/593.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/593.png -------------------------------------------------------------------------------- /imgs/sprites/594.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/594.png -------------------------------------------------------------------------------- /imgs/sprites/595.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/595.png -------------------------------------------------------------------------------- /imgs/sprites/596.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/596.png -------------------------------------------------------------------------------- /imgs/sprites/597.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/597.png -------------------------------------------------------------------------------- /imgs/sprites/598.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/598.png -------------------------------------------------------------------------------- /imgs/sprites/599.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/599.png -------------------------------------------------------------------------------- /imgs/sprites/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/6.png -------------------------------------------------------------------------------- /imgs/sprites/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/60.png -------------------------------------------------------------------------------- /imgs/sprites/600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/600.png -------------------------------------------------------------------------------- /imgs/sprites/601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/601.png -------------------------------------------------------------------------------- /imgs/sprites/602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/602.png -------------------------------------------------------------------------------- /imgs/sprites/603.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/603.png -------------------------------------------------------------------------------- /imgs/sprites/604.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/604.png -------------------------------------------------------------------------------- /imgs/sprites/605.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/605.png -------------------------------------------------------------------------------- /imgs/sprites/606.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/606.png -------------------------------------------------------------------------------- /imgs/sprites/607.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/607.png -------------------------------------------------------------------------------- /imgs/sprites/608.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/608.png -------------------------------------------------------------------------------- /imgs/sprites/609.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/609.png -------------------------------------------------------------------------------- /imgs/sprites/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/61.png -------------------------------------------------------------------------------- /imgs/sprites/610.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/610.png -------------------------------------------------------------------------------- /imgs/sprites/611.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/611.png -------------------------------------------------------------------------------- /imgs/sprites/612.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/612.png -------------------------------------------------------------------------------- /imgs/sprites/613.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/613.png -------------------------------------------------------------------------------- /imgs/sprites/614.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/614.png -------------------------------------------------------------------------------- /imgs/sprites/615.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/615.png -------------------------------------------------------------------------------- /imgs/sprites/616.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/616.png -------------------------------------------------------------------------------- /imgs/sprites/617.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/617.png -------------------------------------------------------------------------------- /imgs/sprites/618.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/618.png -------------------------------------------------------------------------------- /imgs/sprites/619.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/619.png -------------------------------------------------------------------------------- /imgs/sprites/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/62.png -------------------------------------------------------------------------------- /imgs/sprites/620.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/620.png -------------------------------------------------------------------------------- /imgs/sprites/621.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/621.png -------------------------------------------------------------------------------- /imgs/sprites/622.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/622.png -------------------------------------------------------------------------------- /imgs/sprites/623.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/623.png -------------------------------------------------------------------------------- /imgs/sprites/624.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/624.png -------------------------------------------------------------------------------- /imgs/sprites/625.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/625.png -------------------------------------------------------------------------------- /imgs/sprites/626.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/626.png -------------------------------------------------------------------------------- /imgs/sprites/627.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/627.png -------------------------------------------------------------------------------- /imgs/sprites/628.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/628.png -------------------------------------------------------------------------------- /imgs/sprites/629.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/629.png -------------------------------------------------------------------------------- /imgs/sprites/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/63.png -------------------------------------------------------------------------------- /imgs/sprites/630.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/630.png -------------------------------------------------------------------------------- /imgs/sprites/631.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/631.png -------------------------------------------------------------------------------- /imgs/sprites/632.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/632.png -------------------------------------------------------------------------------- /imgs/sprites/633.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/633.png -------------------------------------------------------------------------------- /imgs/sprites/634.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/634.png -------------------------------------------------------------------------------- /imgs/sprites/635.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/635.png -------------------------------------------------------------------------------- /imgs/sprites/636.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/636.png -------------------------------------------------------------------------------- /imgs/sprites/637.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/637.png -------------------------------------------------------------------------------- /imgs/sprites/638.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/638.png -------------------------------------------------------------------------------- /imgs/sprites/639.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/639.png -------------------------------------------------------------------------------- /imgs/sprites/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/64.png -------------------------------------------------------------------------------- /imgs/sprites/640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/640.png -------------------------------------------------------------------------------- /imgs/sprites/641.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/641.png -------------------------------------------------------------------------------- /imgs/sprites/642.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/642.png -------------------------------------------------------------------------------- /imgs/sprites/643.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/643.png -------------------------------------------------------------------------------- /imgs/sprites/644.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/644.png -------------------------------------------------------------------------------- /imgs/sprites/645.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/645.png -------------------------------------------------------------------------------- /imgs/sprites/646.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/646.png -------------------------------------------------------------------------------- /imgs/sprites/647.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/647.png -------------------------------------------------------------------------------- /imgs/sprites/648.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/648.png -------------------------------------------------------------------------------- /imgs/sprites/649.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/649.png -------------------------------------------------------------------------------- /imgs/sprites/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/65.png -------------------------------------------------------------------------------- /imgs/sprites/650.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/650.png -------------------------------------------------------------------------------- /imgs/sprites/651.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/651.png -------------------------------------------------------------------------------- /imgs/sprites/652.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/652.png -------------------------------------------------------------------------------- /imgs/sprites/653.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/653.png -------------------------------------------------------------------------------- /imgs/sprites/654.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/654.png -------------------------------------------------------------------------------- /imgs/sprites/655.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/655.png -------------------------------------------------------------------------------- /imgs/sprites/656.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/656.png -------------------------------------------------------------------------------- /imgs/sprites/657.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/657.png -------------------------------------------------------------------------------- /imgs/sprites/658.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/658.png -------------------------------------------------------------------------------- /imgs/sprites/659.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/659.png -------------------------------------------------------------------------------- /imgs/sprites/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/66.png -------------------------------------------------------------------------------- /imgs/sprites/660.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/660.png -------------------------------------------------------------------------------- /imgs/sprites/661.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/661.png -------------------------------------------------------------------------------- /imgs/sprites/662.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/662.png -------------------------------------------------------------------------------- /imgs/sprites/663.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/663.png -------------------------------------------------------------------------------- /imgs/sprites/664.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/664.png -------------------------------------------------------------------------------- /imgs/sprites/665.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/665.png -------------------------------------------------------------------------------- /imgs/sprites/666.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/666.png -------------------------------------------------------------------------------- /imgs/sprites/667.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/667.png -------------------------------------------------------------------------------- /imgs/sprites/668.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/668.png -------------------------------------------------------------------------------- /imgs/sprites/669.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/669.png -------------------------------------------------------------------------------- /imgs/sprites/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/67.png -------------------------------------------------------------------------------- /imgs/sprites/670.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/670.png -------------------------------------------------------------------------------- /imgs/sprites/671.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/671.png -------------------------------------------------------------------------------- /imgs/sprites/672.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/672.png -------------------------------------------------------------------------------- /imgs/sprites/673.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/673.png -------------------------------------------------------------------------------- /imgs/sprites/674.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/674.png -------------------------------------------------------------------------------- /imgs/sprites/675.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/675.png -------------------------------------------------------------------------------- /imgs/sprites/676.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/676.png -------------------------------------------------------------------------------- /imgs/sprites/677.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/677.png -------------------------------------------------------------------------------- /imgs/sprites/678.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/678.png -------------------------------------------------------------------------------- /imgs/sprites/679.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/679.png -------------------------------------------------------------------------------- /imgs/sprites/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/68.png -------------------------------------------------------------------------------- /imgs/sprites/680.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/680.png -------------------------------------------------------------------------------- /imgs/sprites/681.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/681.png -------------------------------------------------------------------------------- /imgs/sprites/682.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/682.png -------------------------------------------------------------------------------- /imgs/sprites/683.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/683.png -------------------------------------------------------------------------------- /imgs/sprites/684.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/684.png -------------------------------------------------------------------------------- /imgs/sprites/685.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/685.png -------------------------------------------------------------------------------- /imgs/sprites/686.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/686.png -------------------------------------------------------------------------------- /imgs/sprites/687.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/687.png -------------------------------------------------------------------------------- /imgs/sprites/688.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/688.png -------------------------------------------------------------------------------- /imgs/sprites/689.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/689.png -------------------------------------------------------------------------------- /imgs/sprites/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/69.png -------------------------------------------------------------------------------- /imgs/sprites/690.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/690.png -------------------------------------------------------------------------------- /imgs/sprites/691.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/691.png -------------------------------------------------------------------------------- /imgs/sprites/692.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/692.png -------------------------------------------------------------------------------- /imgs/sprites/693.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/693.png -------------------------------------------------------------------------------- /imgs/sprites/694.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/694.png -------------------------------------------------------------------------------- /imgs/sprites/695.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/695.png -------------------------------------------------------------------------------- /imgs/sprites/696.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/696.png -------------------------------------------------------------------------------- /imgs/sprites/697.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/697.png -------------------------------------------------------------------------------- /imgs/sprites/698.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/698.png -------------------------------------------------------------------------------- /imgs/sprites/699.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/699.png -------------------------------------------------------------------------------- /imgs/sprites/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/7.png -------------------------------------------------------------------------------- /imgs/sprites/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/70.png -------------------------------------------------------------------------------- /imgs/sprites/700.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/700.png -------------------------------------------------------------------------------- /imgs/sprites/701.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/701.png -------------------------------------------------------------------------------- /imgs/sprites/702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/702.png -------------------------------------------------------------------------------- /imgs/sprites/703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/703.png -------------------------------------------------------------------------------- /imgs/sprites/704.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/704.png -------------------------------------------------------------------------------- /imgs/sprites/705.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/705.png -------------------------------------------------------------------------------- /imgs/sprites/706.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/706.png -------------------------------------------------------------------------------- /imgs/sprites/707.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/707.png -------------------------------------------------------------------------------- /imgs/sprites/708.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/708.png -------------------------------------------------------------------------------- /imgs/sprites/709.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/709.png -------------------------------------------------------------------------------- /imgs/sprites/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/71.png -------------------------------------------------------------------------------- /imgs/sprites/710.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/710.png -------------------------------------------------------------------------------- /imgs/sprites/711.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/711.png -------------------------------------------------------------------------------- /imgs/sprites/712.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/712.png -------------------------------------------------------------------------------- /imgs/sprites/713.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/713.png -------------------------------------------------------------------------------- /imgs/sprites/714.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/714.png -------------------------------------------------------------------------------- /imgs/sprites/715.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/715.png -------------------------------------------------------------------------------- /imgs/sprites/716.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/716.png -------------------------------------------------------------------------------- /imgs/sprites/717.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/717.png -------------------------------------------------------------------------------- /imgs/sprites/718.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/718.png -------------------------------------------------------------------------------- /imgs/sprites/719.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/719.png -------------------------------------------------------------------------------- /imgs/sprites/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/72.png -------------------------------------------------------------------------------- /imgs/sprites/720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/720.png -------------------------------------------------------------------------------- /imgs/sprites/721.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/721.png -------------------------------------------------------------------------------- /imgs/sprites/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/73.png -------------------------------------------------------------------------------- /imgs/sprites/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/74.png -------------------------------------------------------------------------------- /imgs/sprites/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/75.png -------------------------------------------------------------------------------- /imgs/sprites/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/76.png -------------------------------------------------------------------------------- /imgs/sprites/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/77.png -------------------------------------------------------------------------------- /imgs/sprites/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/78.png -------------------------------------------------------------------------------- /imgs/sprites/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/79.png -------------------------------------------------------------------------------- /imgs/sprites/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/8.png -------------------------------------------------------------------------------- /imgs/sprites/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/80.png -------------------------------------------------------------------------------- /imgs/sprites/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/81.png -------------------------------------------------------------------------------- /imgs/sprites/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/82.png -------------------------------------------------------------------------------- /imgs/sprites/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/83.png -------------------------------------------------------------------------------- /imgs/sprites/84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/84.png -------------------------------------------------------------------------------- /imgs/sprites/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/85.png -------------------------------------------------------------------------------- /imgs/sprites/86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/86.png -------------------------------------------------------------------------------- /imgs/sprites/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/87.png -------------------------------------------------------------------------------- /imgs/sprites/88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/88.png -------------------------------------------------------------------------------- /imgs/sprites/89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/89.png -------------------------------------------------------------------------------- /imgs/sprites/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/9.png -------------------------------------------------------------------------------- /imgs/sprites/90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/90.png -------------------------------------------------------------------------------- /imgs/sprites/91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/91.png -------------------------------------------------------------------------------- /imgs/sprites/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/92.png -------------------------------------------------------------------------------- /imgs/sprites/93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/93.png -------------------------------------------------------------------------------- /imgs/sprites/94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/94.png -------------------------------------------------------------------------------- /imgs/sprites/95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/95.png -------------------------------------------------------------------------------- /imgs/sprites/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/96.png -------------------------------------------------------------------------------- /imgs/sprites/97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/97.png -------------------------------------------------------------------------------- /imgs/sprites/98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/98.png -------------------------------------------------------------------------------- /imgs/sprites/99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/99.png -------------------------------------------------------------------------------- /imgs/sprites/egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/egg.png -------------------------------------------------------------------------------- /imgs/sprites/old/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/0.png -------------------------------------------------------------------------------- /imgs/sprites/old/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/1.png -------------------------------------------------------------------------------- /imgs/sprites/old/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/2.png -------------------------------------------------------------------------------- /imgs/sprites/old/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/3.png -------------------------------------------------------------------------------- /imgs/sprites/old/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/4.png -------------------------------------------------------------------------------- /imgs/sprites/old/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/5.png -------------------------------------------------------------------------------- /imgs/sprites/old/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/6.png -------------------------------------------------------------------------------- /imgs/sprites/old/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/7.png -------------------------------------------------------------------------------- /imgs/sprites/old/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/8.png -------------------------------------------------------------------------------- /imgs/sprites/old/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthewkremer/pokemon-code/614c15208270fe562cd1c0a1b0d20a75d53251f4/imgs/sprites/old/9.png --------------------------------------------------------------------------------