mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Added Hisuian Sneasel
This commit is contained in:
parent
d202bdd09c
commit
23d51df7c0
BIN
graphics/pokemon/sneasel/hisuian/backf.png
Normal file
BIN
graphics/pokemon/sneasel/hisuian/backf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 608 B |
BIN
graphics/pokemon/sneasel/hisuian/frontf.png
Normal file
BIN
graphics/pokemon/sneasel/hisuian/frontf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 662 B |
@ -1157,6 +1157,7 @@ extern const u32 gMonFrontPic_ElectrodeHisuian[];
|
|||||||
extern const u32 gMonFrontPic_TyphlosionHisuian[];
|
extern const u32 gMonFrontPic_TyphlosionHisuian[];
|
||||||
extern const u32 gMonFrontPic_QwilfishHisuian[];
|
extern const u32 gMonFrontPic_QwilfishHisuian[];
|
||||||
extern const u32 gMonFrontPic_SneaselHisuian[];
|
extern const u32 gMonFrontPic_SneaselHisuian[];
|
||||||
|
extern const u32 gMonFrontPic_SneaselHisuianF[];
|
||||||
#if P_GEN_5_POKEMON == TRUE
|
#if P_GEN_5_POKEMON == TRUE
|
||||||
extern const u32 gMonFrontPic_SamurottHisuian[];
|
extern const u32 gMonFrontPic_SamurottHisuian[];
|
||||||
extern const u32 gMonFrontPic_LilligantHisuian[];
|
extern const u32 gMonFrontPic_LilligantHisuian[];
|
||||||
@ -2426,6 +2427,7 @@ extern const u32 gMonBackPic_ElectrodeHisuian[];
|
|||||||
extern const u32 gMonBackPic_TyphlosionHisuian[];
|
extern const u32 gMonBackPic_TyphlosionHisuian[];
|
||||||
extern const u32 gMonBackPic_QwilfishHisuian[];
|
extern const u32 gMonBackPic_QwilfishHisuian[];
|
||||||
extern const u32 gMonBackPic_SneaselHisuian[];
|
extern const u32 gMonBackPic_SneaselHisuian[];
|
||||||
|
extern const u32 gMonBackPic_SneaselHisuianF[];
|
||||||
#if P_GEN_5_POKEMON == TRUE
|
#if P_GEN_5_POKEMON == TRUE
|
||||||
extern const u32 gMonBackPic_SamurottHisuian[];
|
extern const u32 gMonBackPic_SamurottHisuian[];
|
||||||
extern const u32 gMonBackPic_LilligantHisuian[];
|
extern const u32 gMonBackPic_LilligantHisuian[];
|
||||||
|
@ -1090,6 +1090,7 @@ const u32 gMonFrontPic_ElectrodeHisuian[] = INCBIN_U32("graphics/pokemon/electro
|
|||||||
const u32 gMonFrontPic_TyphlosionHisuian[] = INCBIN_U32("graphics/pokemon/typhlosion/hisuian/front.4bpp.lz");
|
const u32 gMonFrontPic_TyphlosionHisuian[] = INCBIN_U32("graphics/pokemon/typhlosion/hisuian/front.4bpp.lz");
|
||||||
const u32 gMonFrontPic_QwilfishHisuian[] = INCBIN_U32("graphics/pokemon/qwilfish/hisuian/front.4bpp.lz");
|
const u32 gMonFrontPic_QwilfishHisuian[] = INCBIN_U32("graphics/pokemon/qwilfish/hisuian/front.4bpp.lz");
|
||||||
const u32 gMonFrontPic_SneaselHisuian[] = INCBIN_U32("graphics/pokemon/sneasel/hisuian/front.4bpp.lz");
|
const u32 gMonFrontPic_SneaselHisuian[] = INCBIN_U32("graphics/pokemon/sneasel/hisuian/front.4bpp.lz");
|
||||||
|
const u32 gMonFrontPic_SneaselHisuianF[] = INCBIN_U32("graphics/pokemon/sneasel/hisuian/frontf.4bpp.lz");
|
||||||
#if P_GEN_5_POKEMON == TRUE
|
#if P_GEN_5_POKEMON == TRUE
|
||||||
const u32 gMonFrontPic_SamurottHisuian[] = INCBIN_U32("graphics/pokemon/samurott/hisuian/front.4bpp.lz");
|
const u32 gMonFrontPic_SamurottHisuian[] = INCBIN_U32("graphics/pokemon/samurott/hisuian/front.4bpp.lz");
|
||||||
const u32 gMonFrontPic_LilligantHisuian[] = INCBIN_U32("graphics/pokemon/lilligant/hisuian/front.4bpp.lz");
|
const u32 gMonFrontPic_LilligantHisuian[] = INCBIN_U32("graphics/pokemon/lilligant/hisuian/front.4bpp.lz");
|
||||||
@ -2357,6 +2358,7 @@ const u32 gMonBackPic_ElectrodeHisuian[] = INCBIN_U32("graphics/pokemon/electrod
|
|||||||
const u32 gMonBackPic_TyphlosionHisuian[] = INCBIN_U32("graphics/pokemon/typhlosion/hisuian/back.4bpp.lz");
|
const u32 gMonBackPic_TyphlosionHisuian[] = INCBIN_U32("graphics/pokemon/typhlosion/hisuian/back.4bpp.lz");
|
||||||
const u32 gMonBackPic_QwilfishHisuian[] = INCBIN_U32("graphics/pokemon/qwilfish/hisuian/back.4bpp.lz");
|
const u32 gMonBackPic_QwilfishHisuian[] = INCBIN_U32("graphics/pokemon/qwilfish/hisuian/back.4bpp.lz");
|
||||||
const u32 gMonBackPic_SneaselHisuian[] = INCBIN_U32("graphics/pokemon/sneasel/hisuian/back.4bpp.lz");
|
const u32 gMonBackPic_SneaselHisuian[] = INCBIN_U32("graphics/pokemon/sneasel/hisuian/back.4bpp.lz");
|
||||||
|
const u32 gMonBackPic_SneaselHisuianF[] = INCBIN_U32("graphics/pokemon/sneasel/hisuian/backf.4bpp.lz");
|
||||||
#if P_GEN_5_POKEMON == TRUE
|
#if P_GEN_5_POKEMON == TRUE
|
||||||
const u32 gMonBackPic_SamurottHisuian[] = INCBIN_U32("graphics/pokemon/samurott/hisuian/back.4bpp.lz");
|
const u32 gMonBackPic_SamurottHisuian[] = INCBIN_U32("graphics/pokemon/samurott/hisuian/back.4bpp.lz");
|
||||||
const u32 gMonBackPic_LilligantHisuian[] = INCBIN_U32("graphics/pokemon/lilligant/hisuian/back.4bpp.lz");
|
const u32 gMonBackPic_LilligantHisuian[] = INCBIN_U32("graphics/pokemon/lilligant/hisuian/back.4bpp.lz");
|
||||||
|
@ -23319,7 +23319,7 @@ const struct SpeciesInfo gSpeciesInfo[] =
|
|||||||
.abilities = {ABILITY_INNER_FOCUS, ABILITY_KEEN_EYE, ABILITY_POISON_TOUCH},
|
.abilities = {ABILITY_INNER_FOCUS, ABILITY_KEEN_EYE, ABILITY_POISON_TOUCH},
|
||||||
.bodyColor = BODY_COLOR_BLACK,
|
.bodyColor = BODY_COLOR_BLACK,
|
||||||
.noFlip = TRUE,
|
.noFlip = TRUE,
|
||||||
.flags = SPECIES_FLAG_HISUIAN_FORM,
|
.flags = SPECIES_FLAG_HISUIAN_FORM | SPECIES_FLAG_GENDER_DIFFERENCE,
|
||||||
},
|
},
|
||||||
|
|
||||||
#if P_GEN_5_POKEMON == TRUE
|
#if P_GEN_5_POKEMON == TRUE
|
||||||
|
@ -1424,4 +1424,6 @@ const struct CompressedSpriteSheet gMonBackPicTableFemale[] =
|
|||||||
#if P_GEN_6_POKEMON == TRUE
|
#if P_GEN_6_POKEMON == TRUE
|
||||||
SPECIES_SPRITE(PYROAR, gMonBackPic_PyroarF),
|
SPECIES_SPRITE(PYROAR, gMonBackPic_PyroarF),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
SPECIES_SPRITE(SNEASEL_HISUIAN, gMonBackPic_SneaselHisuianF),
|
||||||
};
|
};
|
||||||
|
@ -1423,4 +1423,6 @@ const struct CompressedSpriteSheet gMonFrontPicTableFemale[] =
|
|||||||
#if P_GEN_6_POKEMON == TRUE
|
#if P_GEN_6_POKEMON == TRUE
|
||||||
SPECIES_SPRITE(PYROAR, gMonFrontPic_PyroarF),
|
SPECIES_SPRITE(PYROAR, gMonFrontPic_PyroarF),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
SPECIES_SPRITE(SNEASEL_HISUIAN, gMonFrontPic_SneaselHisuianF),
|
||||||
};
|
};
|
||||||
|
@ -1021,8 +1021,8 @@ const struct CompressedSpritePalette gMonPaletteTable[] =
|
|||||||
SPECIES_PAL(ELECTRODE_HISUIAN, gMonPalette_ElectrodeHisuian),
|
SPECIES_PAL(ELECTRODE_HISUIAN, gMonPalette_ElectrodeHisuian),
|
||||||
SPECIES_PAL(TYPHLOSION_HISUIAN, gMonPalette_TyphlosionHisuian),
|
SPECIES_PAL(TYPHLOSION_HISUIAN, gMonPalette_TyphlosionHisuian),
|
||||||
SPECIES_PAL(QWILFISH_HISUIAN, gMonPalette_QwilfishHisuian),
|
SPECIES_PAL(QWILFISH_HISUIAN, gMonPalette_QwilfishHisuian),
|
||||||
#if P_GEN_5_POKEMON == TRUE
|
|
||||||
SPECIES_PAL(SNEASEL_HISUIAN, gMonPalette_SneaselHisuian),
|
SPECIES_PAL(SNEASEL_HISUIAN, gMonPalette_SneaselHisuian),
|
||||||
|
#if P_GEN_5_POKEMON == TRUE
|
||||||
SPECIES_PAL(SAMUROTT_HISUIAN, gMonPalette_SamurottHisuian),
|
SPECIES_PAL(SAMUROTT_HISUIAN, gMonPalette_SamurottHisuian),
|
||||||
SPECIES_PAL(LILLIGANT_HISUIAN, gMonPalette_LilligantHisuian),
|
SPECIES_PAL(LILLIGANT_HISUIAN, gMonPalette_LilligantHisuian),
|
||||||
SPECIES_PAL(ZORUA_HISUIAN, gMonPalette_ZoruaHisuian),
|
SPECIES_PAL(ZORUA_HISUIAN, gMonPalette_ZoruaHisuian),
|
||||||
@ -1422,4 +1422,6 @@ const struct CompressedSpritePalette gMonPaletteTableFemale[] =
|
|||||||
#if P_GEN_6_POKEMON == TRUE
|
#if P_GEN_6_POKEMON == TRUE
|
||||||
SPECIES_PAL(PYROAR, gMonPalette_Pyroar),
|
SPECIES_PAL(PYROAR, gMonPalette_Pyroar),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
SPECIES_PAL(SNEASEL_HISUIAN, gMonPalette_SneaselHisuian),
|
||||||
};
|
};
|
||||||
|
@ -1421,4 +1421,6 @@ const struct CompressedSpritePalette gMonShinyPaletteTableFemale[] =
|
|||||||
#if P_GEN_6_POKEMON == TRUE
|
#if P_GEN_6_POKEMON == TRUE
|
||||||
SPECIES_SHINY_PAL(PYROAR, gMonShinyPalette_Pyroar),
|
SPECIES_SHINY_PAL(PYROAR, gMonShinyPalette_Pyroar),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
SPECIES_SHINY_PAL(SNEASEL_HISUIAN, gMonShinyPalette_SneaselHisuian),
|
||||||
};
|
};
|
||||||
|
@ -1388,6 +1388,7 @@ const u8 *const gMonIconTableFemale[] =
|
|||||||
#if P_GEN_6_POKEMON == TRUE
|
#if P_GEN_6_POKEMON == TRUE
|
||||||
[SPECIES_PYROAR] = gMonIcon_PyroarF,
|
[SPECIES_PYROAR] = gMonIcon_PyroarF,
|
||||||
#endif
|
#endif
|
||||||
|
[SPECIES_SNEASEL_HISUIAN] = gMonIcon_SneaselHisuian,
|
||||||
};
|
};
|
||||||
|
|
||||||
const u8 gMonIconPaletteIndices[] =
|
const u8 gMonIconPaletteIndices[] =
|
||||||
@ -2694,6 +2695,7 @@ const u8 gMonIconPaletteIndicesFemale[] =
|
|||||||
#if P_GEN_8_POKEMON == TRUE
|
#if P_GEN_8_POKEMON == TRUE
|
||||||
[SPECIES_BASCULEGION] = 0,
|
[SPECIES_BASCULEGION] = 0,
|
||||||
#endif
|
#endif
|
||||||
|
[SPECIES_SNEASEL_HISUIAN] = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct SpritePalette gMonIconPaletteTable[] =
|
const struct SpritePalette gMonIconPaletteTable[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user