New Enamorus-Incarnate sprite (#5797)

This commit is contained in:
kittenchilly 2024-12-13 08:26:12 -06:00 committed by GitHub
parent 7eee3b35c2
commit a669c4c109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 33 additions and 33 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 B

View file

@ -1,19 +1,19 @@
JASC-PAL
0100
16
153 210 164
118 50 58
74 74 74
147 33 30
199 46 41
243 46 46
187 62 94
174 74 87
255 197 60
243 84 143
224 116 156
153 211 165
255 255 255
180 180 189
105 106 115
16 16 16
252 252 252
0 0 0
0 0 0
237 129 170
185 81 133
126 44 70
255 203 81
201 50 96
157 36 61
40 40 40
177 109 135
123 79 110
82 50 75
111 26 47

View file

@ -1,19 +1,19 @@
JASC-PAL
0100
16
153 210 164
117 60 81
74 74 74
141 33 33
192 79 50
244 92 19
179 102 181
168 87 109
255 197 60
233 135 231
207 131 158
180 180 189
153 211 165
255 255 255
194 184 173
115 107 104
16 16 16
252 252 252
0 0 0
0 0 0
251 142 224
198 83 185
127 58 131
255 197 32
246 81 4
205 35 35
40 40 40
230 131 164
189 82 106
107 51 74
140 29 49

View file

@ -18880,7 +18880,7 @@ const u32 gObjectEventPic_Substitute[] = INCBIN_COMP("graphics/pokemon/question_
#endif //P_FAMILY_LANDORUS
#if P_FAMILY_ENAMORUS
const u32 gMonFrontPic_EnamorusIncarnate[] = INCBIN_U32("graphics/pokemon/enamorus/front.4bpp.lz");
const u32 gMonFrontPic_EnamorusIncarnate[] = INCBIN_U32("graphics/pokemon/enamorus/anim_front.4bpp.lz");
const u32 gMonPalette_EnamorusIncarnate[] = INCBIN_U32("graphics/pokemon/enamorus/normal.gbapal.lz");
const u32 gMonBackPic_EnamorusIncarnate[] = INCBIN_U32("graphics/pokemon/enamorus/back.4bpp.lz");
const u32 gMonShinyPalette_EnamorusIncarnate[] = INCBIN_U32("graphics/pokemon/enamorus/shiny.gbapal.lz");

View file

@ -7660,7 +7660,7 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
.trainerOffset = 1,
.frontPic = gMonFrontPic_EnamorusIncarnate,
.frontPicSize = MON_COORDS_SIZE(64, 64),
.frontPicYOffset = 1,
.frontPicYOffset = 0,
.frontAnimFrames = sAnims_EnamorusIncarnate,
//.frontAnimId = ANIM_V_SQUISH_AND_BOUNCE,
.enemyMonElevation = 7,
@ -7672,7 +7672,7 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
.shinyPalette = gMonShinyPalette_EnamorusIncarnate,
.iconSprite = gMonIcon_EnamorusIncarnate,
.iconPalIndex = 1,
SHADOW(0, 17, SHADOW_SIZE_M)
SHADOW(-3, 19, SHADOW_SIZE_M)
FOOTPRINT(Enamorus)
OVERWORLD(
sPicTable_EnamorusIncarnate,

View file

@ -9794,7 +9794,7 @@ PLACEHOLDER_ANIM_SINGLE_FRAME(Calyrex);
#endif //P_FAMILY_CALYREX
#if P_FAMILY_ENAMORUS
PLACEHOLDER_ANIM_SINGLE_FRAME(EnamorusIncarnate);
PLACEHOLDER_ANIM_TWO_FRAMES(EnamorusIncarnate);
PLACEHOLDER_ANIM_SINGLE_FRAME(EnamorusTherian);
#endif //P_FAMILY_ENAMORUS