Update pokemon.c
This commit is contained in:
parent
9c8191fb74
commit
059dc02aef
1 changed files with 4 additions and 1 deletions
|
@ -8143,7 +8143,10 @@ bool8 HasTwoFramesAnimation(u16 species)
|
|||
return (species != SPECIES_CASTFORM
|
||||
&& species != SPECIES_SPINDA
|
||||
&& species != SPECIES_UNOWN
|
||||
&& species != SPECIES_CHERRIM);
|
||||
&& species != SPECIES_CHERRIM
|
||||
&& species != SPECIES_CASTFORM_SUNNY
|
||||
&& species != SPECIES_CASTFORM_RAINY
|
||||
&& species != SPECIES_CASTFORM_SNOWY);
|
||||
}
|
||||
|
||||
static bool8 ShouldSkipFriendshipChange(void)
|
||||
|
|
Loading…
Reference in a new issue