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
|
@ -3723,19 +3723,21 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
|
||||||
.formSpeciesIdTable = sDiglettFormSpeciesIdTable, \
|
.formSpeciesIdTable = sDiglettFormSpeciesIdTable, \
|
||||||
DIGLETT_FAMILY_MISC_INFO
|
DIGLETT_FAMILY_MISC_INFO
|
||||||
|
|
||||||
#define DUGTRIO_MISC_INFO \
|
#define DUGTRIO_MISC_INFO \
|
||||||
.catchRate = 50, \
|
.catchRate = 50, \
|
||||||
.expYield = 149, \
|
.expYield = 149, \
|
||||||
.evYield_Speed = 2, \
|
.evYield_Speed = 2, \
|
||||||
.speciesName = _("Dugtrio"), \
|
.speciesName = _("Dugtrio"), \
|
||||||
.cryId = CRY_DUGTRIO, \
|
.cryId = CRY_DUGTRIO, \
|
||||||
.natDexNum = NATIONAL_DEX_DUGTRIO, \
|
.natDexNum = NATIONAL_DEX_DUGTRIO, \
|
||||||
.categoryName = _("Mole"), \
|
.categoryName = _("Mole"), \
|
||||||
.height = 7, \
|
.height = 7, \
|
||||||
.pokemonScale = 406, \
|
.pokemonScale = 406, \
|
||||||
.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