This commit is contained in:
Eduardo Quezada 2022-10-25 16:29:00 -03:00
parent db999624ba
commit 54291c3564
3 changed files with 0 additions and 8 deletions

View file

@ -7960,7 +7960,6 @@ static const struct LevelUpMove sChimechoLevelUpLearnset[] = {
};
#if P_GEN_4_POKEMON == TRUE
// Diamond and Pearl
static const struct LevelUpMove sTurtwigLevelUpLearnset[] = {
LEVEL_UP_MOVE( 1, MOVE_TACKLE),
LEVEL_UP_MOVE( 5, MOVE_WITHDRAW),

View file

@ -1,6 +1,5 @@
const u16 *const gTeachableLearnsets[NUM_SPECIES] =
{
[SPECIES_NONE] = sBulbasaurTeachableLearnset,
[SPECIES_IVYSAUR] = sIvysaurTeachableLearnset,
[SPECIES_VENUSAUR] = sVenusaurTeachableLearnset,
[SPECIES_VENUSAUR_MEGA] = sVenusaurTeachableLearnset,

View file

@ -5133,7 +5133,6 @@ static const union AnimCmd sAnim_EGG_1[] =
};
#if P_GEN_4_POKEMON == TRUE
// Diamond and Pearl
static const union AnimCmd sAnim_TURTWIG_1[] =
{
ANIMCMD_FRAME(0, 15),
@ -6387,7 +6386,6 @@ static const union AnimCmd sAnim_ARCEUS_1[] =
};
#endif
// HeartGold and SoulSilver
static const union AnimCmd sAnim_PICHU_SPIKY_EARED_1[] =
{
ANIMCMD_FRAME(0, 1),
@ -6395,7 +6393,6 @@ static const union AnimCmd sAnim_PICHU_SPIKY_EARED_1[] =
};
#if P_GEN_5_POKEMON == TRUE
// Black and White
static const union AnimCmd sAnim_VICTINI_1[] =
{
ANIMCMD_FRAME(0, 2),
@ -17541,7 +17538,6 @@ const union AnimCmd *const *const gMonFrontAnimsPtrTable[] =
ANIM_CMD(DEOXYS_SPEED),
ANIM_CMD(CHIMECHO),
#if P_GEN_4_POKEMON == TRUE
// Diamond and Pearl
ANIM_CMD(TURTWIG),
ANIM_CMD(GROTLE),
ANIM_CMD(TORTERRA),
@ -17675,7 +17671,6 @@ const union AnimCmd *const *const gMonFrontAnimsPtrTable[] =
ANIM_CMD_FULL(ARCEUS_DRAGON, sAnims_ARCEUS),
ANIM_CMD_FULL(ARCEUS_DARK, sAnims_ARCEUS),
ANIM_CMD_FULL(ARCEUS_FAIRY, sAnims_ARCEUS),
// Platinum
ANIM_CMD(ROTOM_HEAT),
ANIM_CMD(ROTOM_WASH),
ANIM_CMD(ROTOM_FROST),
@ -17686,7 +17681,6 @@ const union AnimCmd *const *const gMonFrontAnimsPtrTable[] =
#endif
#if P_GEN_5_POKEMON == TRUE
// Black and White
ANIM_CMD(VICTINI),
ANIM_CMD(SNIVY),
ANIM_CMD(SERVINE),