Skip to content

Commit

Permalink
Fixed bad use of family defines (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Dec 13, 2023
1 parent f88c1bf commit 63ff8b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/data/pokemon/form_change_table_pointers.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ const struct Fusion *const gFusionTablePointers[NUM_SPECIES] =
#endif //P_FAMILY_KYUREM
#if P_FAMILY_NECROZMA
[SPECIES_NECROZMA] = sNecrozmaFusionTable,
#if P_FAMILY_SOLGALEO
#if P_FAMILY_COSMOG
[SPECIES_NECROZMA_DAWN_WINGS] = sNecrozmaFusionTable,
[SPECIES_SOLGALEO] = sNecrozmaFusionTable,
#endif //P_FAMILY_SOLGALEO
#if P_FAMILY_LUNALA
[SPECIES_NECROZMA_DUSK_MANE] = sNecrozmaFusionTable,
[SPECIES_LUNALA] = sNecrozmaFusionTable,
#endif //P_FAMILY_LUNALA
#endif //P_FAMILY_COSMOG
#endif //P_FAMILY_NECROZMA
#if P_FAMILY_CALYREX
[SPECIES_CALYREX] = sCalyrexFusionTable,
Expand Down

0 comments on commit 63ff8b9

Please sign in to comment.