Skip to content

Commit

Permalink
Fix wrong value for NUM_MOVE_EFFECTS (#5913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian authored Dec 30, 2024
1 parent 07a7f87 commit bf125c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/constants/battle.h
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
#define MOVE_EFFECT_SALT_CURE 87
#define MOVE_EFFECT_EERIE_SPELL 88

#define NUM_MOVE_EFFECTS 88
#define NUM_MOVE_EFFECTS 89

#define MOVE_EFFECT_AFFECTS_USER 0x2000
#define MOVE_EFFECT_CERTAIN 0x4000
Expand Down

0 comments on commit bf125c8

Please sign in to comment.