diff --git a/static/js/TP4.js b/static/js/TP4.js index 6266b8a..3eac259 100644 --- a/static/js/TP4.js +++ b/static/js/TP4.js @@ -1,4 +1,4 @@ -var pokemons = [6,26,260,282,297,360] +var pokemons = [6,26,260,282,297,380] function chose_random_pokemon(){ let randnum = Math.floor(Math.random() * pokemons.length);