diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-08-11 12:21:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 12:21:26 -0400 |
commit | 073f315fc3a93142ebe1bd0319dfa2fd4d877f7b (patch) | |
tree | c7b9aa6fc26634fd6cd6cefc5b86adff674c41c0 /include | |
parent | feb54289376a5fafb49f4a1ac35e7b07c79bcd2c (diff) | |
parent | d4695fffe7260089cb4e4a508ef57e3194de2f44 (diff) |
Merge pull request #458 from Squeetz/master
Rename and document HITMARKER_x100000
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 9489e8d52..3260200ae 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -172,7 +172,7 @@ #define HITMARKER_IGNORE_UNDERGROUND 0x00020000 #define HITMARKER_IGNORE_UNDERWATER 0x00040000 #define HITMARKER_UNABLE_TO_USE_MOVE 0x00080000 -#define HITMARKER_x100000 0x00100000 +#define HITMARKER_PASSIVE_DAMAGE 0x00100000 #define HITMARKER_x200000 0x00200000 #define HITMARKER_PLAYER_FAINTED 0x00400000 #define HITMARKER_x800000 0x00800000 |