Add further icon sprite changes and fixes (#4413)

This commit is contained in:
kittenchilly 2024-04-20 02:41:01 -05:00 committed by GitHub
parent 4f0d98ec52
commit 88ce33c864
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 774 B

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 742 B

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 645 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 891 B

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 B

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 B

After

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 846 B

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 B

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 762 B

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 775 B

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 297 B

View file

@ -3210,7 +3210,7 @@ const struct SpeciesInfo gSpeciesInfoGen2[] =
.palette = gMonPalette_Farigiraf,
.shinyPalette = gMonShinyPalette_Farigiraf,
.iconSprite = gMonIcon_Farigiraf,
.iconPalIndex = 1,
.iconPalIndex = 0,
//FOOTPRINT(Farigiraf)
.levelUpLearnset = sFarigirafLevelUpLearnset,
.teachableLearnset = sFarigirafTeachableLearnset,

View file

@ -3580,7 +3580,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.palette = gMonPalette_Revavroom,
.shinyPalette = gMonShinyPalette_Revavroom,
.iconSprite = gMonIcon_Revavroom,
.iconPalIndex = 2,
.iconPalIndex = 0,
//FOOTPRINT(Revavroom)
.levelUpLearnset = sRevavroomLevelUpLearnset,
.teachableLearnset = sRevavroomTeachableLearnset,
@ -4942,7 +4942,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.palette = gMonPalette_IronMoth,
.shinyPalette = gMonShinyPalette_IronMoth,
.iconSprite = gMonIcon_IronMoth,
.iconPalIndex = 0,
.iconPalIndex = 3,
//FOOTPRINT(IronMoth)
.isParadoxForm = TRUE,
.levelUpLearnset = sIronMothLevelUpLearnset,