Skip to content

Commit

Permalink
New Enamorus-Incarnate sprite (#5797)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittenchilly authored Dec 13, 2024
1 parent 7eee3b3 commit a669c4c
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
Binary file added graphics/pokemon/enamorus/anim_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/pokemon/enamorus/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed graphics/pokemon/enamorus/front.png
Binary file not shown.
28 changes: 14 additions & 14 deletions graphics/pokemon/enamorus/normal.pal
Original file line number Diff line number Diff line change
@@ -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
30 changes: 15 additions & 15 deletions graphics/pokemon/enamorus/shiny.pal
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/data/graphics/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
4 changes: 2 additions & 2 deletions src/data/pokemon/species_info/gen_8_families.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/data/pokemon_graphics/front_pic_anims.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a669c4c

Please sign in to comment.