Skip to content

Commit

Permalink
Add parentheses to species egg macro (#4899)
Browse files Browse the repository at this point in the history
  • Loading branch information
DizzyEggg authored Jul 2, 2024
1 parent 6957fc7 commit d81662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/constants/species.h
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@
#define SPECIES_URSHIFU_RAPID_STRIKE_STYLE_GIGANTAMAX 1522
#define SPECIES_MIMIKYU_TOTEM_BUSTED 1523

#define SPECIES_EGG SPECIES_MIMIKYU_TOTEM_BUSTED + 1
#define SPECIES_EGG (SPECIES_MIMIKYU_TOTEM_BUSTED + 1)

#define NUM_SPECIES SPECIES_EGG

Expand Down

0 comments on commit d81662d

Please sign in to comment.