summaryrefslogtreecommitdiff
path: root/event/sacred_ash.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/sacred_ash.asm')
-rwxr-xr-xevent/sacred_ash.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/event/sacred_ash.asm b/event/sacred_ash.asm
index 88d49b935..cc46eac9f 100755
--- a/event/sacred_ash.asm
+++ b/event/sacred_ash.asm
@@ -1,14 +1,14 @@
_SacredAsh: ; 507e6
ld a, $0
- ld [wd0ec], a
+ ld [wItemEffectSucceeded], a
call CheckAnyFaintedMon
ret nc
ld hl, SacredAshScript
call QueueScript
ld a, $1
- ld [wd0ec], a
+ ld [wItemEffectSucceeded], a
ret
; 507fb