From c91af31a268867730d193b84ff9d3333f062868f Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Wed, 6 Mar 2024 12:54:44 -0300 Subject: [PATCH] Fixed P_FOOTPRINTS not compiling (#4251) --- src/data/pokemon/species_info/gen_1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/pokemon/species_info/gen_1.h b/src/data/pokemon/species_info/gen_1.h index 8605182e58..6e36d7f0d5 100644 --- a/src/data/pokemon/species_info/gen_1.h +++ b/src/data/pokemon/species_info/gen_1.h @@ -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