Added Dugtrio's footprint and formSpeciedIdTable. (#3897)
This commit is contained in:
parent
91dfa93d3b
commit
ef6e8ba2ea
1 changed files with 15 additions and 13 deletions
|
@ -3736,6 +3736,8 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
|
||||||
.pokemonOffset = 18, \
|
.pokemonOffset = 18, \
|
||||||
.trainerScale = 256, \
|
.trainerScale = 256, \
|
||||||
.trainerOffset = 0, \
|
.trainerOffset = 0, \
|
||||||
|
.footprint = gMonFootprint_Dugtrio, \
|
||||||
|
.formSpeciesIdTable = sDugtrioFormSpeciesIdTable, \
|
||||||
DIGLETT_FAMILY_MISC_INFO
|
DIGLETT_FAMILY_MISC_INFO
|
||||||
|
|
||||||
#define DUGTRIO_ATTACK (P_UPDATED_STATS >= GEN_7 ? 100 : 80)
|
#define DUGTRIO_ATTACK (P_UPDATED_STATS >= GEN_7 ? 100 : 80)
|
||||||
|
|
Loading…
Reference in a new issue