Fix wrong value for NUM_MOVE_EFFECTS (#5913)
This commit is contained in:
parent
07a7f87bac
commit
bf125c8f5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue