mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-11 12:37:14 -05:00
Fix wrong value for NUM_MOVE_EFFECTS (#5913)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user