Fixed Furfrou follower palettes
This commit is contained in:
parent
248980ae19
commit
58e3bb0cbb
1 changed files with 7 additions and 1 deletions
|
@ -1969,7 +1969,13 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
|
|||
.iconSprite = gMonIcon_Furfrou##_form, \
|
||||
.iconPalIndex = _iconIdx, \
|
||||
FOOTPRINT(Furfrou) \
|
||||
FOLLOWER(Furfrou##_form, SIZE_32x32, SHADOW_SIZE_M, TRACKS_FOOT) \
|
||||
FOLLOWER( \
|
||||
Furfrou##_form, \
|
||||
SIZE_32x32, \
|
||||
SHADOW_SIZE_M, \
|
||||
TRACKS_FOOT, \
|
||||
gFollowerPalette_Furfrou##_form, \
|
||||
gShinyFollowerPalette_Furfrou##_form) \
|
||||
.levelUpLearnset = sFurfrouLevelUpLearnset, \
|
||||
.teachableLearnset = sFurfrouTeachableLearnset, \
|
||||
.formSpeciesIdTable = sFurfrouFormSpeciesIdTable, \
|
||||
|
|
Loading…
Reference in a new issue