From 79f0488743d35dcfe25a7ef96107ca19af13a72c Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Sun, 4 Feb 2018 13:16:17 -0500 Subject: Update WRAM labels --- Automatically-reuse-Repel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Automatically-reuse-Repel.md') 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 -- cgit v1.2.3