diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-30 14:12:17 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-30 14:12:17 +0200 |
commit | 30c85a5128b2b68049ce7b62d8beb64adad26b64 (patch) | |
tree | c2f74fedc64ea1d54dd17bcb8ad09f60f8f6e75b /include | |
parent | 272b98da6c5174db3f7f2d05ed765fc4cdefc2c6 (diff) |
more battle documentation
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index f3d7a8e0e..5a09067ad 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -159,7 +159,7 @@ #define HITMARKER_NO_ATTACKSTRING 0x00000200 #define HITMARKER_ATTACKSTRING_PRINTED 0x00000400 #define HITMARKER_NO_PPDEDUCT 0x00000800 -#define HITMARKER_PURSUIT_TRAP 0x00001000 +#define HITMARKER_SWAP_ATTACKER_TARGET 0x00001000 #define HITMARKER_IGNORE_SAFEGUARD 0x00002000 #define HITMARKER_SYNCHRONISE_EFFECT 0x00004000 #define HITMARKER_RUN 0x00008000 |