Standardize spelling of "synchronize"

This commit is contained in:
mitsunee
2025-11-19 21:14:45 +01:00
parent c5bbaeab5d
commit c0569cd529
4 changed files with 15 additions and 15 deletions

View File

@@ -188,7 +188,7 @@ enum BattlerId
#define HITMARKER_NO_PPDEDUCT (1 << 11)
#define HITMARKER_SWAP_ATTACKER_TARGET (1 << 12)
#define HITMARKER_STATUS_ABILITY_EFFECT (1 << 13)
#define HITMARKER_SYNCHRONISE_EFFECT (1 << 14)
#define HITMARKER_SYNCHRONIZE_EFFECT (1 << 14)
#define HITMARKER_RUN (1 << 15)
#define HITMARKER_IGNORE_ON_AIR (1 << 16)
#define HITMARKER_IGNORE_UNDERGROUND (1 << 17)