* Applies asym code to followers galarian slowbro tinkaton line scovillain
This commit is contained in:
parent
79776bf6bb
commit
9d483cee5d
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 |
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue