Enable asym for followers issue #5382 (#5385)

* Applies asym code to followers
galarian slowbro
tinkaton line
scovillain
This commit is contained in:
Liamjd14 2024-09-14 19:21:34 +01:00 committed by GitHub
parent 79776bf6bb
commit 9d483cee5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -9176,11 +9176,12 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
.iconSprite = gMonIcon_SlowbroGalarian,
.iconPalIndex = 0,
FOOTPRINT(Slowbro)
OVERWORLD(
OVERWORLD_SET_ANIM(
sPicTable_SlowbroGalarian,
SIZE_32x32,
SHADOW_SIZE_M,
TRACKS_FOOT,
sAnimTable_Following_Asym,
gOverworldPalette_SlowbroGalarian,
gShinyOverworldPalette_SlowbroGalarian
)

View file

@ -3215,12 +3215,12 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.iconSprite = gMonIcon_Scovillain,
.iconPalIndex = 1,
FOOTPRINT(Scovillain)
OVERWORLD(
OVERWORLD_SET_ANIM(
sPicTable_Scovillain,
SIZE_32x32,
SHADOW_SIZE_M,
TRACKS_FOOT,
//sAnimTable_Following_Asym,
sAnimTable_Following_Asym,
gOverworldPalette_Scovillain,
gShinyOverworldPalette_Scovillain
)
@ -3526,12 +3526,12 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.iconSprite = gMonIcon_Tinkatink,
.iconPalIndex = 1,
FOOTPRINT(Tinkatink)
OVERWORLD(
OVERWORLD_SET_ANIM(
sPicTable_Tinkatink,
SIZE_32x32,
SHADOW_SIZE_S,
TRACKS_FOOT,
//sAnimTable_Following_Asym,
sAnimTable_Following_Asym,
gOverworldPalette_Tinkatink,
gShinyOverworldPalette_Tinkatink
)
@ -3589,12 +3589,12 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.iconSprite = gMonIcon_Tinkatuff,
.iconPalIndex = 1,
FOOTPRINT(Tinkatuff)
OVERWORLD(
OVERWORLD_SET_ANIM(
sPicTable_Tinkatuff,
SIZE_32x32,
SHADOW_SIZE_S,
TRACKS_FOOT,
//sAnimTable_Following_Asym,
sAnimTable_Following_Asym,
gOverworldPalette_Tinkatuff,
gShinyOverworldPalette_Tinkatuff
)
@ -3651,12 +3651,12 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.iconSprite = gMonIcon_Tinkaton,
.iconPalIndex = 1,
FOOTPRINT(Tinkaton)
OVERWORLD(
OVERWORLD_SET_ANIM(
sPicTable_Tinkaton,
SIZE_32x32,
SHADOW_SIZE_M,
TRACKS_FOOT,
//sAnimTable_Following_Asym,
sAnimTable_Following_Asym,
gOverworldPalette_Tinkaton,
gShinyOverworldPalette_Tinkaton
)