summaryrefslogtreecommitdiff
path: root/battle/ai/items.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-24 17:43:48 -0400
committerGitHub <noreply@github.com>2017-06-24 17:43:48 -0400
commitd0d61cb3ab847ff0c72a840363b89d4acf05b5f5 (patch)
tree8c5fd287e727f253f84c89ce32f01a76f948e4fb /battle/ai/items.asm
parent080704e49f49777baac124d1bba8c1066acd1bb1 (diff)
parent0e76127da878efbe86997eb5a58e6bcd4bf66ff5 (diff)
Merge pull request #354 from FredrIQ/comments
Fix a reversed label mistake and reference a major bug
Diffstat (limited to 'battle/ai/items.asm')
-rw-r--r--battle/ai/items.asm2
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