Added Dugtrio's footprint and formSpeciedIdTable. (#3897)

This commit is contained in:
kaisermg5 2024-01-03 13:07:39 -03:00 committed by GitHub
parent 91dfa93d3b
commit ef6e8ba2ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)