Skip to content

Commit

Permalink
Include Memento effect in IsStatLoweringEffect (#4386)
Browse files Browse the repository at this point in the history
  • Loading branch information
PCG06 authored Apr 13, 2024
1 parent 65bee29 commit a8a8344
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 @@ -2049,6 +2049,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 a8a8344

Please sign in to comment.