diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-01-26 19:10:53 -0500 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-01-26 19:10:53 -0500 |
commit | 2b7928b430cb2eb1e4ca470c5ccdfd7eb80fa019 (patch) | |
tree | 0e732d1d014a3c9713b573121ff7cf98f3c1991a /Automatically-reuse-Repel.md | |
parent | deecb4b8aeff0083eaf91ecc9ad3809b91dc899d (diff) |
Updated Automatically reuse Repel (markdown)
Diffstat (limited to 'Automatically-reuse-Repel.md')
-rw-r--r-- | Automatically-reuse-Repel.md | 4 |
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 |