Fixed Furfrou follower palettes
This commit is contained in:
parent
248980ae19
commit
58e3bb0cbb
@ -1969,7 +1969,13 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
|
|||||||
.iconSprite = gMonIcon_Furfrou##_form, \
|
.iconSprite = gMonIcon_Furfrou##_form, \
|
||||||
.iconPalIndex = _iconIdx, \
|
.iconPalIndex = _iconIdx, \
|
||||||
FOOTPRINT(Furfrou) \
|
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, \
|
.levelUpLearnset = sFurfrouLevelUpLearnset, \
|
||||||
.teachableLearnset = sFurfrouTeachableLearnset, \
|
.teachableLearnset = sFurfrouTeachableLearnset, \
|
||||||
.formSpeciesIdTable = sFurfrouFormSpeciesIdTable, \
|
.formSpeciesIdTable = sFurfrouFormSpeciesIdTable, \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user