diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-05 16:26:47 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-05 16:26:47 -0400 |
| commit | 7cfbf4f8aa73a2e6cbd75ca5bb6aa88c6402915a (patch) | |
| tree | 66b8e55b3266b551d08dd12e138de1c0343efa54 | |
| parent | 7129da62a1664bb3f2120e1494c4d32d30732aee (diff) | |
| parent | f804758b33533d6d902289d2bccd4bd832dd0a74 (diff) | |
Merge branch 'master' of https://github.com/pret/pokecrystal.wiki
| -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 |
