Skip to content

Commit

Permalink
Include Memento effect in IsStatLoweringEffect (rh-hideout#4386)
Browse files Browse the repository at this point in the history
  • Loading branch information
PCG06 authored and Pawkkie committed May 16, 2024
1 parent 074b1ce commit fa92071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/battle_ai_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -2173,6 +2173,7 @@ bool32 IsStatLoweringEffect(u32 effect)
case EFFECT_TICKLE:
case EFFECT_CAPTIVATE:
case EFFECT_NOBLE_ROAR:
case EFFECT_MEMENTO:
return TRUE;
default:
return FALSE;
Expand Down

0 comments on commit fa92071

Please sign in to comment.