>>50254221This command will spawn pokemon
Battle.enemyPokemon(new BattlePokemon(name, id, type1, type2, maxHealth, level, cathRate, exp, reward, shiny, gemReward, heldItem))
I don't know all of the info for it, but this is what I used trying to test spawn Cresselia
Battle.enemyPokemon(new BattlePokemon('Cresselia', 488, PokemonType.Psychic, PokemonType.Psychic, 1522531, 1, 3, 270))