diff options
Diffstat (limited to 'battle/ai/items.asm')
-rw-r--r-- | battle/ai/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/ai/items.asm b/battle/ai/items.asm index f8c97578a..325c7b555 100644 --- a/battle/ai/items.asm +++ b/battle/ai/items.asm @@ -238,7 +238,7 @@ AI_TryItem: ; 38105 res SUBSTATUS_RAGE, [hl] xor a - ld [LastPlayerCounterMove], a + ld [LastEnemyCounterMove], a scf ret |