From 95ced4e908323bac1cc978c2a80be2631ab92b76 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Sun, 24 May 2020 03:04:55 -0400 Subject: [PATCH] Update Footprint_Table.c --- src/Footprint_Table.c | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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