diff options
author | NobodySociety <43542553+NobodySociety@users.noreply.github.com> | 2020-06-04 13:35:15 -0400 |
---|---|---|
committer | NobodySociety <43542553+NobodySociety@users.noreply.github.com> | 2020-06-04 13:35:15 -0400 |
commit | f804758b33533d6d902289d2bccd4bd832dd0a74 (patch) | |
tree | ccf986c76f9a299fe38cd93c5e9c76f7165b5914 | |
parent | 516b5bb72d7dd01b48fb022a7bcd59e76bf5057c (diff) |
Missed a line.
-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 |