Add further icon sprite changes and fixes (#4413)
Before Width: | Height: | Size: 774 B After Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 742 B After Width: | Height: | Size: 727 B |
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 807 B |
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 891 B After Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 909 B After Width: | Height: | Size: 874 B |
Before Width: | Height: | Size: 846 B After Width: | Height: | Size: 800 B |
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 636 B |
Before Width: | Height: | Size: 762 B After Width: | Height: | Size: 822 B |
Before Width: | Height: | Size: 767 B After Width: | Height: | Size: 837 B |
Before Width: | Height: | Size: 775 B After Width: | Height: | Size: 780 B |
Before Width: | Height: | Size: 917 B After Width: | Height: | Size: 931 B |
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 297 B |
|
@ -3210,7 +3210,7 @@ const struct SpeciesInfo gSpeciesInfoGen2[] =
|
||||||
.palette = gMonPalette_Farigiraf,
|
.palette = gMonPalette_Farigiraf,
|
||||||
.shinyPalette = gMonShinyPalette_Farigiraf,
|
.shinyPalette = gMonShinyPalette_Farigiraf,
|
||||||
.iconSprite = gMonIcon_Farigiraf,
|
.iconSprite = gMonIcon_Farigiraf,
|
||||||
.iconPalIndex = 1,
|
.iconPalIndex = 0,
|
||||||
//FOOTPRINT(Farigiraf)
|
//FOOTPRINT(Farigiraf)
|
||||||
.levelUpLearnset = sFarigirafLevelUpLearnset,
|
.levelUpLearnset = sFarigirafLevelUpLearnset,
|
||||||
.teachableLearnset = sFarigirafTeachableLearnset,
|
.teachableLearnset = sFarigirafTeachableLearnset,
|
||||||
|
|
|
@ -3580,7 +3580,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
||||||
.palette = gMonPalette_Revavroom,
|
.palette = gMonPalette_Revavroom,
|
||||||
.shinyPalette = gMonShinyPalette_Revavroom,
|
.shinyPalette = gMonShinyPalette_Revavroom,
|
||||||
.iconSprite = gMonIcon_Revavroom,
|
.iconSprite = gMonIcon_Revavroom,
|
||||||
.iconPalIndex = 2,
|
.iconPalIndex = 0,
|
||||||
//FOOTPRINT(Revavroom)
|
//FOOTPRINT(Revavroom)
|
||||||
.levelUpLearnset = sRevavroomLevelUpLearnset,
|
.levelUpLearnset = sRevavroomLevelUpLearnset,
|
||||||
.teachableLearnset = sRevavroomTeachableLearnset,
|
.teachableLearnset = sRevavroomTeachableLearnset,
|
||||||
|
@ -4942,7 +4942,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
||||||
.palette = gMonPalette_IronMoth,
|
.palette = gMonPalette_IronMoth,
|
||||||
.shinyPalette = gMonShinyPalette_IronMoth,
|
.shinyPalette = gMonShinyPalette_IronMoth,
|
||||||
.iconSprite = gMonIcon_IronMoth,
|
.iconSprite = gMonIcon_IronMoth,
|
||||||
.iconPalIndex = 0,
|
.iconPalIndex = 3,
|
||||||
//FOOTPRINT(IronMoth)
|
//FOOTPRINT(IronMoth)
|
||||||
.isParadoxForm = TRUE,
|
.isParadoxForm = TRUE,
|
||||||
.levelUpLearnset = sIronMothLevelUpLearnset,
|
.levelUpLearnset = sIronMothLevelUpLearnset,
|
||||||
|
|