├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── issue_template │ ├── bug_report.md │ └── feature_request.md └── pull_request_template.md ├── .gitignore ├── .npmrc ├── .travis.yml ├── _config.yml ├── backgrounds ├── abra.png ├── aerodactyl.png ├── alakazam.png ├── arbok.png ├── arcanine.png ├── articuno.png ├── beedrill.png ├── bellsprout.png ├── blastoise.png ├── bulbasaur.png ├── butterfree.png ├── caterpie.png ├── chansey.png ├── charizard.png ├── charmander.png ├── charmeleon.png ├── clefable.png ├── clefairy.png ├── cloyster.png ├── cubone.png ├── dewgong.png ├── diglett.png ├── ditto.png ├── dodrio.png ├── doduo.png ├── dragonair.png ├── dragonite.png ├── dratini.png ├── drowzee.png ├── dugtrio.png ├── eevee.png ├── ekans.png ├── electabuzz.png ├── electrode.png ├── exeggcute.png ├── exeggutor.png ├── farfetchd.png ├── fearow.png ├── flareon.png ├── gastly.png ├── gengar.png ├── geodude.png ├── gloom.png ├── golbat.png ├── goldeen.png ├── golduck.png ├── golem.png ├── graveler.png ├── grimer.png ├── growlithe.png ├── gyarados.png ├── haunter.png ├── hitmonchan.png ├── hitmonlee.png ├── horsea.png ├── hypno.png ├── ivysaur.png ├── jigglypuff.png ├── jolteon.png ├── jynx.png ├── kabuto.png ├── kabutops.png ├── kadabra.png ├── kakuna.png ├── kangaskhan.png ├── kingler.png ├── koffing.png ├── krabby.png ├── lapras.png ├── lickitung.png ├── machamp.png ├── machoke.png ├── machop.png ├── magikarp.png ├── magmar.png ├── magnemite.png ├── magneton.png ├── mankey.png ├── marowak.png ├── meowth.png ├── metapod.png ├── mew.png ├── mewtwo.png ├── missingno.png ├── moltres.png ├── mr.mime.png ├── mudkip.png ├── muk.png ├── nidoking.png ├── nidoqueen.png ├── nidoran-female.png ├── nidoran-male.png ├── nidorina.png ├── nidorino.png ├── ninetales.png ├── oddish.png ├── omanyte.png ├── omastar.png ├── onix.png ├── paras.png ├── parasect.png ├── persian.png ├── pidgeot.png ├── pidgeotto.png ├── pidgey.png ├── pikachu.png ├── pinsir.png ├── poliwag.png ├── poliwhirl.png ├── poliwrath.png ├── ponyta.png ├── porygon.png ├── primeape.png ├── psyduck.png ├── raichu.png ├── rapidash.png ├── raticate.png ├── rattata.png ├── rhydon.png ├── rhyhorn.png ├── sandshrew.png ├── sandslash.png ├── scyther.png ├── seadra.png ├── seaking.png ├── seel.png ├── shellder.png ├── slowbro.png ├── slowpoke.png ├── snorlax.png ├── spearow.png ├── squirtle.png ├── starmie.png ├── staryu.png ├── tangela.png ├── tauros.png ├── tentacool.png ├── tentacruel.png ├── vaporeon.png ├── venomoth.png ├── venonat.png ├── venusaur.png ├── victreebel.png ├── vileplume.png ├── voltorb.png ├── vulpix.png ├── wartortle.png ├── weedle.png ├── weepinbell.png ├── weezing.png ├── wigglytuff.png ├── zapdos.png └── zubat.png ├── code-of-conduct.md ├── contributing.md ├── docs ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon-96x96.png └── highres-icon.png ├── index.js ├── license.md ├── media ├── example.png ├── logo.png ├── logo.psd ├── pokecursor.gif ├── pokemon-syntax.png ├── poketab.gif ├── screen.png ├── screen@2x.png ├── screens.png ├── unibody.gif └── unibody.png ├── package.json ├── pokecursors ├── abra.gif ├── aerodactyl.gif ├── alakazam.gif ├── arbok.gif ├── arcanine.gif ├── articuno.gif ├── beedrill.gif ├── bellsprout.gif ├── blastoise.gif ├── bulbasaur.gif ├── butterfree.gif ├── caterpie.gif ├── chansey.gif ├── charizard.gif ├── charmander.gif ├── charmeleon.gif ├── clefable.gif ├── clefairy.gif ├── cloyster.gif ├── cubone.gif ├── dewgong.gif ├── diglett.gif ├── ditto.gif ├── dodrio.gif ├── doduo.gif ├── dragonair.gif ├── dragonite.gif ├── dratini.gif ├── drowzee.gif ├── dugtrio.gif ├── eevee.gif ├── ekans.gif ├── electabuzz.gif ├── electrode.gif ├── exeggcute.gif ├── exeggutor.gif ├── farfetchd.gif ├── fearow.gif ├── flareon.gif ├── gastly.gif ├── gengar.gif ├── geodude.gif ├── gloom.gif ├── golbat.gif ├── goldeen.gif ├── golduck.gif ├── golem.gif ├── graveler.gif ├── grimer.gif ├── growlithe.gif ├── gyarados.gif ├── haunter.gif ├── hitmonchan.gif ├── hitmonlee.gif ├── horsea.gif ├── hypno.gif ├── ivysaur.gif ├── jigglypuff.gif ├── jolteon.gif ├── jynx.gif ├── kabuto.gif ├── kabutops.gif ├── kadabra.gif ├── kakuna.gif ├── kangaskhan.gif ├── kingler.gif ├── koffing.gif ├── krabby.gif ├── lapras.gif ├── lickitung.gif ├── machamp.gif ├── machoke.gif ├── machop.gif ├── magikarp.gif ├── magmar.gif ├── magnemite.gif ├── magneton.gif ├── mankey.gif ├── marowak.gif ├── meowth.gif ├── metapod.gif ├── mew.gif ├── mewtwo.gif ├── missingno.gif ├── moltres.gif ├── mr.mime.gif ├── mudkip.gif ├── muk.gif ├── nidoking.gif ├── nidoqueen.gif ├── nidoran-female.gif ├── nidoran-male.gif ├── nidorina.gif ├── nidorino.gif ├── ninetales.gif ├── oddish.gif ├── omanyte.gif ├── omastar.gif ├── onix.gif ├── paras.gif ├── parasect.gif ├── persian.gif ├── pidgeot.gif ├── pidgeotto.gif ├── pidgey.gif ├── pikachu.gif ├── pinsir.gif ├── poliwag.gif ├── poliwhirl.gif ├── poliwrath.gif ├── ponyta.gif ├── porygon.gif ├── primeape.gif ├── psyduck.gif ├── raichu.gif ├── rapidash.gif ├── raticate.gif ├── rattata.gif ├── rhydon.gif ├── rhyhorn.gif ├── sandshrew.gif ├── sandslash.gif ├── scyther.gif ├── seadra.gif ├── seaking.gif ├── seel.gif ├── shellder.gif ├── slowbro.gif ├── slowpoke.gif ├── snorlax.gif ├── spearow.gif ├── squirtle.gif ├── starmie.gif ├── staryu.gif ├── tangela.gif ├── tauros.gif ├── tentacool.gif ├── tentacruel.gif ├── vaporeon.gif ├── venomoth.gif ├── venonat.gif ├── venusaur.gif ├── victreebel.gif ├── vileplume.gif ├── voltorb.gif ├── vulpix.gif ├── wartortle.gif ├── weedle.gif ├── weepinbell.gif ├── weezing.gif ├── wigglytuff.gif ├── zapdos.gif └── zubat.gif ├── readme.md └── themes ├── pokemon.yml ├── trainers.yml └── types.yml /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/issue_template/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.github/issue_template/bug_report.md -------------------------------------------------------------------------------- /.github/issue_template/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.github/issue_template/feature_request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | package-lock=false -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/.travis.yml -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/_config.yml -------------------------------------------------------------------------------- /backgrounds/abra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/abra.png -------------------------------------------------------------------------------- /backgrounds/aerodactyl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/aerodactyl.png -------------------------------------------------------------------------------- /backgrounds/alakazam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/alakazam.png -------------------------------------------------------------------------------- /backgrounds/arbok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/arbok.png -------------------------------------------------------------------------------- /backgrounds/arcanine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/arcanine.png -------------------------------------------------------------------------------- /backgrounds/articuno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/articuno.png -------------------------------------------------------------------------------- /backgrounds/beedrill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/beedrill.png -------------------------------------------------------------------------------- /backgrounds/bellsprout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/bellsprout.png -------------------------------------------------------------------------------- /backgrounds/blastoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/blastoise.png -------------------------------------------------------------------------------- /backgrounds/bulbasaur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/bulbasaur.png -------------------------------------------------------------------------------- /backgrounds/butterfree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/butterfree.png -------------------------------------------------------------------------------- /backgrounds/caterpie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/caterpie.png -------------------------------------------------------------------------------- /backgrounds/chansey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/chansey.png -------------------------------------------------------------------------------- /backgrounds/charizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/charizard.png -------------------------------------------------------------------------------- /backgrounds/charmander.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/charmander.png -------------------------------------------------------------------------------- /backgrounds/charmeleon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/charmeleon.png -------------------------------------------------------------------------------- /backgrounds/clefable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/clefable.png -------------------------------------------------------------------------------- /backgrounds/clefairy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/clefairy.png -------------------------------------------------------------------------------- /backgrounds/cloyster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/cloyster.png -------------------------------------------------------------------------------- /backgrounds/cubone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/cubone.png -------------------------------------------------------------------------------- /backgrounds/dewgong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/dewgong.png -------------------------------------------------------------------------------- /backgrounds/diglett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/diglett.png -------------------------------------------------------------------------------- /backgrounds/ditto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/ditto.png -------------------------------------------------------------------------------- /backgrounds/dodrio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/dodrio.png -------------------------------------------------------------------------------- /backgrounds/doduo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/doduo.png -------------------------------------------------------------------------------- /backgrounds/dragonair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/dragonair.png -------------------------------------------------------------------------------- /backgrounds/dragonite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/dragonite.png -------------------------------------------------------------------------------- /backgrounds/dratini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/dratini.png -------------------------------------------------------------------------------- /backgrounds/drowzee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/drowzee.png -------------------------------------------------------------------------------- /backgrounds/dugtrio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/dugtrio.png -------------------------------------------------------------------------------- /backgrounds/eevee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/eevee.png -------------------------------------------------------------------------------- /backgrounds/ekans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/ekans.png -------------------------------------------------------------------------------- /backgrounds/electabuzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/electabuzz.png -------------------------------------------------------------------------------- /backgrounds/electrode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/electrode.png -------------------------------------------------------------------------------- /backgrounds/exeggcute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/exeggcute.png -------------------------------------------------------------------------------- /backgrounds/exeggutor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/exeggutor.png -------------------------------------------------------------------------------- /backgrounds/farfetchd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/farfetchd.png -------------------------------------------------------------------------------- /backgrounds/fearow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/fearow.png -------------------------------------------------------------------------------- /backgrounds/flareon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/flareon.png -------------------------------------------------------------------------------- /backgrounds/gastly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/gastly.png -------------------------------------------------------------------------------- /backgrounds/gengar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/gengar.png -------------------------------------------------------------------------------- /backgrounds/geodude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/geodude.png -------------------------------------------------------------------------------- /backgrounds/gloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/gloom.png -------------------------------------------------------------------------------- /backgrounds/golbat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/golbat.png -------------------------------------------------------------------------------- /backgrounds/goldeen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/goldeen.png -------------------------------------------------------------------------------- /backgrounds/golduck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/golduck.png -------------------------------------------------------------------------------- /backgrounds/golem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/golem.png -------------------------------------------------------------------------------- /backgrounds/graveler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/graveler.png -------------------------------------------------------------------------------- /backgrounds/grimer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/grimer.png -------------------------------------------------------------------------------- /backgrounds/growlithe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/growlithe.png -------------------------------------------------------------------------------- /backgrounds/gyarados.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/gyarados.png -------------------------------------------------------------------------------- /backgrounds/haunter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/haunter.png -------------------------------------------------------------------------------- /backgrounds/hitmonchan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/hitmonchan.png -------------------------------------------------------------------------------- /backgrounds/hitmonlee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/hitmonlee.png -------------------------------------------------------------------------------- /backgrounds/horsea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/horsea.png -------------------------------------------------------------------------------- /backgrounds/hypno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/hypno.png -------------------------------------------------------------------------------- /backgrounds/ivysaur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/ivysaur.png -------------------------------------------------------------------------------- /backgrounds/jigglypuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/jigglypuff.png -------------------------------------------------------------------------------- /backgrounds/jolteon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/jolteon.png -------------------------------------------------------------------------------- /backgrounds/jynx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/jynx.png -------------------------------------------------------------------------------- /backgrounds/kabuto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/kabuto.png -------------------------------------------------------------------------------- /backgrounds/kabutops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/kabutops.png -------------------------------------------------------------------------------- /backgrounds/kadabra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/kadabra.png -------------------------------------------------------------------------------- /backgrounds/kakuna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/kakuna.png -------------------------------------------------------------------------------- /backgrounds/kangaskhan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/kangaskhan.png -------------------------------------------------------------------------------- /backgrounds/kingler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/kingler.png -------------------------------------------------------------------------------- /backgrounds/koffing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/koffing.png -------------------------------------------------------------------------------- /backgrounds/krabby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/krabby.png -------------------------------------------------------------------------------- /backgrounds/lapras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/lapras.png -------------------------------------------------------------------------------- /backgrounds/lickitung.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/lickitung.png -------------------------------------------------------------------------------- /backgrounds/machamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/machamp.png -------------------------------------------------------------------------------- /backgrounds/machoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/machoke.png -------------------------------------------------------------------------------- /backgrounds/machop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/machop.png -------------------------------------------------------------------------------- /backgrounds/magikarp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/magikarp.png -------------------------------------------------------------------------------- /backgrounds/magmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/magmar.png -------------------------------------------------------------------------------- /backgrounds/magnemite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/magnemite.png -------------------------------------------------------------------------------- /backgrounds/magneton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/magneton.png -------------------------------------------------------------------------------- /backgrounds/mankey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/mankey.png -------------------------------------------------------------------------------- /backgrounds/marowak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/marowak.png -------------------------------------------------------------------------------- /backgrounds/meowth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/meowth.png -------------------------------------------------------------------------------- /backgrounds/metapod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/metapod.png -------------------------------------------------------------------------------- /backgrounds/mew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/mew.png -------------------------------------------------------------------------------- /backgrounds/mewtwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/mewtwo.png -------------------------------------------------------------------------------- /backgrounds/missingno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/missingno.png -------------------------------------------------------------------------------- /backgrounds/moltres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/moltres.png -------------------------------------------------------------------------------- /backgrounds/mr.mime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/mr.mime.png -------------------------------------------------------------------------------- /backgrounds/mudkip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/mudkip.png -------------------------------------------------------------------------------- /backgrounds/muk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/muk.png -------------------------------------------------------------------------------- /backgrounds/nidoking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/nidoking.png -------------------------------------------------------------------------------- /backgrounds/nidoqueen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/nidoqueen.png -------------------------------------------------------------------------------- /backgrounds/nidoran-female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/nidoran-female.png -------------------------------------------------------------------------------- /backgrounds/nidoran-male.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/nidoran-male.png -------------------------------------------------------------------------------- /backgrounds/nidorina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/nidorina.png -------------------------------------------------------------------------------- /backgrounds/nidorino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/nidorino.png -------------------------------------------------------------------------------- /backgrounds/ninetales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/ninetales.png -------------------------------------------------------------------------------- /backgrounds/oddish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/oddish.png -------------------------------------------------------------------------------- /backgrounds/omanyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/omanyte.png -------------------------------------------------------------------------------- /backgrounds/omastar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/omastar.png -------------------------------------------------------------------------------- /backgrounds/onix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/onix.png -------------------------------------------------------------------------------- /backgrounds/paras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/paras.png -------------------------------------------------------------------------------- /backgrounds/parasect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/parasect.png -------------------------------------------------------------------------------- /backgrounds/persian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/persian.png -------------------------------------------------------------------------------- /backgrounds/pidgeot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/pidgeot.png -------------------------------------------------------------------------------- /backgrounds/pidgeotto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/pidgeotto.png -------------------------------------------------------------------------------- /backgrounds/pidgey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/pidgey.png -------------------------------------------------------------------------------- /backgrounds/pikachu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/pikachu.png -------------------------------------------------------------------------------- /backgrounds/pinsir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/pinsir.png -------------------------------------------------------------------------------- /backgrounds/poliwag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/poliwag.png -------------------------------------------------------------------------------- /backgrounds/poliwhirl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/poliwhirl.png -------------------------------------------------------------------------------- /backgrounds/poliwrath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/poliwrath.png -------------------------------------------------------------------------------- /backgrounds/ponyta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/ponyta.png -------------------------------------------------------------------------------- /backgrounds/porygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/porygon.png -------------------------------------------------------------------------------- /backgrounds/primeape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/primeape.png -------------------------------------------------------------------------------- /backgrounds/psyduck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/psyduck.png -------------------------------------------------------------------------------- /backgrounds/raichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/raichu.png -------------------------------------------------------------------------------- /backgrounds/rapidash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/rapidash.png -------------------------------------------------------------------------------- /backgrounds/raticate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/raticate.png -------------------------------------------------------------------------------- /backgrounds/rattata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/rattata.png -------------------------------------------------------------------------------- /backgrounds/rhydon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/rhydon.png -------------------------------------------------------------------------------- /backgrounds/rhyhorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/rhyhorn.png -------------------------------------------------------------------------------- /backgrounds/sandshrew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/sandshrew.png -------------------------------------------------------------------------------- /backgrounds/sandslash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/sandslash.png -------------------------------------------------------------------------------- /backgrounds/scyther.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/scyther.png -------------------------------------------------------------------------------- /backgrounds/seadra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/seadra.png -------------------------------------------------------------------------------- /backgrounds/seaking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/seaking.png -------------------------------------------------------------------------------- /backgrounds/seel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/seel.png -------------------------------------------------------------------------------- /backgrounds/shellder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/shellder.png -------------------------------------------------------------------------------- /backgrounds/slowbro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/slowbro.png -------------------------------------------------------------------------------- /backgrounds/slowpoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/slowpoke.png -------------------------------------------------------------------------------- /backgrounds/snorlax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/snorlax.png -------------------------------------------------------------------------------- /backgrounds/spearow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/spearow.png -------------------------------------------------------------------------------- /backgrounds/squirtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/squirtle.png -------------------------------------------------------------------------------- /backgrounds/starmie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/starmie.png -------------------------------------------------------------------------------- /backgrounds/staryu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/staryu.png -------------------------------------------------------------------------------- /backgrounds/tangela.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/tangela.png -------------------------------------------------------------------------------- /backgrounds/tauros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/tauros.png -------------------------------------------------------------------------------- /backgrounds/tentacool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/tentacool.png -------------------------------------------------------------------------------- /backgrounds/tentacruel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/tentacruel.png -------------------------------------------------------------------------------- /backgrounds/vaporeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/vaporeon.png -------------------------------------------------------------------------------- /backgrounds/venomoth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/venomoth.png -------------------------------------------------------------------------------- /backgrounds/venonat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/venonat.png -------------------------------------------------------------------------------- /backgrounds/venusaur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/venusaur.png -------------------------------------------------------------------------------- /backgrounds/victreebel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/victreebel.png -------------------------------------------------------------------------------- /backgrounds/vileplume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/vileplume.png -------------------------------------------------------------------------------- /backgrounds/voltorb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/voltorb.png -------------------------------------------------------------------------------- /backgrounds/vulpix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/vulpix.png -------------------------------------------------------------------------------- /backgrounds/wartortle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/wartortle.png -------------------------------------------------------------------------------- /backgrounds/weedle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/weedle.png -------------------------------------------------------------------------------- /backgrounds/weepinbell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/weepinbell.png -------------------------------------------------------------------------------- /backgrounds/weezing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/weezing.png -------------------------------------------------------------------------------- /backgrounds/wigglytuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/wigglytuff.png -------------------------------------------------------------------------------- /backgrounds/zapdos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/zapdos.png -------------------------------------------------------------------------------- /backgrounds/zubat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/backgrounds/zubat.png -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/code-of-conduct.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/contributing.md -------------------------------------------------------------------------------- /docs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/docs/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/docs/favicon-16x16.png -------------------------------------------------------------------------------- /docs/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/docs/favicon-32x32.png -------------------------------------------------------------------------------- /docs/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/docs/favicon-96x96.png -------------------------------------------------------------------------------- /docs/highres-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/docs/highres-icon.png -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/index.js -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/license.md -------------------------------------------------------------------------------- /media/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/example.png -------------------------------------------------------------------------------- /media/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/logo.png -------------------------------------------------------------------------------- /media/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/logo.psd -------------------------------------------------------------------------------- /media/pokecursor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/pokecursor.gif -------------------------------------------------------------------------------- /media/pokemon-syntax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/pokemon-syntax.png -------------------------------------------------------------------------------- /media/poketab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/poketab.gif -------------------------------------------------------------------------------- /media/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/screen.png -------------------------------------------------------------------------------- /media/screen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/screen@2x.png -------------------------------------------------------------------------------- /media/screens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/screens.png -------------------------------------------------------------------------------- /media/unibody.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/unibody.gif -------------------------------------------------------------------------------- /media/unibody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/media/unibody.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/package.json -------------------------------------------------------------------------------- /pokecursors/abra.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/abra.gif -------------------------------------------------------------------------------- /pokecursors/aerodactyl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/aerodactyl.gif -------------------------------------------------------------------------------- /pokecursors/alakazam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/alakazam.gif -------------------------------------------------------------------------------- /pokecursors/arbok.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/arbok.gif -------------------------------------------------------------------------------- /pokecursors/arcanine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/arcanine.gif -------------------------------------------------------------------------------- /pokecursors/articuno.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/articuno.gif -------------------------------------------------------------------------------- /pokecursors/beedrill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/beedrill.gif -------------------------------------------------------------------------------- /pokecursors/bellsprout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/bellsprout.gif -------------------------------------------------------------------------------- /pokecursors/blastoise.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/blastoise.gif -------------------------------------------------------------------------------- /pokecursors/bulbasaur.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/bulbasaur.gif -------------------------------------------------------------------------------- /pokecursors/butterfree.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/butterfree.gif -------------------------------------------------------------------------------- /pokecursors/caterpie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/caterpie.gif -------------------------------------------------------------------------------- /pokecursors/chansey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/chansey.gif -------------------------------------------------------------------------------- /pokecursors/charizard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/charizard.gif -------------------------------------------------------------------------------- /pokecursors/charmander.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/charmander.gif -------------------------------------------------------------------------------- /pokecursors/charmeleon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/charmeleon.gif -------------------------------------------------------------------------------- /pokecursors/clefable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/clefable.gif -------------------------------------------------------------------------------- /pokecursors/clefairy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/clefairy.gif -------------------------------------------------------------------------------- /pokecursors/cloyster.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/cloyster.gif -------------------------------------------------------------------------------- /pokecursors/cubone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/cubone.gif -------------------------------------------------------------------------------- /pokecursors/dewgong.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/dewgong.gif -------------------------------------------------------------------------------- /pokecursors/diglett.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/diglett.gif -------------------------------------------------------------------------------- /pokecursors/ditto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/ditto.gif -------------------------------------------------------------------------------- /pokecursors/dodrio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/dodrio.gif -------------------------------------------------------------------------------- /pokecursors/doduo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/doduo.gif -------------------------------------------------------------------------------- /pokecursors/dragonair.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/dragonair.gif -------------------------------------------------------------------------------- /pokecursors/dragonite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/dragonite.gif -------------------------------------------------------------------------------- /pokecursors/dratini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/dratini.gif -------------------------------------------------------------------------------- /pokecursors/drowzee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/drowzee.gif -------------------------------------------------------------------------------- /pokecursors/dugtrio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/dugtrio.gif -------------------------------------------------------------------------------- /pokecursors/eevee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/eevee.gif -------------------------------------------------------------------------------- /pokecursors/ekans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/ekans.gif -------------------------------------------------------------------------------- /pokecursors/electabuzz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/electabuzz.gif -------------------------------------------------------------------------------- /pokecursors/electrode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/electrode.gif -------------------------------------------------------------------------------- /pokecursors/exeggcute.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/exeggcute.gif -------------------------------------------------------------------------------- /pokecursors/exeggutor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/exeggutor.gif -------------------------------------------------------------------------------- /pokecursors/farfetchd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/farfetchd.gif -------------------------------------------------------------------------------- /pokecursors/fearow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/fearow.gif -------------------------------------------------------------------------------- /pokecursors/flareon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/flareon.gif -------------------------------------------------------------------------------- /pokecursors/gastly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/gastly.gif -------------------------------------------------------------------------------- /pokecursors/gengar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/gengar.gif -------------------------------------------------------------------------------- /pokecursors/geodude.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/geodude.gif -------------------------------------------------------------------------------- /pokecursors/gloom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/gloom.gif -------------------------------------------------------------------------------- /pokecursors/golbat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/golbat.gif -------------------------------------------------------------------------------- /pokecursors/goldeen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/goldeen.gif -------------------------------------------------------------------------------- /pokecursors/golduck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/golduck.gif -------------------------------------------------------------------------------- /pokecursors/golem.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/golem.gif -------------------------------------------------------------------------------- /pokecursors/graveler.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/graveler.gif -------------------------------------------------------------------------------- /pokecursors/grimer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/grimer.gif -------------------------------------------------------------------------------- /pokecursors/growlithe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/growlithe.gif -------------------------------------------------------------------------------- /pokecursors/gyarados.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/gyarados.gif -------------------------------------------------------------------------------- /pokecursors/haunter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/haunter.gif -------------------------------------------------------------------------------- /pokecursors/hitmonchan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/hitmonchan.gif -------------------------------------------------------------------------------- /pokecursors/hitmonlee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/hitmonlee.gif -------------------------------------------------------------------------------- /pokecursors/horsea.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/horsea.gif -------------------------------------------------------------------------------- /pokecursors/hypno.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/hypno.gif -------------------------------------------------------------------------------- /pokecursors/ivysaur.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/ivysaur.gif -------------------------------------------------------------------------------- /pokecursors/jigglypuff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/jigglypuff.gif -------------------------------------------------------------------------------- /pokecursors/jolteon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/jolteon.gif -------------------------------------------------------------------------------- /pokecursors/jynx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/jynx.gif -------------------------------------------------------------------------------- /pokecursors/kabuto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/kabuto.gif -------------------------------------------------------------------------------- /pokecursors/kabutops.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/kabutops.gif -------------------------------------------------------------------------------- /pokecursors/kadabra.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/kadabra.gif -------------------------------------------------------------------------------- /pokecursors/kakuna.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/kakuna.gif -------------------------------------------------------------------------------- /pokecursors/kangaskhan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/kangaskhan.gif -------------------------------------------------------------------------------- /pokecursors/kingler.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/kingler.gif -------------------------------------------------------------------------------- /pokecursors/koffing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/koffing.gif -------------------------------------------------------------------------------- /pokecursors/krabby.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/krabby.gif -------------------------------------------------------------------------------- /pokecursors/lapras.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/lapras.gif -------------------------------------------------------------------------------- /pokecursors/lickitung.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/lickitung.gif -------------------------------------------------------------------------------- /pokecursors/machamp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/machamp.gif -------------------------------------------------------------------------------- /pokecursors/machoke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/machoke.gif -------------------------------------------------------------------------------- /pokecursors/machop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/machop.gif -------------------------------------------------------------------------------- /pokecursors/magikarp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/magikarp.gif -------------------------------------------------------------------------------- /pokecursors/magmar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/magmar.gif -------------------------------------------------------------------------------- /pokecursors/magnemite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/magnemite.gif -------------------------------------------------------------------------------- /pokecursors/magneton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/magneton.gif -------------------------------------------------------------------------------- /pokecursors/mankey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/mankey.gif -------------------------------------------------------------------------------- /pokecursors/marowak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/marowak.gif -------------------------------------------------------------------------------- /pokecursors/meowth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/meowth.gif -------------------------------------------------------------------------------- /pokecursors/metapod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/metapod.gif -------------------------------------------------------------------------------- /pokecursors/mew.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/mew.gif -------------------------------------------------------------------------------- /pokecursors/mewtwo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/mewtwo.gif -------------------------------------------------------------------------------- /pokecursors/missingno.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/missingno.gif -------------------------------------------------------------------------------- /pokecursors/moltres.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/moltres.gif -------------------------------------------------------------------------------- /pokecursors/mr.mime.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/mr.mime.gif -------------------------------------------------------------------------------- /pokecursors/mudkip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/mudkip.gif -------------------------------------------------------------------------------- /pokecursors/muk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/muk.gif -------------------------------------------------------------------------------- /pokecursors/nidoking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/nidoking.gif -------------------------------------------------------------------------------- /pokecursors/nidoqueen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/nidoqueen.gif -------------------------------------------------------------------------------- /pokecursors/nidoran-female.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/nidoran-female.gif -------------------------------------------------------------------------------- /pokecursors/nidoran-male.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/nidoran-male.gif -------------------------------------------------------------------------------- /pokecursors/nidorina.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/nidorina.gif -------------------------------------------------------------------------------- /pokecursors/nidorino.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/nidorino.gif -------------------------------------------------------------------------------- /pokecursors/ninetales.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/ninetales.gif -------------------------------------------------------------------------------- /pokecursors/oddish.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/oddish.gif -------------------------------------------------------------------------------- /pokecursors/omanyte.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/omanyte.gif -------------------------------------------------------------------------------- /pokecursors/omastar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/omastar.gif -------------------------------------------------------------------------------- /pokecursors/onix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/onix.gif -------------------------------------------------------------------------------- /pokecursors/paras.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/paras.gif -------------------------------------------------------------------------------- /pokecursors/parasect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/parasect.gif -------------------------------------------------------------------------------- /pokecursors/persian.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/persian.gif -------------------------------------------------------------------------------- /pokecursors/pidgeot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/pidgeot.gif -------------------------------------------------------------------------------- /pokecursors/pidgeotto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/pidgeotto.gif -------------------------------------------------------------------------------- /pokecursors/pidgey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/pidgey.gif -------------------------------------------------------------------------------- /pokecursors/pikachu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/pikachu.gif -------------------------------------------------------------------------------- /pokecursors/pinsir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/pinsir.gif -------------------------------------------------------------------------------- /pokecursors/poliwag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/poliwag.gif -------------------------------------------------------------------------------- /pokecursors/poliwhirl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/poliwhirl.gif -------------------------------------------------------------------------------- /pokecursors/poliwrath.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/poliwrath.gif -------------------------------------------------------------------------------- /pokecursors/ponyta.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/ponyta.gif -------------------------------------------------------------------------------- /pokecursors/porygon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/porygon.gif -------------------------------------------------------------------------------- /pokecursors/primeape.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/primeape.gif -------------------------------------------------------------------------------- /pokecursors/psyduck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/psyduck.gif -------------------------------------------------------------------------------- /pokecursors/raichu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/raichu.gif -------------------------------------------------------------------------------- /pokecursors/rapidash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/rapidash.gif -------------------------------------------------------------------------------- /pokecursors/raticate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/raticate.gif -------------------------------------------------------------------------------- /pokecursors/rattata.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/rattata.gif -------------------------------------------------------------------------------- /pokecursors/rhydon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/rhydon.gif -------------------------------------------------------------------------------- /pokecursors/rhyhorn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/rhyhorn.gif -------------------------------------------------------------------------------- /pokecursors/sandshrew.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/sandshrew.gif -------------------------------------------------------------------------------- /pokecursors/sandslash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/sandslash.gif -------------------------------------------------------------------------------- /pokecursors/scyther.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/scyther.gif -------------------------------------------------------------------------------- /pokecursors/seadra.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/seadra.gif -------------------------------------------------------------------------------- /pokecursors/seaking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/seaking.gif -------------------------------------------------------------------------------- /pokecursors/seel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/seel.gif -------------------------------------------------------------------------------- /pokecursors/shellder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/shellder.gif -------------------------------------------------------------------------------- /pokecursors/slowbro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/slowbro.gif -------------------------------------------------------------------------------- /pokecursors/slowpoke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/slowpoke.gif -------------------------------------------------------------------------------- /pokecursors/snorlax.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/snorlax.gif -------------------------------------------------------------------------------- /pokecursors/spearow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/spearow.gif -------------------------------------------------------------------------------- /pokecursors/squirtle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/squirtle.gif -------------------------------------------------------------------------------- /pokecursors/starmie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/starmie.gif -------------------------------------------------------------------------------- /pokecursors/staryu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/staryu.gif -------------------------------------------------------------------------------- /pokecursors/tangela.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/tangela.gif -------------------------------------------------------------------------------- /pokecursors/tauros.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/tauros.gif -------------------------------------------------------------------------------- /pokecursors/tentacool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/tentacool.gif -------------------------------------------------------------------------------- /pokecursors/tentacruel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/tentacruel.gif -------------------------------------------------------------------------------- /pokecursors/vaporeon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/vaporeon.gif -------------------------------------------------------------------------------- /pokecursors/venomoth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/venomoth.gif -------------------------------------------------------------------------------- /pokecursors/venonat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/venonat.gif -------------------------------------------------------------------------------- /pokecursors/venusaur.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/venusaur.gif -------------------------------------------------------------------------------- /pokecursors/victreebel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/victreebel.gif -------------------------------------------------------------------------------- /pokecursors/vileplume.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/vileplume.gif -------------------------------------------------------------------------------- /pokecursors/voltorb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/voltorb.gif -------------------------------------------------------------------------------- /pokecursors/vulpix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/vulpix.gif -------------------------------------------------------------------------------- /pokecursors/wartortle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/wartortle.gif -------------------------------------------------------------------------------- /pokecursors/weedle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/weedle.gif -------------------------------------------------------------------------------- /pokecursors/weepinbell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/weepinbell.gif -------------------------------------------------------------------------------- /pokecursors/weezing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/weezing.gif -------------------------------------------------------------------------------- /pokecursors/wigglytuff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/wigglytuff.gif -------------------------------------------------------------------------------- /pokecursors/zapdos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/zapdos.gif -------------------------------------------------------------------------------- /pokecursors/zubat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/pokecursors/zubat.gif -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/readme.md -------------------------------------------------------------------------------- /themes/pokemon.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/themes/pokemon.yml -------------------------------------------------------------------------------- /themes/trainers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/themes/trainers.yml -------------------------------------------------------------------------------- /themes/types.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klaudiosinani/hyper-pokemon/HEAD/themes/types.yml --------------------------------------------------------------------------------