mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-09 10:35:41 -05:00
Update Footprint_Table.c
This commit is contained in:
committed by
GitHub
parent
ea54fdf182
commit
95ced4e908
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user