diff options
-rw-r--r-- | Adding-items-that-act-like-HMs.md | 2 |
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 |