summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-05 16:26:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-05 16:26:47 -0400
commit7cfbf4f8aa73a2e6cbd75ca5bb6aa88c6402915a (patch)
tree66b8e55b3266b551d08dd12e138de1c0343efa54
parent7129da62a1664bb3f2120e1494c4d32d30732aee (diff)
parentf804758b33533d6d902289d2bccd4bd832dd0a74 (diff)
Merge branch 'master' of https://github.com/pret/pokecrystal.wiki
-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