Skip to content

Commit eab869c

Browse files
committed
align renamed define
1 parent bc1eeb8 commit eab869c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/constants/battle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ enum BattlerId
194194
#define HITMARKER_IGNORE_UNDERGROUND (1 << 17)
195195
#define HITMARKER_IGNORE_UNDERWATER (1 << 18)
196196
#define HITMARKER_UNABLE_TO_USE_MOVE (1 << 19)
197-
#define HITMARKER_PASSIVE_HP_UPDATE (1 << 20)
197+
#define HITMARKER_PASSIVE_HP_UPDATE (1 << 20)
198198
#define HITMARKER_DISOBEDIENT_MOVE (1 << 21)
199199
#define HITMARKER_PLAYER_FAINTED (1 << 22)
200200
#define HITMARKER_ALLOW_NO_PP (1 << 23)

0 commit comments

Comments
 (0)