Added Terapagos Stellar Sprite (#5008)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
01831a30b9
commit
7e509c440b
BIN
graphics/pokemon/terapagos/stellar/back.png
Normal file
BIN
graphics/pokemon/terapagos/stellar/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
graphics/pokemon/terapagos/stellar/front.png
Normal file
BIN
graphics/pokemon/terapagos/stellar/front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
19
graphics/pokemon/terapagos/stellar/normal.pal
Normal file
19
graphics/pokemon/terapagos/stellar/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
224 54 230
|
||||
26 26 26
|
||||
50 56 135
|
||||
56 56 177
|
||||
62 85 198
|
||||
169 58 211
|
||||
147 78 192
|
||||
247 69 26
|
||||
65 132 243
|
||||
43 149 206
|
||||
34 177 76
|
||||
44 211 177
|
||||
245 160 163
|
||||
165 230 153
|
||||
255 213 45
|
||||
212 245 255
|
||||
19
graphics/pokemon/terapagos/stellar/shiny.pal
Normal file
19
graphics/pokemon/terapagos/stellar/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
224 54 230
|
||||
26 26 26
|
||||
50 56 135
|
||||
56 56 177
|
||||
62 85 198
|
||||
169 58 211
|
||||
147 78 192
|
||||
247 69 26
|
||||
65 132 243
|
||||
43 149 206
|
||||
34 177 76
|
||||
44 211 177
|
||||
245 160 163
|
||||
165 230 153
|
||||
255 213 45
|
||||
212 245 255
|
||||
@ -13044,10 +13044,10 @@ const u8 gMonFootprint_QuestionMark[] = INCBIN_U8("graphics/pokemon/question_mar
|
||||
const u8 gMonFootprint_TerapagosTerastal[] = INCBIN_U8("graphics/pokemon/terapagos/terastal/footprint.1bpp");
|
||||
#endif //P_FOOTPRINTS
|
||||
|
||||
// const u32 gMonFrontPic_TerapagosStellar[] = INCBIN_U32("graphics/pokemon/terapagos/stellar/front.4bpp.lz");
|
||||
// const u32 gMonPalette_TerapagosStellar[] = INCBIN_U32("graphics/pokemon/terapagos/stellar/normal.gbapal.lz");
|
||||
// const u32 gMonBackPic_TerapagosStellar[] = INCBIN_U32("graphics/pokemon/terapagos/stellar/back.4bpp.lz");
|
||||
// const u32 gMonShinyPalette_TerapagosStellar[] = INCBIN_U32("graphics/pokemon/terapagos/stellar/shiny.gbapal.lz");
|
||||
const u32 gMonFrontPic_TerapagosStellar[] = INCBIN_U32("graphics/pokemon/terapagos/stellar/front.4bpp.lz");
|
||||
const u32 gMonPalette_TerapagosStellar[] = INCBIN_U32("graphics/pokemon/terapagos/stellar/normal.gbapal.lz");
|
||||
const u32 gMonBackPic_TerapagosStellar[] = INCBIN_U32("graphics/pokemon/terapagos/stellar/back.4bpp.lz");
|
||||
const u32 gMonShinyPalette_TerapagosStellar[] = INCBIN_U32("graphics/pokemon/terapagos/stellar/shiny.gbapal.lz");
|
||||
const u8 gMonIcon_TerapagosStellar[] = INCBIN_U8("graphics/pokemon/terapagos/stellar/icon.4bpp");
|
||||
#if P_FOOTPRINTS
|
||||
const u8 gMonFootprint_TerapagosStellar[] = INCBIN_U8("graphics/pokemon/terapagos/stellar/footprint.1bpp");
|
||||
|
||||
@ -6713,17 +6713,17 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
||||
.pokemonOffset = 0,
|
||||
.trainerScale = 365,
|
||||
.trainerOffset = 7,
|
||||
//.frontPic = gMonFrontPic_TerapagosStellar,
|
||||
//.frontPicSize = MON_COORDS_SIZE(64, 64),
|
||||
.frontPic = gMonFrontPic_TerapagosStellar,
|
||||
.frontPicSize = MON_COORDS_SIZE(64, 64),
|
||||
.frontPicYOffset = 0,
|
||||
.frontAnimFrames = sAnims_TerapagosStellar,
|
||||
//.frontAnimId = ANIM_V_SQUISH_AND_BOUNCE,
|
||||
//.backPic = gMonBackPic_TerapagosStellar,
|
||||
//.backPicSize = MON_COORDS_SIZE(64, 64),
|
||||
.backPic = gMonBackPic_TerapagosStellar,
|
||||
.backPicSize = MON_COORDS_SIZE(64, 64),
|
||||
.backPicYOffset = 0,
|
||||
//.backAnimId = BACK_ANIM_NONE,
|
||||
//.palette = gMonPalette_TerapagosStellar,
|
||||
//.shinyPalette = gMonShinyPalette_TerapagosStellar,
|
||||
.palette = gMonPalette_TerapagosStellar,
|
||||
.shinyPalette = gMonShinyPalette_TerapagosStellar,
|
||||
.iconSprite = gMonIcon_TerapagosStellar,
|
||||
.iconPalIndex = 0,
|
||||
FOOTPRINT(TerapagosStellar)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user