Fix P_FAMILY if blocks for Regigigas and Giratina (#3823)
This commit is contained in:
parent
45da55eb14
commit
3bae98f768
1 changed files with 3 additions and 1 deletions
|
@ -6127,7 +6127,9 @@ static const union AnimCmd sAnim_Regigigas_1[] =
|
|||
ANIMCMD_FRAME(0, 5),
|
||||
ANIMCMD_END,
|
||||
};
|
||||
#endif //P_FAMILY_REGIGIGAS
|
||||
|
||||
#if P_FAMILY_GIRATINA
|
||||
static const union AnimCmd sAnim_GiratinaAltered_1[] =
|
||||
{
|
||||
ANIMCMD_FRAME(0, 12),
|
||||
|
@ -6145,7 +6147,7 @@ static const union AnimCmd sAnim_GiratinaOrigin_1[] =
|
|||
ANIMCMD_FRAME(0, 10),
|
||||
ANIMCMD_END,
|
||||
};
|
||||
#endif //P_FAMILY_REGIGIGAS
|
||||
#endif //P_FAMILY_GIRATINA
|
||||
|
||||
#if P_FAMILY_CRESSELIA
|
||||
static const union AnimCmd sAnim_Cresselia_1[] =
|
||||
|
|
Loading…
Reference in a new issue