fix(TP4.js): update the pokemons array to include the correct Pokémon ID 380

This commit is contained in:
Djalim Simaila 2025-01-24 14:14:30 +01:00
parent 270aa2d740
commit 92eef672e0

View File

@ -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);