Update Enemy_Elevation_Table.c

This commit is contained in:
professorleondias
2020-05-24 03:00:56 -04:00
committed by GitHub
parent c56ea7ce50
commit 6f6a154e43

View File

@@ -1087,6 +1087,23 @@ const u8 gEnemyMonElevation[NUM_SPECIES] =
[SPECIES_LYCANROC_DUSK] = 0x0,
[SPECIES_MELTAN] = 0x0,
[SPECIES_MELMETAL] = 0x0,
[SPECIES_PIKACHU_SURFING] = 0x0,
[SPECIES_PIKACHU_FLYING] = 0x8,
[SPECIES_PIKACHU_COSPLAY] = 0x0,
[SPECIES_PIKACHU_LIBRE] = 0x0,
[SPECIES_PIKACHU_POP_STAR] = 0x0,
[SPECIES_PIKACHU_ROCK_STAR] = 0x0,
[SPECIES_PIKACHU_BELLE] = 0x0,
[SPECIES_PIKACHU_PHD] = 0x0,
[SPECIES_PIKACHU_CAP_ORIGINAL] = 0x0,
[SPECIES_PIKACHU_CAP_HOENN] = 0x0,
[SPECIES_PIKACHU_CAP_SINNOH] = 0x0,
[SPECIES_PIKACHU_CAP_UNOVA] = 0x0,
[SPECIES_PIKACHU_CAP_KALOS] = 0x0,
[SPECIES_PIKACHU_CAP_ALOLA] = 0x0,
[SPECIES_PIKACHU_CAP_PARTNER] = 0x0,
[SPECIES_PICHU_SPIKY] = 0x0,
[SPECIES_XERNEAS_NATURAL] = 0x0,
[SPECIES_GROOKEY] = 0x0,
[SPECIES_THWACKEY] = 0x0,
[SPECIES_RILLABOOM] = 0x0,
@@ -1243,22 +1260,5 @@ const u8 gEnemyMonElevation[NUM_SPECIES] =
[SPECIES_DURALUDON_GIGA] = 0x0,
[SPECIES_URSHIFU_SINGLE_GIGA] = 0x0,
[SPECIES_URSHIFU_RAPID_GIGA] = 0x0,
[SPECIES_PIKACHU_SURFING] = 0x0,
[SPECIES_PIKACHU_FLYING] = 0x8,
[SPECIES_PIKACHU_COSPLAY] = 0x0,
[SPECIES_PIKACHU_LIBRE] = 0x0,
[SPECIES_PIKACHU_POP_STAR] = 0x0,
[SPECIES_PIKACHU_ROCK_STAR] = 0x0,
[SPECIES_PIKACHU_BELLE] = 0x0,
[SPECIES_PIKACHU_PHD] = 0x0,
[SPECIES_PIKACHU_CAP_ORIGINAL] = 0x0,
[SPECIES_PIKACHU_CAP_HOENN] = 0x0,
[SPECIES_PIKACHU_CAP_SINNOH] = 0x0,
[SPECIES_PIKACHU_CAP_UNOVA] = 0x0,
[SPECIES_PIKACHU_CAP_KALOS] = 0x0,
[SPECIES_PIKACHU_CAP_ALOLA] = 0x0,
[SPECIES_PIKACHU_CAP_PARTNER] = 0x0,
[SPECIES_PICHU_SPIKY] = 0x0,
[SPECIES_XERNEAS_NATURAL] = 0x0,
};