summaryrefslogtreecommitdiff
path: root/battle/ai/items.asm
diff options
context:
space:
mode:
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 2fb479590..f5d22d786 100644
--- a/battle/ai/items.asm
+++ b/battle/ai/items.asm
@@ -549,7 +549,7 @@ AIUpdateHUD: ; 38387
callba UpdateEnemyHUD
ld a, $1
ld [hBGMapMode], a
- ld hl, wc6e6
+ ld hl, wEnemyItemState
dec [hl]
scf
ret