From 2b7928b430cb2eb1e4ca470c5ccdfd7eb80fa019 Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Fri, 26 Jan 2018 19:10:53 -0500 Subject: Updated Automatically reuse Repel (markdown) --- Automatically-reuse-Repel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Automatically-reuse-Repel.md b/Automatically-reuse-Repel.md index 43d9846..b5be578 100644 --- a/Automatically-reuse-Repel.md +++ b/Automatically-reuse-Repel.md @@ -92,10 +92,10 @@ DoRepelStep: ; 96bd7 + call CheckItem ld a, BANK(RepelWoreOffScript) ld hl, RepelWoreOffScript - jr nc, .okay ++ jr nc, .got_script + ld a, BANK(UseAnotherRepelScript) + ld hl, UseAnotherRepelScript -+.okay ++.got_script call CallScript scf ret -- cgit v1.2.3