pret / pokeruby

Decompilation of Pokémon Ruby/Sapphire
779 stars 219 forks source link

Rename HITMARKER_IGNORE_SAFEGUARD #866

Closed SnorlaxMonster closed 9 months ago

SnorlaxMonster commented 10 months ago

Align with pokefirered#648

Description

Rename HITMARKER_IGNORE_SAFEGUARD to HITMARKER_STATUS_ABILITY_EFFECT. This flag is used exclusively by status-inflicting Abilities, and has 3 main functions:

I believe this new name better represents what the flag actually does. This name was structured to parallel HITMARKER_SYNCHRONISE_EFFECT.