We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1eeb8 commit eab869cCopy full SHA for eab869c
include/constants/battle.h
@@ -194,7 +194,7 @@ enum BattlerId
194
#define HITMARKER_IGNORE_UNDERGROUND (1 << 17)
195
#define HITMARKER_IGNORE_UNDERWATER (1 << 18)
196
#define HITMARKER_UNABLE_TO_USE_MOVE (1 << 19)
197
-#define HITMARKER_PASSIVE_HP_UPDATE (1 << 20)
+#define HITMARKER_PASSIVE_HP_UPDATE (1 << 20)
198
#define HITMARKER_DISOBEDIENT_MOVE (1 << 21)
199
#define HITMARKER_PLAYER_FAINTED (1 << 22)
200
#define HITMARKER_ALLOW_NO_PP (1 << 23)
0 commit comments