Add parentheses to species egg macro (#4899)
This commit is contained in:
parent
6957fc70c9
commit
d81662daa2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue