diff --git a/src/Footprint_Table.c b/src/Footprint_Table.c index d6c2e4f..e895e85 100644 --- a/src/Footprint_Table.c +++ b/src/Footprint_Table.c @@ -1091,6 +1091,23 @@ const u32 gMonFootprintTable[NUM_SPECIES] = [SPECIES_LYCANROC_DUSK] = 0x8d3058c, [SPECIES_MELTAN] = 0x8d3058c, [SPECIES_MELMETAL] = 0x8d3058c, + [SPECIES_PIKACHU_SURFING] = 0x8d3058c, + [SPECIES_PIKACHU_FLYING] = 0x8d3058c, + [SPECIES_PIKACHU_COSPLAY] = 0x8d3058c, + [SPECIES_PIKACHU_LIBRE] = 0x8d3058c, + [SPECIES_PIKACHU_POP_STAR] = 0x8d3058c, + [SPECIES_PIKACHU_ROCK_STAR] = 0x8d3058c, + [SPECIES_PIKACHU_BELLE] = 0x8d3058c, + [SPECIES_PIKACHU_PHD] = 0x8d3058c, + [SPECIES_PIKACHU_CAP_ORIGINAL] = 0x8d3058c, + [SPECIES_PIKACHU_CAP_HOENN] = 0x8d3058c, + [SPECIES_PIKACHU_CAP_SINNOH] = 0x8d3058c, + [SPECIES_PIKACHU_CAP_UNOVA] = 0x8d3058c, + [SPECIES_PIKACHU_CAP_KALOS] = 0x8d3058c, + [SPECIES_PIKACHU_CAP_ALOLA] = 0x8d3058c, + [SPECIES_PIKACHU_CAP_PARTNER] = 0x8d3058c, + [SPECIES_PICHU_SPIKY] = 0x8d3058c, + [SPECIES_XERNEAS_NATURAL] = 0x8d3058c, [SPECIES_GROOKEY] = 0x8d3058c, [SPECIES_THWACKEY] = 0x8d3058c, [SPECIES_RILLABOOM] = 0x8d3058c, @@ -1247,23 +1264,6 @@ const u32 gMonFootprintTable[NUM_SPECIES] = [SPECIES_DURALUDON_GIGA] = 0x8d3058c, [SPECIES_URSHIFU_SINGLE_GIGA] = 0x8d3058c, [SPECIES_URSHIFU_RAPID_GIGA] = 0x8d3058c, - [SPECIES_PIKACHU_SURFING] = 0x8d3058c, - [SPECIES_PIKACHU_FLYING] = 0x8d3058c, - [SPECIES_PIKACHU_COSPLAY] = 0x8d3058c, - [SPECIES_PIKACHU_LIBRE] = 0x8d3058c, - [SPECIES_PIKACHU_POP_STAR] = 0x8d3058c, - [SPECIES_PIKACHU_ROCK_STAR] = 0x8d3058c, - [SPECIES_PIKACHU_BELLE] = 0x8d3058c, - [SPECIES_PIKACHU_PHD] = 0x8d3058c, - [SPECIES_PIKACHU_CAP_ORIGINAL] = 0x8d3058c, - [SPECIES_PIKACHU_CAP_HOENN] = 0x8d3058c, - [SPECIES_PIKACHU_CAP_SINNOH] = 0x8d3058c, - [SPECIES_PIKACHU_CAP_UNOVA] = 0x8d3058c, - [SPECIES_PIKACHU_CAP_KALOS] = 0x8d3058c, - [SPECIES_PIKACHU_CAP_ALOLA] = 0x8d3058c, - [SPECIES_PIKACHU_CAP_PARTNER] = 0x8d3058c, - [SPECIES_PICHU_SPIKY] = 0x8d3058c, - [SPECIES_XERNEAS_NATURAL] = 0x8d3058c, }; #endif