├── README.md ├── css └── style.css ├── img ├── Offical-Johnny-Fresh-Logo.png ├── arena.png └── pokemon.png ├── index.html └── js └── pokemon.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JOHNFLEURIMOND/complexPokemon/HEAD/README.md -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JOHNFLEURIMOND/complexPokemon/HEAD/css/style.css -------------------------------------------------------------------------------- /img/Offical-Johnny-Fresh-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JOHNFLEURIMOND/complexPokemon/HEAD/img/Offical-Johnny-Fresh-Logo.png -------------------------------------------------------------------------------- /img/arena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JOHNFLEURIMOND/complexPokemon/HEAD/img/arena.png -------------------------------------------------------------------------------- /img/pokemon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JOHNFLEURIMOND/complexPokemon/HEAD/img/pokemon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JOHNFLEURIMOND/complexPokemon/HEAD/index.html -------------------------------------------------------------------------------- /js/pokemon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JOHNFLEURIMOND/complexPokemon/HEAD/js/pokemon.js --------------------------------------------------------------------------------