Misc pokemon sprite fixes (#5846)
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 757 B |
|
@ -6,7 +6,7 @@ JASC-PAL
|
|||
120 120 112
|
||||
160 160 144
|
||||
8 8 8
|
||||
120 120 112
|
||||
84 84 78
|
||||
48 48 56
|
||||
232 232 232
|
||||
240 152 168
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 796 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 485 B |
|
@ -3,17 +3,17 @@ JASC-PAL
|
|||
16
|
||||
152 208 160
|
||||
8 48 56
|
||||
0 128 160
|
||||
36 103 149
|
||||
16 16 16
|
||||
80 64 40
|
||||
248 208 128
|
||||
176 152 88
|
||||
255 215 132
|
||||
181 158 90
|
||||
136 104 56
|
||||
152 232 248
|
||||
102 225 253
|
||||
96 192 216
|
||||
80 88 88
|
||||
168 168 168
|
||||
216 216 216
|
||||
48 56 40
|
||||
152 128 80
|
||||
136 88 56
|
||||
99 84 80
|
||||
201 185 131
|
||||
167 139 110
|
||||
|
|
Before Width: | Height: | Size: 880 B After Width: | Height: | Size: 794 B |
Before Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
|
@ -2533,7 +2533,7 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
|
|||
.frontPicSize = MON_COORDS_SIZE(32, 40),
|
||||
.frontPicYOffset = 13,
|
||||
.frontAnimFrames = sAnims_PichuSpikyEared,
|
||||
//.frontAnimId = ANIM_V_SQUISH_AND_BOUNCE,
|
||||
.frontAnimId = ANIM_V_JUMPS_H_JUMPS,
|
||||
.backPic = gMonBackPic_PichuSpikyEared,
|
||||
.backPicSize = MON_COORDS_SIZE(48, 56),
|
||||
.backPicYOffset = 8,
|
||||
|
@ -2544,11 +2544,12 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
|
|||
.iconPalIndex = 1,
|
||||
SHADOW(2, 0, SHADOW_SIZE_S)
|
||||
FOOTPRINT(Pichu)
|
||||
OVERWORLD(
|
||||
OVERWORLD_SET_ANIM(
|
||||
sPicTable_PichuSpikyEared,
|
||||
SIZE_32x32,
|
||||
SHADOW_SIZE_M,
|
||||
TRACKS_FOOT,
|
||||
sAnimTable_Following_Asym,
|
||||
gOverworldPalette_PichuSpikyEared,
|
||||
gShinyOverworldPalette_PichuSpikyEared
|
||||
)
|
||||
|
|
|
@ -340,7 +340,17 @@ static const union AnimCmd sAnim_Pichu_1[] =
|
|||
ANIMCMD_END,
|
||||
};
|
||||
|
||||
PLACEHOLDER_ANIM_SINGLE_FRAME(PichuSpikyEared);
|
||||
static const union AnimCmd sAnim_PichuSpikyEared_1[] =
|
||||
{
|
||||
ANIMCMD_FRAME(0, 10),
|
||||
ANIMCMD_FRAME(1, 10),
|
||||
ANIMCMD_FRAME(0, 10),
|
||||
ANIMCMD_FRAME(1, 10),
|
||||
ANIMCMD_FRAME(0, 10),
|
||||
ANIMCMD_FRAME(1, 10),
|
||||
ANIMCMD_FRAME(0, 1),
|
||||
ANIMCMD_END,
|
||||
};
|
||||
#endif //P_GEN_2_CROSS_EVOS
|
||||
|
||||
static const union AnimCmd sAnim_Pikachu_1[] =
|
||||
|
|