Gen 2: Add random battle moves for Jynx, remove spaces

This commit is contained in:
Juanma Serrano 2015-01-19 17:06:26 +01:00
parent 5c8ae438c2
commit 32e20b9f52

View File

@ -25,7 +25,7 @@ exports.BattleFormatsData = {
tier: "NFE"
},
charizard: {
randomBattleMoves: ["belly drum","fireblast","rockslide","earthquake"],
randomBattleMoves: ["bellydrum","fireblast","rockslide","earthquake"],
eventPokemon: [
{"generation":2,"level":40,"gender":"M","shiny":true,"moves":["rage","scaryface","flamethrower","wingattack"]}
],
@ -54,7 +54,7 @@ exports.BattleFormatsData = {
tier: "NFE"
},
butterfree: {
randomBattleMoves: ["stun spore","sleeppowder","psychic","nightmare","giga drain"],
randomBattleMoves: ["stunspore","sleeppowder","psychic","nightmare","giga drain"],
tier: "UU"
},
weedle: {
@ -640,7 +640,7 @@ exports.BattleFormatsData = {
tier: "LC"
},
jynx: {
randomBattleMoves: ["","","",""],
randomBattleMoves: ["meanlook","perishsong","protect","icebeam","substitute","lovelykiss","nightmare","psychic"],
tier: "BL"
},
elekid: {