summaryrefslogtreecommitdiff
path: root/Automatically-reuse-Repel.md
diff options
context:
space:
mode:
authorRangi42 <remy.oukaour+rangi42@gmail.com>2018-02-04 13:16:17 -0500
committerRangi42 <remy.oukaour+rangi42@gmail.com>2018-02-04 13:16:17 -0500
commit79f0488743d35dcfe25a7ef96107ca19af13a72c (patch)
treeb6698cdfc132badcc808be4408e5988d0ecbf780 /Automatically-reuse-Repel.md
parent5a23ac37ba792ecd31e47c0b6c27f89704e2431c (diff)
Update WRAM labels
Diffstat (limited to 'Automatically-reuse-Repel.md')
-rw-r--r--Automatically-reuse-Repel.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Automatically-reuse-Repel.md b/Automatically-reuse-Repel.md
index 569e730..8c1db9a 100644
--- a/Automatically-reuse-Repel.md
+++ b/Automatically-reuse-Repel.md
@@ -59,7 +59,7 @@ UseRepel: ; f46c
ld a, b
ld [wRepelEffect], a
-+ ld a, [CurItem]
++ ld a, [wCurItem]
+ ld [wRepelType], a
jp UseItemText
@@ -87,8 +87,8 @@ DoRepelStep: ; 96bd7
ret nz
+ ld a, [wRepelType]
-+ ld [CurItem], a
-+ ld hl, NumItems
++ ld [wCurItem], a
++ ld hl, wNumItems
+ call CheckItem
ld a, BANK(RepelWoreOffScript)
ld hl, RepelWoreOffScript