summaryrefslogtreecommitdiff
path: root/Adding-items-that-act-like-HMs.md
diff options
context:
space:
mode:
Diffstat (limited to 'Adding-items-that-act-like-HMs.md')
-rw-r--r--Adding-items-that-act-like-HMs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Adding-items-that-act-like-HMs.md b/Adding-items-that-act-like-HMs.md
index 41842cc..1d75fcf 100644
--- a/Adding-items-that-act-like-HMs.md
+++ b/Adding-items-that-act-like-HMs.md
@@ -220,7 +220,7 @@ TryCutOW::
+ ld [wCurItem], a
+ ld hl, wNumItems
+ call CheckItem
- jr c, .cant_cut
++ jr nc, .cant_cut
```
This removes the checks for an eligible pokemon and badge, and just checks for the item in the bag. \ No newline at end of file