mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-11 04:26:23 -05:00
Fix Mirror Armor against Clear Body
This commit is contained in:
@@ -273,6 +273,7 @@
|
||||
|
||||
// Cmd_statbuffchange
|
||||
#define STAT_CHANGE_ALLOW_PTR (1 << 0) // If set, allow use of jumpptr. Set in every use of statbuffchange
|
||||
#define STAT_CHANGE_MIRROR_ARMOR (1 << 1) // Stat change redirection caused by Mirror Armor ability.
|
||||
#define STAT_CHANGE_NOT_PROTECT_AFFECTED (1 << 5)
|
||||
#define STAT_CHANGE_UPDATE_MOVE_EFFECT (1 << 6)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user