mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Adds Cherrim Overworld sprite (#9442)
This commit is contained in:
parent
8c812e0e1a
commit
abac8874d8
BIN
graphics/pokemon/cherrim/sunshine/overworld.png
Normal file
BIN
graphics/pokemon/cherrim/sunshine/overworld.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
19
graphics/pokemon/cherrim/sunshine/overworld_normal.pal
Normal file
19
graphics/pokemon/cherrim/sunshine/overworld_normal.pal
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
JASC-PAL
|
||||||
|
0100
|
||||||
|
16
|
||||||
|
152 208 160
|
||||||
|
144 32 64
|
||||||
|
200 56 104
|
||||||
|
248 192 224
|
||||||
|
16 16 16
|
||||||
|
224 128 168
|
||||||
|
248 160 200
|
||||||
|
248 96 128
|
||||||
|
248 224 240
|
||||||
|
152 104 16
|
||||||
|
216 176 88
|
||||||
|
248 224 112
|
||||||
|
40 112 48
|
||||||
|
48 160 56
|
||||||
|
200 56 104
|
||||||
|
120 96 40
|
||||||
19
graphics/pokemon/cherrim/sunshine/overworld_shiny.pal
Normal file
19
graphics/pokemon/cherrim/sunshine/overworld_shiny.pal
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
JASC-PAL
|
||||||
|
0100
|
||||||
|
16
|
||||||
|
152 208 160
|
||||||
|
112 40 56
|
||||||
|
192 88 120
|
||||||
|
248 232 232
|
||||||
|
16 16 16
|
||||||
|
224 128 184
|
||||||
|
240 176 216
|
||||||
|
224 136 176
|
||||||
|
248 224 240
|
||||||
|
160 88 32
|
||||||
|
248 168 56
|
||||||
|
248 208 120
|
||||||
|
0 96 16
|
||||||
|
24 144 56
|
||||||
|
192 88 120
|
||||||
|
160 88 32
|
||||||
|
|
@ -2888,6 +2888,9 @@ $(POKEMONGFXDIR)/cherubi/overworld.4bpp: %.4bpp: %.png
|
||||||
$(POKEMONGFXDIR)/cherrim/overworld.4bpp: %.4bpp: %.png
|
$(POKEMONGFXDIR)/cherrim/overworld.4bpp: %.4bpp: %.png
|
||||||
$(GFX) $< $@ -mwidth 4 -mheight 4
|
$(GFX) $< $@ -mwidth 4 -mheight 4
|
||||||
|
|
||||||
|
$(POKEMONGFXDIR)/cherrim/sunshine/overworld.4bpp: %.4bpp: %.png
|
||||||
|
$(GFX) $< $@ -mwidth 4 -mheight 4
|
||||||
|
|
||||||
$(POKEMONGFXDIR)/shellos/overworld.4bpp: %.4bpp: %.png
|
$(POKEMONGFXDIR)/shellos/overworld.4bpp: %.4bpp: %.png
|
||||||
$(GFX) $< $@ -mwidth 4 -mheight 4
|
$(GFX) $< $@ -mwidth 4 -mheight 4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14942,12 +14942,12 @@ const u32 gObjectEventPic_Substitute[] = INCBIN_COMP("graphics/pokemon/question_
|
||||||
|
|
||||||
#if OW_POKEMON_OBJECT_EVENTS
|
#if OW_POKEMON_OBJECT_EVENTS
|
||||||
const u32 gObjectEventPic_CherrimOvercast[] = INCBIN_COMP("graphics/pokemon/cherrim/overworld.4bpp");
|
const u32 gObjectEventPic_CherrimOvercast[] = INCBIN_COMP("graphics/pokemon/cherrim/overworld.4bpp");
|
||||||
// const u32 gObjectEventPic_CherrimSunshine[] = INCBIN_COMP("graphics/pokemon/cherrim/sunshine/overworld.4bpp");
|
const u32 gObjectEventPic_CherrimSunshine[] = INCBIN_COMP("graphics/pokemon/cherrim/sunshine/overworld.4bpp");
|
||||||
#if OW_PKMN_OBJECTS_SHARE_PALETTES == FALSE
|
#if OW_PKMN_OBJECTS_SHARE_PALETTES == FALSE
|
||||||
const u16 gOverworldPalette_CherrimOvercast[] = INCBIN_U16("graphics/pokemon/cherrim/overworld_normal.gbapal");
|
const u16 gOverworldPalette_CherrimOvercast[] = INCBIN_U16("graphics/pokemon/cherrim/overworld_normal.gbapal");
|
||||||
// const u16 gOverworldPalette_CherrimSunshine[] = INCBIN_U16("graphics/pokemon/cherrim/sunshine/overworld_normal.gbapal");
|
const u16 gOverworldPalette_CherrimSunshine[] = INCBIN_U16("graphics/pokemon/cherrim/sunshine/overworld_normal.gbapal");
|
||||||
const u16 gShinyOverworldPalette_CherrimOvercast[] = INCBIN_U16("graphics/pokemon/cherrim/overworld_shiny.gbapal");
|
const u16 gShinyOverworldPalette_CherrimOvercast[] = INCBIN_U16("graphics/pokemon/cherrim/overworld_shiny.gbapal");
|
||||||
// const u16 gShinyOverworldPalette_CherrimSunshine[] = INCBIN_U16("graphics/pokemon/cherrim/sunshine/overworld_shiny.gbapal");
|
const u16 gShinyOverworldPalette_CherrimSunshine[] = INCBIN_U16("graphics/pokemon/cherrim/sunshine/overworld_shiny.gbapal");
|
||||||
#endif //OW_PKMN_OBJECTS_SHARE_PALETTES
|
#endif //OW_PKMN_OBJECTS_SHARE_PALETTES
|
||||||
#endif //OW_POKEMON_OBJECT_EVENTS
|
#endif //OW_POKEMON_OBJECT_EVENTS
|
||||||
#endif //P_FAMILY_CHERUBI
|
#endif //P_FAMILY_CHERUBI
|
||||||
|
|
|
||||||
|
|
@ -3294,9 +3294,9 @@ static const struct SpriteFrameImage sPicTable_Cherubi[] = {
|
||||||
static const struct SpriteFrameImage sPicTable_CherrimOvercast[] = {
|
static const struct SpriteFrameImage sPicTable_CherrimOvercast[] = {
|
||||||
overworld_ascending_frames(gObjectEventPic_CherrimOvercast, 4, 4),
|
overworld_ascending_frames(gObjectEventPic_CherrimOvercast, 4, 4),
|
||||||
};
|
};
|
||||||
/*static const struct SpriteFrameImage sPicTable_CherrimSunshine[] = {
|
static const struct SpriteFrameImage sPicTable_CherrimSunshine[] = {
|
||||||
overworld_ascending_frames(gObjectEventPic_CherrimSunshine, 4, 4),
|
overworld_ascending_frames(gObjectEventPic_CherrimSunshine, 4, 4),
|
||||||
};*/
|
};
|
||||||
#endif //P_FAMILY_CHERUBI
|
#endif //P_FAMILY_CHERUBI
|
||||||
|
|
||||||
#if P_FAMILY_SHELLOS
|
#if P_FAMILY_SHELLOS
|
||||||
|
|
|
||||||
|
|
@ -2973,6 +2973,15 @@ const struct SpeciesInfo gSpeciesInfoGen4[] =
|
||||||
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
|
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
|
||||||
SHADOW(1, 2, SHADOW_SIZE_S)
|
SHADOW(1, 2, SHADOW_SIZE_S)
|
||||||
FOOTPRINT(Cherrim)
|
FOOTPRINT(Cherrim)
|
||||||
|
OVERWORLD(
|
||||||
|
sPicTable_CherrimSunshine,
|
||||||
|
SIZE_32x32,
|
||||||
|
SHADOW_SIZE_M,
|
||||||
|
TRACKS_FOOT,
|
||||||
|
sAnimTable_Following,
|
||||||
|
gOverworldPalette_CherrimSunshine,
|
||||||
|
gShinyOverworldPalette_CherrimSunshine
|
||||||
|
)
|
||||||
.levelUpLearnset = sCherrimLevelUpLearnset,
|
.levelUpLearnset = sCherrimLevelUpLearnset,
|
||||||
.teachableLearnset = sCherrimTeachableLearnset,
|
.teachableLearnset = sCherrimTeachableLearnset,
|
||||||
.formSpeciesIdTable = sCherrimFormSpeciesIdTable,
|
.formSpeciesIdTable = sCherrimFormSpeciesIdTable,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user