Fix Naclstack and Garganacl shadows (#8698)

This commit is contained in:
John Cooper McDonald 2025-12-29 05:02:42 -06:00 committed by GitHub
parent 0e8f94f380
commit 36c28c449a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2129,7 +2129,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.iconSprite = gMonIcon_Naclstack,
.iconPalIndex = 2,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(0, 5, SHADOW_SIZE_L)
SHADOW(0, 2, SHADOW_SIZE_L)
FOOTPRINT(Naclstack)
OVERWORLD(
sPicTable_Naclstack,
@ -2193,7 +2193,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.iconSprite = gMonIcon_Garganacl,
.iconPalIndex = 2,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
SHADOW(0, 13, SHADOW_SIZE_L)
SHADOW(0, 9, SHADOW_SIZE_L)
FOOTPRINT(Garganacl)
OVERWORLD(
sPicTable_Garganacl,