Merge pull request #2143 from LOuroboros/patch-1
Added Castform's forms to HasTwoFramesAnimation
This commit is contained in:
commit
6ee5c203fc
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