mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-07-25 04:12:13 -05:00
Champions: Fix Male Meowstic learnset
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
This commit is contained in:
parent
25f0dd851e
commit
2ce4267fcf
|
|
@ -10049,18 +10049,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
|
|||
endure: ["9M"],
|
||||
energyball: ["9M"],
|
||||
expandingforce: ["9M"],
|
||||
extrasensory: ["9M"],
|
||||
facade: ["9M"],
|
||||
fakeout: ["9M"],
|
||||
faketears: ["9M"],
|
||||
futuresight: ["9M"],
|
||||
gigaimpact: ["9M"],
|
||||
gravity: ["9M"],
|
||||
helpinghand: ["9M"],
|
||||
hyperbeam: ["9M"],
|
||||
imprison: ["9M"],
|
||||
irontail: ["9M"],
|
||||
lightscreen: ["9M"],
|
||||
magicroom: ["9M"],
|
||||
meanlook: ["9M"],
|
||||
mistyterrain: ["9M"],
|
||||
nastyplot: ["9M"],
|
||||
payback: ["9M"],
|
||||
playrough: ["9M"],
|
||||
|
|
@ -10070,6 +10071,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
|
|||
psychicterrain: ["9M"],
|
||||
psychup: ["9M"],
|
||||
psyshock: ["9M"],
|
||||
quickguard: ["9M"],
|
||||
raindance: ["9M"],
|
||||
reflect: ["9M"],
|
||||
rest: ["9M"],
|
||||
|
|
@ -10091,6 +10093,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
|
|||
trailblaze: ["9M"],
|
||||
trick: ["9M"],
|
||||
trickroom: ["9M"],
|
||||
wish: ["9M"],
|
||||
wonderroom: ["9M"],
|
||||
yawn: ["9M"],
|
||||
zenheadbutt: ["9M"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user