Updated Mew teachable moves to SV (#4142)
This commit is contained in:
parent
273110ebae
commit
dd3228aa14
1 changed files with 0 additions and 8 deletions
|
@ -5127,27 +5127,19 @@ u8 CanLearnTeachableMove(u16 species, u16 move)
|
|||
switch (move)
|
||||
{
|
||||
case MOVE_BADDY_BAD:
|
||||
case MOVE_BLAST_BURN:
|
||||
case MOVE_BOUNCY_BUBBLE:
|
||||
case MOVE_BUZZY_BUZZ:
|
||||
case MOVE_DRACO_METEOR:
|
||||
case MOVE_DRAGON_ASCENT:
|
||||
case MOVE_FIRE_PLEDGE:
|
||||
case MOVE_FLOATY_FALL:
|
||||
case MOVE_FREEZY_FROST:
|
||||
case MOVE_FRENZY_PLANT:
|
||||
case MOVE_GLITZY_GLOW:
|
||||
case MOVE_GRASS_PLEDGE:
|
||||
case MOVE_HYDRO_CANNON:
|
||||
case MOVE_RELIC_SONG:
|
||||
case MOVE_SAPPY_SEED:
|
||||
case MOVE_SECRET_SWORD:
|
||||
case MOVE_SIZZLY_SLIDE:
|
||||
case MOVE_SPARKLY_SWIRL:
|
||||
case MOVE_SPLISHY_SPLASH:
|
||||
case MOVE_STEEL_BEAM:
|
||||
case MOVE_VOLT_TACKLE:
|
||||
case MOVE_WATER_PLEDGE:
|
||||
case MOVE_ZIPPY_ZAP:
|
||||
return FALSE;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue