summaryrefslogtreecommitdiff
path: root/Automatically-reuse-Repel.md
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-01-26 19:10:53 -0500
committerRangi <35663410+Rangi42@users.noreply.github.com>2018-01-26 19:10:53 -0500
commit2b7928b430cb2eb1e4ca470c5ccdfd7eb80fa019 (patch)
tree0e732d1d014a3c9713b573121ff7cf98f3c1991a /Automatically-reuse-Repel.md
parentdeecb4b8aeff0083eaf91ecc9ad3809b91dc899d (diff)
Updated Automatically reuse Repel (markdown)
Diffstat (limited to 'Automatically-reuse-Repel.md')
-rw-r--r--Automatically-reuse-Repel.md4
1 files 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