Skip to content

Commit

Permalink
Fixed P_FOOTPRINTS not compiling (#4251)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Mar 6, 2024
1 parent 49ddefe commit c91af31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/pokemon/species_info/gen_1.h
Original file line number Diff line number Diff line change
Expand Up @@ -3870,7 +3870,7 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
.pokemonOffset = 18, \
.trainerScale = 256, \
.trainerOffset = 0, \
.footprint = gMonFootprint_Dugtrio, \
FOOTPRINT(Dugtrio) \
.formSpeciesIdTable = sDugtrioFormSpeciesIdTable, \
DIGLETT_FAMILY_MISC_INFO

Expand Down

0 comments on commit c91af31

Please sign in to comment.